Html Css Color HEX #9F037D Eggplant

📋 copy color: '#9F037D'

red 159 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #9F037D

Tints of Eggplant #9F037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 55.4%
G = 1.05%
B = 43.55%

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

#9F037D (or 0x9F037D) is known color: Eggplant. HEX triplet: 9F, 03 and 7D. RGB value is (159,3,125). Sum of RGB (Red+Green+Blue) = 159+3+125=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F037D is #60FC82. Grayscale: #3F3F3F. Windows color (decimal): -6356099 or 8192927. OLE color: 8192927.

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

Color convert

RGB 159 3 125 -
CMYK 0 0.98 0.21 0.38
HSL 313.08º 0.96% 0.32% -
HSV(B) 313.08º 0.98% 0.62% -
XYZ 18.03 8.92 20.17 -
YUV 63.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 159 3 125 0 0.98 0.21 0.38 313.08 0.96 0.32
Hex 9F 3 7D 0 62 15 26 139 60 20
Octal 237 3 175 0 142 25 46 471 140 40
Binary 10011111 11 1111101 0 1100010 10101 100110 100111001 1100000 100000

Color Harmonies of #9F037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F037D

Black with #9F037D

Text Example


Text Example

White with #9F037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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