Html Css Color HEX #9A066A Eggplant

📋 copy color: '#9A066A'

red 154 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #9A066A

Tints of Eggplant #9A066A

RGB

 RED value IS 154 (60.55% from 255) = 57.89%

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

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

R = 57.89%
G = 2.26%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A066A (or 0x9A066A) is known color: Eggplant. HEX triplet: 9A, 06 and 6A. RGB value is (154,6,106). Sum of RGB (Red+Green+Blue) = 154+6+106=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A066A is #65F995. Grayscale: #3D3D3D. Windows color (decimal): -6683030 or 6948506. OLE color: 6948506.

HSL color Cylindrical-coordinate representation of color #9A066A: hue angle of 319.46º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A066A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 6 106 -
CMYK 0 0.96 0.31 0.40
HSL 319.46º 0.93% 0.31% -
HSV(B) 319.46º 0.96% 0.6% -
XYZ 15.99 8.04 14.34 -
YUV 61.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 154 6 106 0 0.96 0.31 0.40 319.46 0.93 0.31
Hex 9A 6 6A 0 60 1F 28 13F 5C 1F
Octal 232 6 152 0 140 37 50 477 134 37
Binary 10011010 110 1101010 0 1100000 11111 101000 100111111 1011100 11111

Color Harmonies of #9A066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A066A

Black with #9A066A

Text Example


Text Example

White with #9A066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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