#85356B

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

Shades of Dark Purple #85356B

Tints of Dark Purple #85356B

Color information

#85356B (or 0x85356B) is unknown color: approx Dark Purple. HEX triplet: 85, 35 and 6B. RGB value is (133,53,107). Sum of RGB (Red+Green+Blue) = 133+53+107=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85356B is #7ACA94. Grayscale: #525252. Windows color (decimal): -8047253 or 7026053. OLE color: 7026053.

HSL color Cylindrical-coordinate representation of color #85356B: hue angle of 319.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85356B is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13353107-
CMYK00.600.200.48
HSL319.5º43.01%36.47%-
HSV(B)319.5º60.15%52.16%-
XYZ13.68.5914.85-
YUV83.08141.5163.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=45.39%
G=18.09%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335310700.600.200.48319.543.0136.47
Hex85356B03C14301402b24
Octal2056515307424605005344
Binary100001011101011101011011110010100110000101000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85356B; }

 p { color: rgb(133,53,107); }

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

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

 a { background-color: rgb(133,53,107); }

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

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

 span { border-color: rgb(133,53,107); }

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