Html Css Color HEX #910476 Eggplant

📋 copy color: '#910476'

red 145 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #910476

Tints of Eggplant #910476

RGB

 RED value IS 145 (57.03% from 255) = 54.31%

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 54.31%
G = 1.5%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#910476 (or 0x910476) is known color: Eggplant. HEX triplet: 91, 04 and 76. RGB value is (145,4,118). Sum of RGB (Red+Green+Blue) = 145+4+118=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #910476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910476 is #6EFB89. Grayscale: #3A3A3A. Windows color (decimal): -7273354 or 7734417. OLE color: 7734417.

HSL color Cylindrical-coordinate representation of color #910476: hue angle of 311.49º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910476 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 118 -
CMYK 0 0.97 0.19 0.43
HSL 311.49º 0.95% 0.29% -
HSV(B) 311.49º 0.97% 0.57% -
XYZ 14.99 7.41 17.78 -
YUV 59.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 145 4 118 0 0.97 0.19 0.43 311.49 0.95 0.29
Hex 91 4 76 0 61 13 2B 137 5F 1D
Octal 221 4 166 0 141 23 53 467 137 35
Binary 10010001 100 1110110 0 1100001 10011 101011 100110111 1011111 11101

Color Harmonies of #910476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910476

Black with #910476

Text Example


Text Example

White with #910476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910476; }

 p { color: rgb(145,4,118); }

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

background-color css

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

 a { background-color: rgb(145,4,118); }

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

border-color css

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

 span { border-color: rgb(145,4,118); }

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