Html Css Color HEX #9A0966 Eggplant

📋 copy color: '#9A0966'

red 154 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #9A0966

Tints of Eggplant #9A0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 58.11%
G = 3.4%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A0966 (or 0x9A0966) is known color: Eggplant. HEX triplet: 9A, 09 and 66. RGB value is (154,9,102). Sum of RGB (Red+Green+Blue) = 154+9+102=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0966 is #65F699. Grayscale: #3E3E3E. Windows color (decimal): -6682266 or 6687130. OLE color: 6687130.

HSL color Cylindrical-coordinate representation of color #9A0966: hue angle of 321.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0966 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 102 -
CMYK 0 0.94 0.34 0.40
HSL 321.52º 0.89% 0.32% -
HSV(B) 321.52º 0.94% 0.6% -
XYZ 15.82 8.02 13.29 -
YUV 62.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 154 9 102 0 0.94 0.34 0.40 321.52 0.89 0.32
Hex 9A 9 66 0 5E 22 28 142 59 20
Octal 232 11 146 0 136 42 50 502 131 40
Binary 10011010 1001 1100110 0 1011110 100010 101000 101000010 1011001 100000

Color Harmonies of #9A0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0966

Black with #9A0966

Text Example


Text Example

White with #9A0966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,102); }

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

background-color css

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

 a { background-color: rgb(154,9,102); }

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

border-color css

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

 span { border-color: rgb(154,9,102); }

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