Html Css Color HEX #9F087A Eggplant

📋 copy color: '#9F087A'

red 159 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #9F087A

Tints of Eggplant #9F087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 55.02%
G = 2.77%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F087A (or 0x9F087A) is known color: Eggplant. HEX triplet: 9F, 08 and 7A. RGB value is (159,8,122). Sum of RGB (Red+Green+Blue) = 159+8+122=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F087A is #60F785. Grayscale: #414141. Windows color (decimal): -6354822 or 7997599. OLE color: 7997599.

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

Color convert

RGB 159 8 122 -
CMYK 0 0.95 0.23 0.38
HSL 314.7º 0.9% 0.33% -
HSV(B) 314.7º 0.95% 0.62% -
XYZ 17.9 8.95 19.2 -
YUV 66.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 159 8 122 0 0.95 0.23 0.38 314.7 0.9 0.33
Hex 9F 8 7A 0 5F 17 26 13B 5A 21
Octal 237 10 172 0 137 27 46 473 132 41
Binary 10011111 1000 1111010 0 1011111 10111 100110 100111011 1011010 100001

Color Harmonies of #9F087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F087A

Black with #9F087A

Text Example


Text Example

White with #9F087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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