#910065

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

Shades of Eggplant #910065

Tints of Eggplant #910065

Color information

#910065 (or 0x910065) is unknown color: approx Eggplant. HEX triplet: 91, 00 and 65. RGB value is (145,0,101). Sum of RGB (Red+Green+Blue) = 145+0+101=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #910065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910065 is #6EFF9A. Grayscale: #363636. Windows color (decimal): -7274395 or 6619281. OLE color: 6619281.

HSL color Cylindrical-coordinate representation of color #910065: hue angle of 318.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910065 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB1450101-
CMYK010.300.43
HSL318.21º100%28.43%-
HSV(B)318.21º100%56.86%-
XYZ14.036.9612.92-
YUV54.87154.04192.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=58.94%
G=0%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450101010.300.43318.2110028.43
Hex910650641E2B13e641c
Octal22101450144365347614434
Binary10010001011001010110010011110101011100111110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910065; }

 p { color: rgb(145,0,101); }

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

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

 a { background-color: rgb(145,0,101); }

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

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

 span { border-color: rgb(145,0,101); }

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