#852286

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

Shades of Dark Purple #852286

Tints of Dark Purple #852286

Color information

#852286 (or 0x852286) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 86. RGB value is (133,34,134). Sum of RGB (Red+Green+Blue) = 133+34+134=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #852286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852286 is #7ADD79. Grayscale: #4A4A4A. Windows color (decimal): -8052090 or 8790661. OLE color: 8790661.

HSL color Cylindrical-coordinate representation of color #852286: hue angle of 299.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852286 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13334134-
CMYK0.010.7500.47
HSL299.4º59.52%32.94%-
HSV(B)299.4º74.63%52.55%-
XYZ14.557.8523.3-
YUV75161.3169.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=44.19%
G=11.30%
B=44.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133341340.010.7500.47299.459.5232.94
Hex85228614B02F12b3c21
Octal2054220611130574537441
Binary1000010110001010000110110010110101111100101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852286; }

 p { color: rgb(133,34,134); }

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

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

 a { background-color: rgb(133,34,134); }

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

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

 span { border-color: rgb(133,34,134); }

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