#910A6A

Color #910A6A Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #910A6A

Tints of Eggplant #910A6A

Color information

#910A6A (or 0x910A6A) is unknown color: approx Eggplant. HEX triplet: 91, 0A and 6A. RGB value is (145,10,106). Sum of RGB (Red+Green+Blue) = 145+10+106=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A6A is #6EF595. Grayscale: #3D3D3D. Windows color (decimal): -7271830 or 6949521. OLE color: 6949521.

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

Color convert

RGB14510106-
CMYK00.930.270.43
HSL317.33º87.1%30.39%-
HSV(B)317.33º93.1%56.86%-
XYZ14.397.2814.28-
YUV61.31153.23187.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.56%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=55.56%
G=3.83%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451010600.930.270.43317.3387.130.39
Hex91A6A05D1B2B13d571e
Octal221121520135335347512736
Binary10010001101011010100101110111011101011100111101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #910A6A;
 }
 .AnyTagClassName
 {
   color: #910A6A;
 }
</style>
background-color css

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

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

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

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

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

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