#850182

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

Shades of Purple #850182

Tints of Purple #850182

Color information

#850182 (or 0x850182) is unknown color: approx Purple. HEX triplet: 85, 01 and 82. RGB value is (133,1,130). Sum of RGB (Red+Green+Blue) = 133+1+130=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #850182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850182 is #7AFE7D. Grayscale: #363636. Windows color (decimal): -8060542 or 8520069. OLE color: 8520069.

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

Color convert

RGB1331130-
CMYK00.990.020.48
HSL301.36º98.51%26.27%-
HSV(B)301.36º99.25%52.16%-
XYZ13.716.6221.67-
YUV55.17170.23183.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=50.38%
G=0.38%
B=49.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133113000.990.020.48301.3698.5126.27
Hex8518206323012d631a
Octal2051202014326045514332
Binary100001011100000100110001110110000100101101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850182; }

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

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

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

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

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

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

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

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