#85357A

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

Shades of Dark Purple #85357A

Tints of Dark Purple #85357A

Color information

#85357A (or 0x85357A) is unknown color: approx Dark Purple. HEX triplet: 85, 35 and 7A. RGB value is (133,53,122). Sum of RGB (Red+Green+Blue) = 133+53+122=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85357A is #7ACA85. Grayscale: #545454. Windows color (decimal): -8047238 or 8009093. OLE color: 8009093.

HSL color Cylindrical-coordinate representation of color #85357A: hue angle of 308.25º 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 #85357A is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13353122-
CMYK00.600.080.48
HSL308.25º43.01%36.47%-
HSV(B)308.25º60.15%52.16%-
XYZ14.468.9419.38-
YUV84.79149162.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=43.18%
G=17.21%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335312200.600.080.48308.2543.0136.47
Hex85357A03C8301342b24
Octal2056517207410604645344
Binary10000101110101111101001111001000110000100110100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85357A; }

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

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

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

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

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

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

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

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