Html Css Color HEX #9F006F Eggplant

📋 copy color: '#9F006F'

red 159 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #9F006F

Tints of Eggplant #9F006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.89%
G = 0%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F006F (or 0x9F006F) is known color: Eggplant. HEX triplet: 9F, 00 and 6F. RGB value is (159,0,111). Sum of RGB (Red+Green+Blue) = 159+0+111=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F006F is #60FF90. Grayscale: #3B3B3B. Windows color (decimal): -6356881 or 7274655. OLE color: 7274655.

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

Color convert

RGB 159 0 111 -
CMYK 0 1 0.30 0.38
HSL 318.11º 1% 0.31% -
HSV(B) 318.11º 1% 0.62% -
XYZ 17.17 8.52 15.78 -
YUV 60.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 159 0 111 0 1 0.30 0.38 318.11 1 0.31
Hex 9F 0 6F 0 64 1E 26 13E 64 1F
Octal 237 0 157 0 144 36 46 476 144 37
Binary 10011111 0 1101111 0 1100100 11110 100110 100111110 1100100 11111

Color Harmonies of #9F006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F006F

Black with #9F006F

Text Example


Text Example

White with #9F006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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