#850065

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

Shades of Eggplant #850065

Tints of Eggplant #850065

Color information

#850065 (or 0x850065) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 65. RGB value is (133,0,101). Sum of RGB (Red+Green+Blue) = 133+0+101=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #850065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850065 is #7AFF9A. Grayscale: #333333. Windows color (decimal): -8060827 or 6619269. OLE color: 6619269.

HSL color Cylindrical-coordinate representation of color #850065: hue angle of 314.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850065 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB1330101-
CMYK010.240.48
HSL314.44º100%26.08%-
HSV(B)314.44º100%52.16%-
XYZ12.025.9312.82-
YUV51.28156.06186.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=56.84%
G=0%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330101010.240.48314.4410026.08
Hex85065064183013a641a
Octal20501450144306047214432
Binary10000101011001010110010011000110000100111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850065; }

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

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

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

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

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

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

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

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