#852384

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

Shades of Dark Purple #852384

Tints of Dark Purple #852384

Color information

#852384 (or 0x852384) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 84. RGB value is (133,35,132). Sum of RGB (Red+Green+Blue) = 133+35+132=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #852384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852384 is #7ADC7B. Grayscale: #4B4B4B. Windows color (decimal): -8051836 or 8659845. OLE color: 8659845.

HSL color Cylindrical-coordinate representation of color #852384: hue angle of 300.61º 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 #852384 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13335132-
CMYK00.740.010.48
HSL300.61º58.33%32.94%-
HSV(B)300.61º73.68%52.16%-
XYZ14.447.8522.58-
YUV75.36159.97169.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 132 (51.95% from 255) = 44%
R=44.33%
G=11.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333513200.740.010.48300.6158.3332.94
Hex85238404A13012d3a21
Octal2054320401121604557241
Binary1000010110001110000100010010101110000100101101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852384; }

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

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

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

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

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

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

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

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