Html Css Color HEX #9F027C Eggplant

📋 copy color: '#9F027C'

red 159 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #9F027C

Tints of Eggplant #9F027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 55.79%
G = 0.7%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F027C (or 0x9F027C) is known color: Eggplant. HEX triplet: 9F, 02 and 7C. RGB value is (159,2,124). Sum of RGB (Red+Green+Blue) = 159+2+124=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027C is #60FD83. Grayscale: #3E3E3E. Windows color (decimal): -6356356 or 8127135. OLE color: 8127135.

HSL color Cylindrical-coordinate representation of color #9F027C: hue angle of 313.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F027C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 124 -
CMYK 0 0.99 0.22 0.38
HSL 313.38º 0.98% 0.32% -
HSV(B) 313.38º 0.99% 0.62% -
XYZ 17.96 8.87 19.83 -
YUV 62.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 159 2 124 0 0.99 0.22 0.38 313.38 0.98 0.32
Hex 9F 2 7C 0 63 16 26 139 62 20
Octal 237 2 174 0 143 26 46 471 142 40
Binary 10011111 10 1111100 0 1100011 10110 100110 100111001 1100010 100000

Color Harmonies of #9F027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F027C

Black with #9F027C

Text Example


Text Example

White with #9F027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,124); }

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

background-color css

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

 a { background-color: rgb(159,2,124); }

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

border-color css

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

 span { border-color: rgb(159,2,124); }

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