Html Css Color HEX #9F027D Eggplant

📋 copy color: '#9F027D'

red 159 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #9F027D

Tints of Eggplant #9F027D

RGB

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

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

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

R = 55.59%
G = 0.7%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F027D (or 0x9F027D) is known color: Eggplant. HEX triplet: 9F, 02 and 7D. RGB value is (159,2,125). Sum of RGB (Red+Green+Blue) = 159+2+125=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027D is #60FD82. Grayscale: #3E3E3E. Windows color (decimal): -6356355 or 8192671. OLE color: 8192671.

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

Color convert

RGB 159 2 125 -
CMYK 0 0.99 0.21 0.38
HSL 312.99º 0.98% 0.32% -
HSV(B) 312.99º 0.99% 0.62% -
XYZ 18.02 8.9 20.17 -
YUV 62.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 159 2 125 0 0.99 0.21 0.38 312.99 0.98 0.32
Hex 9F 2 7D 0 63 15 26 139 62 20
Octal 237 2 175 0 143 25 46 471 142 40
Binary 10011111 10 1111101 0 1100011 10101 100110 100111001 1100010 100000

Color Harmonies of #9F027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F027D

Black with #9F027D

Text Example


Text Example

White with #9F027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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