Html Css Color HEX #9F066A Eggplant

📋 copy color: '#9F066A'

red 159 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #9F066A

Tints of Eggplant #9F066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 58.67%
G = 2.21%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F066A (or 0x9F066A) is known color: Eggplant. HEX triplet: 9F, 06 and 6A. RGB value is (159,6,106). Sum of RGB (Red+Green+Blue) = 159+6+106=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F066A is #60F995. Grayscale: #3E3E3E. Windows color (decimal): -6355350 or 6948511. OLE color: 6948511.

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

Color convert

RGB 159 6 106 -
CMYK 0 0.96 0.33 0.38
HSL 320.78º 0.93% 0.32% -
HSV(B) 320.78º 0.96% 0.62% -
XYZ 16.96 8.54 14.39 -
YUV 63.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 159 6 106 0 0.96 0.33 0.38 320.78 0.93 0.32
Hex 9F 6 6A 0 60 21 26 141 5D 20
Octal 237 6 152 0 140 41 46 501 135 40
Binary 10011111 110 1101010 0 1100000 100001 100110 101000001 1011101 100000

Color Harmonies of #9F066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F066A

Black with #9F066A

Text Example


Text Example

White with #9F066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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