#85236B

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

Shades of Dark Purple #85236B

Tints of Dark Purple #85236B

Color information

#85236B (or 0x85236B) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 6B. RGB value is (133,35,107). Sum of RGB (Red+Green+Blue) = 133+35+107=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85236B is #7ADC94. Grayscale: #484848. Windows color (decimal): -8051861 or 7021445. OLE color: 7021445.

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

Color convert

RGB13335107-
CMYK00.740.200.48
HSL315.92º58.33%32.94%-
HSV(B)315.92º73.68%52.16%-
XYZ12.937.2514.63-
YUV72.51147.47171.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=48.36%
G=12.73%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333510700.740.200.48315.9258.3332.94
Hex85236B04A143013c3a21
Octal20543153011224604747241
Binary1000010110001111010110100101010100110000100111100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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