#852484

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

Shades of Dark Purple #852484

Tints of Dark Purple #852484

Color information

#852484 (or 0x852484) is unknown color: approx Dark Purple. HEX triplet: 85, 24 and 84. RGB value is (133,36,132). Sum of RGB (Red+Green+Blue) = 133+36+132=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852484 is #7ADB7B. Grayscale: #4B4B4B. Windows color (decimal): -8051580 or 8660101. OLE color: 8660101.

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

Color convert

RGB13336132-
CMYK00.730.010.48
HSL300.62º57.4%33.14%-
HSV(B)300.62º72.93%52.16%-
XYZ14.477.9122.59-
YUV75.95159.64168.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=44.19%
G=11.96%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333613200.730.010.48300.6257.433.14
Hex85248404913012d3921
Octal2054420401111604557141
Binary1000010110010010000100010010011110000100101101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852484; }

 p { color: rgb(133,36,132); }

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

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

 a { background-color: rgb(133,36,132); }

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

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

 span { border-color: rgb(133,36,132); }

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