#852082

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

Shades of Dark Purple #852082

Tints of Dark Purple #852082

Color information

#852082 (or 0x852082) is unknown color: approx Dark Purple. HEX triplet: 85, 20 and 82. RGB value is (133,32,130). Sum of RGB (Red+Green+Blue) = 133+32+130=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852082 is #7ADF7D. Grayscale: #494949. Windows color (decimal): -8052606 or 8528005. OLE color: 8528005.

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

Color convert

RGB13332130-
CMYK00.760.020.48
HSL301.78º61.21%32.35%-
HSV(B)301.78º75.94%52.16%-
XYZ14.227.6321.84-
YUV73.37159.96170.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=45.08%
G=10.85%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333213000.760.020.48301.7861.2132.35
Hex85208204C23012e3d20
Octal2054020201142604567540
Binary10000101100000100000100100110010110000100101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852082; }

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

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

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

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

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

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

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

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