#852381

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

Shades of Dark Purple #852381

Tints of Dark Purple #852381

Color information

#852381 (or 0x852381) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 81. RGB value is (133,35,129). Sum of RGB (Red+Green+Blue) = 133+35+129=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852381 is #7ADC7E. Grayscale: #4A4A4A. Windows color (decimal): -8051839 or 8463237. OLE color: 8463237.

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

Color convert

RGB13335129-
CMYK00.740.030.48
HSL302.45º58.33%32.94%-
HSV(B)302.45º73.68%52.16%-
XYZ14.247.7721.52-
YUV75.02158.47169.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=44.78%
G=11.78%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333512900.740.030.48302.4558.3332.94
Hex85238104A33012e3a21
Octal2054320101123604567241
Binary10000101100011100000010100101011110000100101110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852381; }

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

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

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

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

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

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

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

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