Html Css Color HEX #9F027F Eggplant

📋 copy color: '#9F027F'

red 159 ◦ green 2 ◦ blue 127

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

Shades of Eggplant #9F027F

Tints of Eggplant #9F027F

RGB

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

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

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

R = 55.21%
G = 0.69%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F027F (or 0x9F027F) is known color: Eggplant. HEX triplet: 9F, 02 and 7F. RGB value is (159,2,127). Sum of RGB (Red+Green+Blue) = 159+2+127=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027F is #60FD80. Grayscale: #3E3E3E. Windows color (decimal): -6356353 or 8323743. OLE color: 8323743.

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

Color convert

RGB 159 2 127 -
CMYK 0 0.99 0.20 0.38
HSL 312.23º 0.98% 0.32% -
HSV(B) 312.23º 0.99% 0.62% -
XYZ 18.15 8.95 20.85 -
YUV 63.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 159 2 127 0 0.99 0.20 0.38 312.23 0.98 0.32
Hex 9F 2 7F 0 63 14 26 138 62 20
Octal 237 2 177 0 143 24 46 470 142 40
Binary 10011111 10 1111111 0 1100011 10100 100110 100111000 1100010 100000

Color Harmonies of #9F027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F027F

Black with #9F027F

Text Example


Text Example

White with #9F027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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