Html Css Color HEX #9F0875 Eggplant

📋 copy color: '#9F0875'

red 159 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #9F0875

Tints of Eggplant #9F0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 55.99%
G = 2.82%
B = 41.2%

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

#9F0875 (or 0x9F0875) is known color: Eggplant. HEX triplet: 9F, 08 and 75. RGB value is (159,8,117). Sum of RGB (Red+Green+Blue) = 159+8+117=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0875 is #60F78A. Grayscale: #414141. Windows color (decimal): -6354827 or 7669919. OLE color: 7669919.

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

Color convert

RGB 159 8 117 -
CMYK 0 0.95 0.26 0.38
HSL 316.69º 0.9% 0.33% -
HSV(B) 316.69º 0.95% 0.62% -
XYZ 17.6 8.83 17.61 -
YUV 65.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 159 8 117 0 0.95 0.26 0.38 316.69 0.9 0.33
Hex 9F 8 75 0 5F 1A 26 13D 5A 21
Octal 237 10 165 0 137 32 46 475 132 41
Binary 10011111 1000 1110101 0 1011111 11010 100110 100111101 1011010 100001

Color Harmonies of #9F0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0875

Black with #9F0875

Text Example


Text Example

White with #9F0875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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