Html Css Color HEX #9A0970 Eggplant

📋 copy color: '#9A0970'

red 154 ◦ green 9 ◦ blue 112

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

Shades of Eggplant #9A0970

Tints of Eggplant #9A0970

RGB

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

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

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

R = 56%
G = 3.27%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A0970 (or 0x9A0970) is known color: Eggplant. HEX triplet: 9A, 09 and 70. RGB value is (154,9,112). Sum of RGB (Red+Green+Blue) = 154+9+112=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0970 is #65F68F. Grayscale: #3F3F3F. Windows color (decimal): -6682256 or 7342490. OLE color: 7342490.

HSL color Cylindrical-coordinate representation of color #9A0970: hue angle of 317.38º 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 #9A0970 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 112 -
CMYK 0 0.94 0.27 0.40
HSL 317.38º 0.89% 0.32% -
HSV(B) 317.38º 0.94% 0.6% -
XYZ 16.35 8.24 16.06 -
YUV 64.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 154 9 112 0 0.94 0.27 0.40 317.38 0.89 0.32
Hex 9A 9 70 0 5E 1B 28 13D 59 20
Octal 232 11 160 0 136 33 50 475 131 40
Binary 10011010 1001 1110000 0 1011110 11011 101000 100111101 1011001 100000

Color Harmonies of #9A0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0970

Black with #9A0970

Text Example


Text Example

White with #9A0970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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