Html Css Color HEX #91076D Eggplant

📋 copy color: '#91076D'

red 145 ◦ green 7 ◦ blue 109

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

Shades of Eggplant #91076D

Tints of Eggplant #91076D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.76%

R = 55.56%
G = 2.68%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#91076D (or 0x91076D) is known color: Eggplant. HEX triplet: 91, 07 and 6D. RGB value is (145,7,109). Sum of RGB (Red+Green+Blue) = 145+7+109=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #91076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91076D is #6EF892. Grayscale: #3B3B3B. Windows color (decimal): -7272595 or 7145361. OLE color: 7145361.

HSL color Cylindrical-coordinate representation of color #91076D: hue angle of 315.65º 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 #91076D is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 109 -
CMYK 0 0.95 0.25 0.43
HSL 315.65º 0.91% 0.3% -
HSV(B) 315.65º 0.95% 0.57% -
XYZ 14.51 7.28 15.11 -
YUV 59.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 145 7 109 0 0.95 0.25 0.43 315.65 0.91 0.3
Hex 91 7 6D 0 5F 19 2B 13C 5B 1E
Octal 221 7 155 0 137 31 53 474 133 36
Binary 10010001 111 1101101 0 1011111 11001 101011 100111100 1011011 11110

Color Harmonies of #91076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91076D

Black with #91076D

Text Example


Text Example

White with #91076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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