Html Css Color HEX #9F0876 Eggplant

📋 copy color: '#9F0876'

red 159 ◦ green 8 ◦ blue 118

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

Shades of Eggplant #9F0876

Tints of Eggplant #9F0876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 55.79%
G = 2.81%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F0876 (or 0x9F0876) is known color: Eggplant. HEX triplet: 9F, 08 and 76. RGB value is (159,8,118). Sum of RGB (Red+Green+Blue) = 159+8+118=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0876 is #60F789. Grayscale: #414141. Windows color (decimal): -6354826 or 7735455. OLE color: 7735455.

HSL color Cylindrical-coordinate representation of color #9F0876: hue angle of 316.29º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0876 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 118 -
CMYK 0 0.95 0.26 0.38
HSL 316.29º 0.9% 0.33% -
HSV(B) 316.29º 0.95% 0.62% -
XYZ 17.65 8.85 17.92 -
YUV 65.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 159 8 118 0 0.95 0.26 0.38 316.29 0.9 0.33
Hex 9F 8 76 0 5F 1A 26 13C 5A 21
Octal 237 10 166 0 137 32 46 474 132 41
Binary 10011111 1000 1110110 0 1011111 11010 100110 100111100 1011010 100001

Color Harmonies of #9F0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0876

Black with #9F0876

Text Example


Text Example

White with #9F0876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,118); }

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

background-color css

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

 a { background-color: rgb(159,8,118); }

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

border-color css

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

 span { border-color: rgb(159,8,118); }

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