Html Css Color HEX #9A0770 Eggplant

📋 copy color: '#9A0770'

red 154 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #9A0770

Tints of Eggplant #9A0770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 56.41%
G = 2.56%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A0770 (or 0x9A0770) is known color: Eggplant. HEX triplet: 9A, 07 and 70. RGB value is (154,7,112). Sum of RGB (Red+Green+Blue) = 154+7+112=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0770 is #65F88F. Grayscale: #3E3E3E. Windows color (decimal): -6682768 or 7341978. OLE color: 7341978.

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

Color convert

RGB 154 7 112 -
CMYK 0 0.95 0.27 0.40
HSL 317.14º 0.91% 0.32% -
HSV(B) 317.14º 0.95% 0.6% -
XYZ 16.33 8.19 16.05 -
YUV 62.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 154 7 112 0 0.95 0.27 0.40 317.14 0.91 0.32
Hex 9A 7 70 0 5F 1B 28 13D 5B 20
Octal 232 7 160 0 137 33 50 475 133 40
Binary 10011010 111 1110000 0 1011111 11011 101000 100111101 1011011 100000

Color Harmonies of #9A0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0770

Black with #9A0770

Text Example


Text Example

White with #9A0770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,7,112); }

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

background-color css

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

 a { background-color: rgb(154,7,112); }

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

border-color css

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

 span { border-color: rgb(154,7,112); }

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