Html Css Color HEX #9F0E7D Eggplant

📋 copy color: '#9F0E7D'

red 159 ◦ green 14 ◦ blue 125

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

Shades of Eggplant #9F0E7D

Tints of Eggplant #9F0E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 53.36%
G = 4.7%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F0E7D (or 0x9F0E7D) is known color: Eggplant. HEX triplet: 9F, 0E and 7D. RGB value is (159,14,125). Sum of RGB (Red+Green+Blue) = 159+14+125=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E7D is #60F182. Grayscale: #454545. Windows color (decimal): -6353283 or 8195743. OLE color: 8195743.

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

Color convert

RGB 159 14 125 -
CMYK 0 0.91 0.21 0.38
HSL 314.07º 0.84% 0.34% -
HSV(B) 314.07º 0.91% 0.62% -
XYZ 18.16 9.17 20.21 -
YUV 70.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 159 14 125 0 0.91 0.21 0.38 314.07 0.84 0.34
Hex 9F E 7D 0 5B 15 26 13A 54 22
Octal 237 16 175 0 133 25 46 472 124 42
Binary 10011111 1110 1111101 0 1011011 10101 100110 100111010 1010100 100010

Color Harmonies of #9F0E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E7D

Black with #9F0E7D

Text Example


Text Example

White with #9F0E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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