Html Css Color HEX #9F037E Eggplant

📋 copy color: '#9F037E'

red 159 ◦ green 3 ◦ blue 126

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

Shades of Eggplant #9F037E

Tints of Eggplant #9F037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 55.21%
G = 1.04%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F037E (or 0x9F037E) is known color: Eggplant. HEX triplet: 9F, 03 and 7E. RGB value is (159,3,126). Sum of RGB (Red+Green+Blue) = 159+3+126=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F037E is #60FC81. Grayscale: #3F3F3F. Windows color (decimal): -6356098 or 8258463. OLE color: 8258463.

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

Color convert

RGB 159 3 126 -
CMYK 0 0.98 0.21 0.38
HSL 312.69º 0.96% 0.32% -
HSV(B) 312.69º 0.98% 0.62% -
XYZ 18.1 8.94 20.51 -
YUV 63.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 159 3 126 0 0.98 0.21 0.38 312.69 0.96 0.32
Hex 9F 3 7E 0 62 15 26 139 60 20
Octal 237 3 176 0 142 25 46 471 140 40
Binary 10011111 11 1111110 0 1100010 10101 100110 100111001 1100000 100000

Color Harmonies of #9F037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F037E

Black with #9F037E

Text Example


Text Example

White with #9F037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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