Html Css Color HEX #9A0179 Eggplant

📋 copy color: '#9A0179'

red 154 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #9A0179

Tints of Eggplant #9A0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 55.8%
G = 0.36%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A0179 (or 0x9A0179) is known color: Eggplant. HEX triplet: 9A, 01 and 79. RGB value is (154,1,121). Sum of RGB (Red+Green+Blue) = 154+1+121=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0179 is #65FE86. Grayscale: #3C3C3C. Windows color (decimal): -6684295 or 7930266. OLE color: 7930266.

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

Color convert

RGB 154 1 121 -
CMYK 0 0.99 0.21 0.40
HSL 312.94º 0.99% 0.3% -
HSV(B) 312.94º 0.99% 0.6% -
XYZ 16.79 8.27 18.8 -
YUV 60.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 154 1 121 0 0.99 0.21 0.40 312.94 0.99 0.3
Hex 9A 1 79 0 63 15 28 139 63 1E
Octal 232 1 171 0 143 25 50 471 143 36
Binary 10011010 1 1111001 0 1100011 10101 101000 100111001 1100011 11110

Color Harmonies of #9A0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0179

Black with #9A0179

Text Example


Text Example

White with #9A0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,121); }

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

background-color css

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

 a { background-color: rgb(154,1,121); }

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

border-color css

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

 span { border-color: rgb(154,1,121); }

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