#850069

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

Shades of Eggplant #850069

Tints of Eggplant #850069

Color information

#850069 (or 0x850069) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 69. RGB value is (133,0,105). Sum of RGB (Red+Green+Blue) = 133+0+105=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #850069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850069 is #7AFF96. Grayscale: #333333. Windows color (decimal): -8060823 or 6881413. OLE color: 6881413.

HSL color Cylindrical-coordinate representation of color #850069: hue angle of 312.63º 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 #850069 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB1330105-
CMYK010.210.48
HSL312.63º100%26.08%-
HSV(B)312.63º100%52.16%-
XYZ12.226.0113.88-
YUV51.74158.06185.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=55.88%
G=0%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330105010.210.48312.6310026.08
Hex850690641530139641a
Octal20501510144256047114432
Binary10000101011010010110010010101110000100111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850069; }

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

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

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

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

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

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

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

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