Html Css Color HEX #9A097D Eggplant

📋 copy color: '#9A097D'

red 154 ◦ green 9 ◦ blue 125

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

Shades of Eggplant #9A097D

Tints of Eggplant #9A097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 53.47%
G = 3.13%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A097D (or 0x9A097D) is known color: Eggplant. HEX triplet: 9A, 09 and 7D. RGB value is (154,9,125). Sum of RGB (Red+Green+Blue) = 154+9+125=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A097D is #65F682. Grayscale: #414141. Windows color (decimal): -6682243 or 8194458. OLE color: 8194458.

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

Color convert

RGB 154 9 125 -
CMYK 0 0.94 0.19 0.40
HSL 312º 0.89% 0.32% -
HSV(B) 312º 0.94% 0.6% -
XYZ 17.13 8.55 20.15 -
YUV 65.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 154 9 125 0 0.94 0.19 0.40 312 0.89 0.32
Hex 9A 9 7D 0 5E 13 28 138 59 20
Octal 232 11 175 0 136 23 50 470 131 40
Binary 10011010 1001 1111101 0 1011110 10011 101000 100111000 1011001 100000

Color Harmonies of #9A097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A097D

Black with #9A097D

Text Example


Text Example

White with #9A097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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