Html Css Color HEX #910376 Eggplant

📋 copy color: '#910376'

red 145 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #910376

Tints of Eggplant #910376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 54.51%
G = 1.13%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#910376 (or 0x910376) is known color: Eggplant. HEX triplet: 91, 03 and 76. RGB value is (145,3,118). Sum of RGB (Red+Green+Blue) = 145+3+118=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #910376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910376 is #6EFC89. Grayscale: #3A3A3A. Windows color (decimal): -7273610 or 7734161. OLE color: 7734161.

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

Color convert

RGB 145 3 118 -
CMYK 0 0.98 0.19 0.43
HSL 311.41º 0.96% 0.29% -
HSV(B) 311.41º 0.98% 0.57% -
XYZ 14.98 7.39 17.78 -
YUV 58.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 145 3 118 0 0.98 0.19 0.43 311.41 0.96 0.29
Hex 91 3 76 0 62 13 2B 137 60 1D
Octal 221 3 166 0 142 23 53 467 140 35
Binary 10010001 11 1110110 0 1100010 10011 101011 100110111 1100000 11101

Color Harmonies of #910376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910376

Black with #910376

Text Example


Text Example

White with #910376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910376; }

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

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

background-color css

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

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

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

border-color css

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

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

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