#85236E

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

Shades of Dark Purple #85236E

Tints of Dark Purple #85236E

Color information

#85236E (or 0x85236E) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 6E. RGB value is (133,35,110). Sum of RGB (Red+Green+Blue) = 133+35+110=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85236E is #7ADC91. Grayscale: #484848. Windows color (decimal): -8051858 or 7218053. OLE color: 7218053.

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

Color convert

RGB13335110-
CMYK00.740.170.48
HSL314.08º58.33%32.94%-
HSV(B)314.08º73.68%52.16%-
XYZ13.097.3115.47-
YUV72.85148.97170.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=47.84%
G=12.59%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333511000.740.170.48314.0858.3332.94
Hex85236E04A113013a3a21
Octal20543156011221604727241
Binary1000010110001111011100100101010001110000100111010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85236E; }

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

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

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

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

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

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

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

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