#850082

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

Shades of Purple #850082

Tints of Purple #850082

Color information

#850082 (or 0x850082) is unknown color: approx Purple. HEX triplet: 85, 00 and 82. RGB value is (133,0,130). Sum of RGB (Red+Green+Blue) = 133+0+130=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850082 is #7AFF7D. Grayscale: #363636. Windows color (decimal): -8060798 or 8519813. OLE color: 8519813.

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

Color convert

RGB1330130-
CMYK010.020.48
HSL301.35º100%26.08%-
HSV(B)301.35º100%52.16%-
XYZ13.76.621.67-
YUV54.59170.56183.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=50.57%
G=0%
B=49.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330130010.020.48301.3510026.08
Hex8508206423012d641a
Octal2050202014426045514432
Binary100001010100000100110010010110000100101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850082; }

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

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

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

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

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

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

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

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