Html Css Color HEX #910977 Eggplant

📋 copy color: '#910977'

red 145 ◦ green 9 ◦ blue 119

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

Shades of Eggplant #910977

Tints of Eggplant #910977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 53.11%
G = 3.3%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#910977 (or 0x910977) is known color: Eggplant. HEX triplet: 91, 09 and 77. RGB value is (145,9,119). Sum of RGB (Red+Green+Blue) = 145+9+119=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #910977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910977 is #6EF688. Grayscale: #3D3D3D. Windows color (decimal): -7272073 or 7801233. OLE color: 7801233.

HSL color Cylindrical-coordinate representation of color #910977: hue angle of 311.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910977 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 119 -
CMYK 0 0.94 0.18 0.43
HSL 311.47º 0.88% 0.3% -
HSV(B) 311.47º 0.94% 0.57% -
XYZ 15.1 7.55 18.11 -
YUV 62.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 145 9 119 0 0.94 0.18 0.43 311.47 0.88 0.3
Hex 91 9 77 0 5E 12 2B 137 58 1E
Octal 221 11 167 0 136 22 53 467 130 36
Binary 10010001 1001 1110111 0 1011110 10010 101011 100110111 1011000 11110

Color Harmonies of #910977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910977

Black with #910977

Text Example


Text Example

White with #910977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910977; }

 p { color: rgb(145,9,119); }

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

background-color css

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

 a { background-color: rgb(145,9,119); }

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

border-color css

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

 span { border-color: rgb(145,9,119); }

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