#852382

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

Shades of Dark Purple #852382

Tints of Dark Purple #852382

Color information

#852382 (or 0x852382) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 82. RGB value is (133,35,130). Sum of RGB (Red+Green+Blue) = 133+35+130=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #852382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852382 is #7ADC7D. Grayscale: #4A4A4A. Windows color (decimal): -8051838 or 8528773. OLE color: 8528773.

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

Color convert

RGB13335130-
CMYK00.740.020.48
HSL301.84º58.33%32.94%-
HSV(B)301.84º73.68%52.16%-
XYZ14.37.821.87-
YUV75.13158.97169.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=44.63%
G=11.74%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333513000.740.020.48301.8458.3332.94
Hex85238204A23012e3a21
Octal2054320201122604567241
Binary10000101100011100000100100101010110000100101110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852382; }

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

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

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

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

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

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

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

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