Html Css Color HEX #9F016F Eggplant

📋 copy color: '#9F016F'

red 159 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #9F016F

Tints of Eggplant #9F016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 58.67%
G = 0.37%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F016F (or 0x9F016F) is known color: Eggplant. HEX triplet: 9F, 01 and 6F. RGB value is (159,1,111). Sum of RGB (Red+Green+Blue) = 159+1+111=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F016F is #60FE90. Grayscale: #3C3C3C. Windows color (decimal): -6356625 or 7274911. OLE color: 7274911.

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

Color convert

RGB 159 1 111 -
CMYK 0 0.99 0.30 0.38
HSL 318.23º 0.99% 0.31% -
HSV(B) 318.23º 0.99% 0.62% -
XYZ 17.18 8.54 15.78 -
YUV 60.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 159 1 111 0 0.99 0.30 0.38 318.23 0.99 0.31
Hex 9F 1 6F 0 63 1E 26 13E 63 1F
Octal 237 1 157 0 143 36 46 476 143 37
Binary 10011111 1 1101111 0 1100011 11110 100110 100111110 1100011 11111

Color Harmonies of #9F016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F016F

Black with #9F016F

Text Example


Text Example

White with #9F016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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