#852289

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

Shades of Dark Purple #852289

Tints of Dark Purple #852289

Color information

#852289 (or 0x852289) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 89. RGB value is (133,34,137). Sum of RGB (Red+Green+Blue) = 133+34+137=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #852289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852289 is #7ADD76. Grayscale: #4B4B4B. Windows color (decimal): -8052087 or 8987269. OLE color: 8987269.

HSL color Cylindrical-coordinate representation of color #852289: hue angle of 297.67º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852289 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13334137-
CMYK0.030.7500.46
HSL297.67º60.23%33.53%-
HSV(B)297.67º75.18%53.73%-
XYZ14.767.9424.42-
YUV75.34162.8169.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=43.75%
G=11.18%
B=45.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133341370.030.7500.46297.6760.2333.53
Hex85228934B02E12a3c22
Octal2054221131130564527442
Binary10000101100010100010011110010110101110100101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852289; }

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

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

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

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

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

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

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

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