Html Css Color HEX #910F71 Eggplant

📋 copy color: '#910F71'

red 145 ◦ green 15 ◦ blue 113

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

Shades of Eggplant #910F71

Tints of Eggplant #910F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 53.11%
G = 5.49%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#910F71 (or 0x910F71) is known color: Eggplant. HEX triplet: 91, 0F and 71. RGB value is (145,15,113). Sum of RGB (Red+Green+Blue) = 145+15+113=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #910F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F71 is #6EF08E. Grayscale: #404040. Windows color (decimal): -7270543 or 7409553. OLE color: 7409553.

HSL color Cylindrical-coordinate representation of color #910F71: hue angle of 314.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F71 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 113 -
CMYK 0 0.90 0.22 0.43
HSL 314.77º 0.81% 0.31% -
HSV(B) 314.77º 0.9% 0.57% -
XYZ 14.83 7.55 16.3 -
YUV 65.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 145 15 113 0 0.90 0.22 0.43 314.77 0.81 0.31
Hex 91 F 71 0 5A 16 2B 13B 51 1F
Octal 221 17 161 0 132 26 53 473 121 37
Binary 10010001 1111 1110001 0 1011010 10110 101011 100111011 1010001 11111

Color Harmonies of #910F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F71

Black with #910F71

Text Example


Text Example

White with #910F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F71; }

 p { color: rgb(145,15,113); }

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

background-color css

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

 a { background-color: rgb(145,15,113); }

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

border-color css

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

 span { border-color: rgb(145,15,113); }

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