#9858C9

Color #9858C9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9858C9

Tints of Amethyst #9858C9

Color information

#9858C9 (or 0x9858C9) is unknown color: approx Amethyst. HEX triplet: 98, 58 and C9. RGB value is (152,88,201). Sum of RGB (Red+Green+Blue) = 152+88+201=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #9858C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858C9 is #67A736. Grayscale: #777777. Windows color (decimal): -6793015 or 13195416. OLE color: 13195416.

HSL color Cylindrical-coordinate representation of color #9858C9: hue angle of 273.98º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9858C9 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15288201-
CMYK0.240.5600.21
HSL273.98º51.13%56.67%-
HSV(B)273.98º56.22%78.82%-
XYZ26.9817.8757.29-
YUV120.02173.7150.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=34.47%
G=19.95%
B=45.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152882010.240.5600.21273.9851.1356.67
Hex9858C918380151123339
Octal23013031130700254226371
Binary1001100010110001100100111000111000010101100010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9858C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9858C9; }

 p { color: rgb(152,88,201); }

 H1.HeaderClassName
 {
   color: #9858C9;
 }
 .AnyTagClassName
 {
   color: #9858C9;
 }
</style>
background-color css

<style>
 a { background-color: #9858C9; }

 a { background-color: rgb(152,88,201); }

 div.DivClassName
 {
   background-color: #9858C9;
 }
 .BgClassName
 {
   background-color: #9858C9;
 }
</style>
border-color css

<style>
 span { border-color: #9858C9; }

 span { border-color: rgb(152,88,201); }

 td.TdClassName
 {
   border-color: #9858C9;
 }
 .TagClassName
 {
   border-color: #9858C9;
 }
</style>