Html Css Color HEX #9F0B6E Eggplant

📋 copy color: '#9F0B6E'

red 159 ◦ green 11 ◦ blue 110

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

Shades of Eggplant #9F0B6E

Tints of Eggplant #9F0B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 56.79%
G = 3.93%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F0B6E (or 0x9F0B6E) is known color: Eggplant. HEX triplet: 9F, 0B and 6E. RGB value is (159,11,110). Sum of RGB (Red+Green+Blue) = 159+11+110=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B6E is #60F491. Grayscale: #424242. Windows color (decimal): -6354066 or 7211935. OLE color: 7211935.

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

Color convert

RGB 159 11 110 -
CMYK 0 0.93 0.31 0.38
HSL 319.86º 0.87% 0.33% -
HSV(B) 319.86º 0.93% 0.62% -
XYZ 17.23 8.74 15.53 -
YUV 66.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 159 11 110 0 0.93 0.31 0.38 319.86 0.87 0.33
Hex 9F B 6E 0 5D 1F 26 140 57 21
Octal 237 13 156 0 135 37 46 500 127 41
Binary 10011111 1011 1101110 0 1011101 11111 100110 101000000 1010111 100001

Color Harmonies of #9F0B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0B6E

Black with #9F0B6E

Text Example


Text Example

White with #9F0B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,11,110); }

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

background-color css

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

 a { background-color: rgb(159,11,110); }

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

border-color css

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

 span { border-color: rgb(159,11,110); }

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