Html Css Color HEX #9A0276 Eggplant

📋 copy color: '#9A0276'

red 154 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #9A0276

Tints of Eggplant #9A0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 56.2%
G = 0.73%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A0276 (or 0x9A0276) is known color: Eggplant. HEX triplet: 9A, 02 and 76. RGB value is (154,2,118). Sum of RGB (Red+Green+Blue) = 154+2+118=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0276 is #65FD89. Grayscale: #3C3C3C. Windows color (decimal): -6684042 or 7733914. OLE color: 7733914.

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

Color convert

RGB 154 2 118 -
CMYK 0 0.99 0.23 0.40
HSL 314.21º 0.97% 0.31% -
HSV(B) 314.21º 0.99% 0.6% -
XYZ 16.62 8.22 17.85 -
YUV 60.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 154 2 118 0 0.99 0.23 0.40 314.21 0.97 0.31
Hex 9A 2 76 0 63 17 28 13A 61 1F
Octal 232 2 166 0 143 27 50 472 141 37
Binary 10011010 10 1110110 0 1100011 10111 101000 100111010 1100001 11111

Color Harmonies of #9A0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0276

Black with #9A0276

Text Example


Text Example

White with #9A0276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,118); }

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

background-color css

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

 a { background-color: rgb(154,2,118); }

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

border-color css

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

 span { border-color: rgb(154,2,118); }

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