Html Css Color HEX #9F086A Eggplant

📋 copy color: '#9F086A'

red 159 ◦ green 8 ◦ blue 106

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

Shades of Eggplant #9F086A

Tints of Eggplant #9F086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 58.24%
G = 2.93%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F086A (or 0x9F086A) is known color: Eggplant. HEX triplet: 9F, 08 and 6A. RGB value is (159,8,106). Sum of RGB (Red+Green+Blue) = 159+8+106=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F086A is #60F795. Grayscale: #404040. Windows color (decimal): -6354838 or 6949023. OLE color: 6949023.

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

Color convert

RGB 159 8 106 -
CMYK 0 0.95 0.33 0.38
HSL 321.06º 0.9% 0.33% -
HSV(B) 321.06º 0.95% 0.62% -
XYZ 16.99 8.59 14.4 -
YUV 64.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 159 8 106 0 0.95 0.33 0.38 321.06 0.9 0.33
Hex 9F 8 6A 0 5F 21 26 141 5A 21
Octal 237 10 152 0 137 41 46 501 132 41
Binary 10011111 1000 1101010 0 1011111 100001 100110 101000001 1011010 100001

Color Harmonies of #9F086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F086A

Black with #9F086A

Text Example


Text Example

White with #9F086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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