Html Css Color HEX #910D71 Eggplant

📋 copy color: '#910D71'

red 145 ◦ green 13 ◦ blue 113

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

Shades of Eggplant #910D71

Tints of Eggplant #910D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

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

R = 53.51%
G = 4.8%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#910D71 (or 0x910D71) is known color: Eggplant. HEX triplet: 91, 0D and 71. RGB value is (145,13,113). Sum of RGB (Red+Green+Blue) = 145+13+113=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #910D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D71 is #6EF28E. Grayscale: #3F3F3F. Windows color (decimal): -7271055 or 7409041. OLE color: 7409041.

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

Color convert

RGB 145 13 113 -
CMYK 0 0.91 0.22 0.43
HSL 314.55º 0.84% 0.31% -
HSV(B) 314.55º 0.91% 0.57% -
XYZ 14.8 7.5 16.29 -
YUV 63.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 145 13 113 0 0.91 0.22 0.43 314.55 0.84 0.31
Hex 91 D 71 0 5B 16 2B 13B 54 1F
Octal 221 15 161 0 133 26 53 473 124 37
Binary 10010001 1101 1110001 0 1011011 10110 101011 100111011 1010100 11111

Color Harmonies of #910D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D71

Black with #910D71

Text Example


Text Example

White with #910D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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