#850382

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

Shades of Purple #850382

Tints of Purple #850382

Color information

#850382 (or 0x850382) is unknown color: approx Purple. HEX triplet: 85, 03 and 82. RGB value is (133,3,130). Sum of RGB (Red+Green+Blue) = 133+3+130=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850382 is #7AFC7D. Grayscale: #373737. Windows color (decimal): -8060030 or 8520581. OLE color: 8520581.

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

Color convert

RGB1333130-
CMYK00.980.020.48
HSL301.38º95.59%26.67%-
HSV(B)301.38º97.74%52.16%-
XYZ13.736.6621.68-
YUV56.35169.57182.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=50%
G=1.13%
B=48.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133313000.980.020.48301.3895.5926.67
Hex8538206223012d601b
Octal2053202014226045514033
Binary1000010111100000100110001010110000100101101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850382; }

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

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

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

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

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

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

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

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