Html Css Color HEX #9F0E6D Eggplant

📋 copy color: '#9F0E6D'

red 159 ◦ green 14 ◦ blue 109

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

Shades of Eggplant #9F0E6D

Tints of Eggplant #9F0E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 56.38%
G = 4.96%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F0E6D (or 0x9F0E6D) is known color: Eggplant. HEX triplet: 9F, 0E and 6D. RGB value is (159,14,109). Sum of RGB (Red+Green+Blue) = 159+14+109=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E6D is #60F192. Grayscale: #434343. Windows color (decimal): -6353299 or 7147167. OLE color: 7147167.

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

Color convert

RGB 159 14 109 -
CMYK 0 0.91 0.31 0.38
HSL 320.69º 0.84% 0.34% -
HSV(B) 320.69º 0.91% 0.62% -
XYZ 17.22 8.79 15.26 -
YUV 68.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 159 14 109 0 0.91 0.31 0.38 320.69 0.84 0.34
Hex 9F E 6D 0 5B 1F 26 141 54 22
Octal 237 16 155 0 133 37 46 501 124 42
Binary 10011111 1110 1101101 0 1011011 11111 100110 101000001 1010100 100010

Color Harmonies of #9F0E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E6D

Black with #9F0E6D

Text Example


Text Example

White with #9F0E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,14,109); }

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

background-color css

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

 a { background-color: rgb(159,14,109); }

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

border-color css

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

 span { border-color: rgb(159,14,109); }

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