Html Css Color HEX #9F016A Eggplant

📋 copy color: '#9F016A'

red 159 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #9F016A

Tints of Eggplant #9F016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 59.77%
G = 0.38%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F016A (or 0x9F016A) is known color: Eggplant. HEX triplet: 9F, 01 and 6A. RGB value is (159,1,106). Sum of RGB (Red+Green+Blue) = 159+1+106=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F016A is #60FE95. Grayscale: #3B3B3B. Windows color (decimal): -6356630 or 6947231. OLE color: 6947231.

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

Color convert

RGB 159 1 106 -
CMYK 0 0.99 0.33 0.38
HSL 320.13º 0.99% 0.31% -
HSV(B) 320.13º 0.99% 0.62% -
XYZ 16.91 8.43 14.37 -
YUV 60.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 159 1 106 0 0.99 0.33 0.38 320.13 0.99 0.31
Hex 9F 1 6A 0 63 21 26 140 63 1F
Octal 237 1 152 0 143 41 46 500 143 37
Binary 10011111 1 1101010 0 1100011 100001 100110 101000000 1100011 11111

Color Harmonies of #9F016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F016A

Black with #9F016A

Text Example


Text Example

White with #9F016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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