Html Css Color HEX #9F047F Eggplant

📋 copy color: '#9F047F'

red 159 ◦ green 4 ◦ blue 127

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

Shades of Eggplant #9F047F

Tints of Eggplant #9F047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 54.83%
G = 1.38%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F047F (or 0x9F047F) is known color: Eggplant. HEX triplet: 9F, 04 and 7F. RGB value is (159,4,127). Sum of RGB (Red+Green+Blue) = 159+4+127=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F047F is #60FB80. Grayscale: #404040. Windows color (decimal): -6355841 or 8324255. OLE color: 8324255.

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

Color convert

RGB 159 4 127 -
CMYK 0 0.97 0.20 0.38
HSL 312.39º 0.95% 0.32% -
HSV(B) 312.39º 0.97% 0.62% -
XYZ 18.17 8.99 20.86 -
YUV 64.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 159 4 127 0 0.97 0.20 0.38 312.39 0.95 0.32
Hex 9F 4 7F 0 61 14 26 138 5F 20
Octal 237 4 177 0 141 24 46 470 137 40
Binary 10011111 100 1111111 0 1100001 10100 100110 100111000 1011111 100000

Color Harmonies of #9F047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F047F

Black with #9F047F

Text Example


Text Example

White with #9F047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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