#9859CC

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

Shades of Amethyst #9859CC

Tints of Amethyst #9859CC

Color information

#9859CC (or 0x9859CC) is unknown color: approx Amethyst. HEX triplet: 98, 59 and CC. RGB value is (152,89,204). Sum of RGB (Red+Green+Blue) = 152+89+204=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #9859CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CC is #67A633. Grayscale: #787878. Windows color (decimal): -6792756 or 13392280. OLE color: 13392280.

HSL color Cylindrical-coordinate representation of color #9859CC: hue angle of 272.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9859CC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15289204-
CMYK0.250.5600.2
HSL272.87º53%57.45%-
HSV(B)272.87º56.37%80%-
XYZ27.4218.1859.19-
YUV120.95174.87150.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=34.16%
G=20%
B=45.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152892040.250.5600.2272.875357.45
Hex9859CC19380141113539
Octal23013131431700244216571
Binary1001100010110011100110011001111000010100100010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9859CC; }

 p { color: rgb(152,89,204); }

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

<style>
 a { background-color: #9859CC; }

 a { background-color: rgb(152,89,204); }

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

<style>
 span { border-color: #9859CC; }

 span { border-color: rgb(152,89,204); }

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