Html Css Color HEX #9F0C6F Eggplant

📋 copy color: '#9F0C6F'

red 159 ◦ green 12 ◦ blue 111

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

Shades of Eggplant #9F0C6F

Tints of Eggplant #9F0C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 56.38%
G = 4.26%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F0C6F (or 0x9F0C6F) is known color: Eggplant. HEX triplet: 9F, 0C and 6F. RGB value is (159,12,111). Sum of RGB (Red+Green+Blue) = 159+12+111=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C6F is #60F390. Grayscale: #424242. Windows color (decimal): -6353809 or 7277727. OLE color: 7277727.

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

Color convert

RGB 159 12 111 -
CMYK 0 0.92 0.30 0.38
HSL 319.59º 0.86% 0.34% -
HSV(B) 319.59º 0.92% 0.62% -
XYZ 17.3 8.78 15.82 -
YUV 67.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 159 12 111 0 0.92 0.30 0.38 319.59 0.86 0.34
Hex 9F C 6F 0 5C 1E 26 140 56 22
Octal 237 14 157 0 134 36 46 500 126 42
Binary 10011111 1100 1101111 0 1011100 11110 100110 101000000 1010110 100010

Color Harmonies of #9F0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C6F

Black with #9F0C6F

Text Example


Text Example

White with #9F0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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