Html Css Color HEX #9F066D Eggplant

📋 copy color: '#9F066D'

red 159 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #9F066D

Tints of Eggplant #9F066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 58.03%
G = 2.19%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F066D (or 0x9F066D) is known color: Eggplant. HEX triplet: 9F, 06 and 6D. RGB value is (159,6,109). Sum of RGB (Red+Green+Blue) = 159+6+109=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F066D is #60F992. Grayscale: #3F3F3F. Windows color (decimal): -6355347 or 7145119. OLE color: 7145119.

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

Color convert

RGB 159 6 109 -
CMYK 0 0.96 0.31 0.38
HSL 319.61º 0.93% 0.32% -
HSV(B) 319.61º 0.96% 0.62% -
XYZ 17.12 8.61 15.23 -
YUV 63.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 159 6 109 0 0.96 0.31 0.38 319.61 0.93 0.32
Hex 9F 6 6D 0 60 1F 26 140 5D 20
Octal 237 6 155 0 140 37 46 500 135 40
Binary 10011111 110 1101101 0 1100000 11111 100110 101000000 1011101 100000

Color Harmonies of #9F066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F066D

Black with #9F066D

Text Example


Text Example

White with #9F066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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