Html Css Color HEX #9F037F Eggplant

📋 copy color: '#9F037F'

red 159 ◦ green 3 ◦ blue 127

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

Shades of Eggplant #9F037F

Tints of Eggplant #9F037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 55.02%
G = 1.04%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F037F (or 0x9F037F) is known color: Eggplant. HEX triplet: 9F, 03 and 7F. RGB value is (159,3,127). Sum of RGB (Red+Green+Blue) = 159+3+127=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F037F is #60FC80. Grayscale: #3F3F3F. Windows color (decimal): -6356097 or 8323999. OLE color: 8323999.

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

Color convert

RGB 159 3 127 -
CMYK 0 0.98 0.20 0.38
HSL 312.31º 0.96% 0.32% -
HSV(B) 312.31º 0.98% 0.62% -
XYZ 18.16 8.97 20.85 -
YUV 63.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 159 3 127 0 0.98 0.20 0.38 312.31 0.96 0.32
Hex 9F 3 7F 0 62 14 26 138 60 20
Octal 237 3 177 0 142 24 46 470 140 40
Binary 10011111 11 1111111 0 1100010 10100 100110 100111000 1100000 100000

Color Harmonies of #9F037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F037F

Black with #9F037F

Text Example


Text Example

White with #9F037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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