Html Css Color HEX #9F067F Eggplant

📋 copy color: '#9F067F'

red 159 ◦ green 6 ◦ blue 127

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

Shades of Eggplant #9F067F

Tints of Eggplant #9F067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 54.45%
G = 2.05%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F067F (or 0x9F067F) is known color: Eggplant. HEX triplet: 9F, 06 and 7F. RGB value is (159,6,127). Sum of RGB (Red+Green+Blue) = 159+6+127=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F067F is #60F980. Grayscale: #414141. Windows color (decimal): -6355329 or 8324767. OLE color: 8324767.

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

Color convert

RGB 159 6 127 -
CMYK 0 0.96 0.20 0.38
HSL 312.55º 0.93% 0.32% -
HSV(B) 312.55º 0.96% 0.62% -
XYZ 18.19 9.03 20.86 -
YUV 65.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 159 6 127 0 0.96 0.20 0.38 312.55 0.93 0.32
Hex 9F 6 7F 0 60 14 26 139 5D 20
Octal 237 6 177 0 140 24 46 471 135 40
Binary 10011111 110 1111111 0 1100000 10100 100110 100111001 1011101 100000

Color Harmonies of #9F067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F067F

Black with #9F067F

Text Example


Text Example

White with #9F067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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