Html Css Color HEX #9F0C7F Eggplant

📋 copy color: '#9F0C7F'

red 159 ◦ green 12 ◦ blue 127

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

Shades of Eggplant #9F0C7F

Tints of Eggplant #9F0C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 53.36%
G = 4.03%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F0C7F (or 0x9F0C7F) is known color: Eggplant. HEX triplet: 9F, 0C and 7F. RGB value is (159,12,127). Sum of RGB (Red+Green+Blue) = 159+12+127=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C7F is #60F380. Grayscale: #444444. Windows color (decimal): -6353793 or 8326303. OLE color: 8326303.

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

Color convert

RGB 159 12 127 -
CMYK 0 0.92 0.20 0.38
HSL 313.06º 0.86% 0.34% -
HSV(B) 313.06º 0.92% 0.62% -
XYZ 18.26 9.17 20.89 -
YUV 69.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 159 12 127 0 0.92 0.20 0.38 313.06 0.86 0.34
Hex 9F C 7F 0 5C 14 26 139 56 22
Octal 237 14 177 0 134 24 46 471 126 42
Binary 10011111 1100 1111111 0 1011100 10100 100110 100111001 1010110 100010

Color Harmonies of #9F0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C7F

Black with #9F0C7F

Text Example


Text Example

White with #9F0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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