#850084

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

Shades of Purple #850084

Tints of Purple #850084

Color information

#850084 (or 0x850084) is unknown color: approx Purple. HEX triplet: 85, 00 and 84. RGB value is (133,0,132). Sum of RGB (Red+Green+Blue) = 133+0+132=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #850084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850084 is #7AFF7B. Grayscale: #363636. Windows color (decimal): -8060796 or 8650885. OLE color: 8650885.

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

Color convert

RGB1330132-
CMYK010.010.48
HSL300.45º100%26.08%-
HSV(B)300.45º100%52.16%-
XYZ13.846.6522.38-
YUV54.82171.56183.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=50.19%
G=0%
B=49.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330132010.010.48300.4510026.08
Hex8508406413012c641a
Octal2050204014416045414432
Binary10000101010000100011001001110000100101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850084; }

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

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

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

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

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

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

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

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