Html Css Color HEX #9F0874 Eggplant

📋 copy color: '#9F0874'

red 159 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #9F0874

Tints of Eggplant #9F0874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 56.18%
G = 2.83%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F0874 (or 0x9F0874) is known color: Eggplant. HEX triplet: 9F, 08 and 74. RGB value is (159,8,116). Sum of RGB (Red+Green+Blue) = 159+8+116=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0874 is #60F78B. Grayscale: #414141. Windows color (decimal): -6354828 or 7604383. OLE color: 7604383.

HSL color Cylindrical-coordinate representation of color #9F0874: hue angle of 317.09º 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 #9F0874 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 116 -
CMYK 0 0.95 0.27 0.38
HSL 317.09º 0.9% 0.33% -
HSV(B) 317.09º 0.95% 0.62% -
XYZ 17.54 8.81 17.3 -
YUV 65.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 159 8 116 0 0.95 0.27 0.38 317.09 0.9 0.33
Hex 9F 8 74 0 5F 1B 26 13D 5A 21
Octal 237 10 164 0 137 33 46 475 132 41
Binary 10011111 1000 1110100 0 1011111 11011 100110 100111101 1011010 100001

Color Harmonies of #9F0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0874

Black with #9F0874

Text Example


Text Example

White with #9F0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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