Html Css Color HEX #9F0B6A Eggplant

📋 copy color: '#9F0B6A'

red 159 ◦ green 11 ◦ blue 106

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

Shades of Eggplant #9F0B6A

Tints of Eggplant #9F0B6A

RGB

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

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

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

R = 57.61%
G = 3.99%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F0B6A (or 0x9F0B6A) is known color: Eggplant. HEX triplet: 9F, 0B and 6A. RGB value is (159,11,106). Sum of RGB (Red+Green+Blue) = 159+11+106=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B6A is #60F495. Grayscale: #414141. Windows color (decimal): -6354070 or 6949791. OLE color: 6949791.

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

Color convert

RGB 159 11 106 -
CMYK 0 0.93 0.33 0.38
HSL 321.49º 0.87% 0.33% -
HSV(B) 321.49º 0.93% 0.62% -
XYZ 17.02 8.65 14.41 -
YUV 66.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 159 11 106 0 0.93 0.33 0.38 321.49 0.87 0.33
Hex 9F B 6A 0 5D 21 26 141 57 21
Octal 237 13 152 0 135 41 46 501 127 41
Binary 10011111 1011 1101010 0 1011101 100001 100110 101000001 1010111 100001

Color Harmonies of #9F0B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0B6A

Black with #9F0B6A

Text Example


Text Example

White with #9F0B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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