Html Css Color HEX #910271 Eggplant

📋 copy color: '#910271'

red 145 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #910271

Tints of Eggplant #910271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 55.77%
G = 0.77%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#910271 (or 0x910271) is known color: Eggplant. HEX triplet: 91, 02 and 71. RGB value is (145,2,113). Sum of RGB (Red+Green+Blue) = 145+2+113=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #910271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910271 is #6EFD8E. Grayscale: #393939. Windows color (decimal): -7273871 or 7406225. OLE color: 7406225.

HSL color Cylindrical-coordinate representation of color #910271: hue angle of 313.43º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910271 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 113 -
CMYK 0 0.99 0.22 0.43
HSL 313.43º 0.97% 0.29% -
HSV(B) 313.43º 0.99% 0.57% -
XYZ 14.68 7.26 16.25 -
YUV 57.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 145 2 113 0 0.99 0.22 0.43 313.43 0.97 0.29
Hex 91 2 71 0 63 16 2B 139 61 1D
Octal 221 2 161 0 143 26 53 471 141 35
Binary 10010001 10 1110001 0 1100011 10110 101011 100111001 1100001 11101

Color Harmonies of #910271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910271

Black with #910271

Text Example


Text Example

White with #910271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910271; }

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

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

background-color css

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

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

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

border-color css

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

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

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