Html Css Color HEX #91076A Eggplant

📋 copy color: '#91076A'

red 145 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #91076A

Tints of Eggplant #91076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 56.2%
G = 2.71%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#91076A (or 0x91076A) is known color: Eggplant. HEX triplet: 91, 07 and 6A. RGB value is (145,7,106). Sum of RGB (Red+Green+Blue) = 145+7+106=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #91076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91076A is #6EF895. Grayscale: #3B3B3B. Windows color (decimal): -7272598 or 6948753. OLE color: 6948753.

HSL color Cylindrical-coordinate representation of color #91076A: hue angle of 316.96º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91076A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 106 -
CMYK 0 0.95 0.27 0.43
HSL 316.96º 0.91% 0.3% -
HSV(B) 316.96º 0.95% 0.57% -
XYZ 14.35 7.21 14.27 -
YUV 59.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 145 7 106 0 0.95 0.27 0.43 316.96 0.91 0.3
Hex 91 7 6A 0 5F 1B 2B 13D 5B 1E
Octal 221 7 152 0 137 33 53 475 133 36
Binary 10010001 111 1101010 0 1011111 11011 101011 100111101 1011011 11110

Color Harmonies of #91076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91076A

Black with #91076A

Text Example


Text Example

White with #91076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91076A; }

 p { color: rgb(145,7,106); }

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

background-color css

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

 a { background-color: rgb(145,7,106); }

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

border-color css

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

 span { border-color: rgb(145,7,106); }

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