Html Css Color HEX #9F0566 Eggplant

📋 copy color: '#9F0566'

red 159 ◦ green 5 ◦ blue 102

#9F0566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #9F0566

Tints of Eggplant #9F0566

RGB

 RED value IS 159 (62.5% from 255) = 59.77%

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 59.77%
G = 1.88%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F0566 (or 0x9F0566) is known color: Eggplant. HEX triplet: 9F, 05 and 66. RGB value is (159,5,102). Sum of RGB (Red+Green+Blue) = 159+5+102=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0566 is #60FA99. Grayscale: #3D3D3D. Windows color (decimal): -6355610 or 6686111. OLE color: 6686111.

HSL color Cylindrical-coordinate representation of color #9F0566: hue angle of 322.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0566 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 5 102 -
CMYK 0 0.97 0.36 0.38
HSL 322.21º 0.94% 0.32% -
HSV(B) 322.21º 0.97% 0.62% -
XYZ 16.75 8.44 13.32 -
YUV 62.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 159 5 102 0 0.97 0.36 0.38 322.21 0.94 0.32
Hex 9F 5 66 0 61 24 26 142 5E 20
Octal 237 5 146 0 141 44 46 502 136 40
Binary 10011111 101 1100110 0 1100001 100100 100110 101000010 1011110 100000

Color Harmonies of #9F0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0566

Black with #9F0566

Text Example


Text Example

White with #9F0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0566; }

 p { color: rgb(159,5,102); }

 H1.HeaderClassName
 {
   color: #9F0566;
 }
 .AnyTagClassName
 {
   color: #9F0566;
 }
</style>

background-color css

<style>
 a { background-color: #9F0566; }

 a { background-color: rgb(159,5,102); }

 div.DivClassName
 {
   background-color: #9F0566;
 }
 .BgClassName
 {
   background-color: #9F0566;
 }
</style>

border-color css

<style>
 span { border-color: #9F0566; }

 span { border-color: rgb(159,5,102); }

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