#85287E

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

Shades of Dark Purple #85287E

Tints of Dark Purple #85287E

Color information

#85287E (or 0x85287E) is unknown color: approx Dark Purple. HEX triplet: 85, 28 and 7E. RGB value is (133,40,126). Sum of RGB (Red+Green+Blue) = 133+40+126=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85287E is #7AD781. Grayscale: #4D4D4D. Windows color (decimal): -8050562 or 8267909. OLE color: 8267909.

HSL color Cylindrical-coordinate representation of color #85287E: hue angle of 304.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85287E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13340126-
CMYK00.700.050.48
HSL304.52º53.76%33.92%-
HSV(B)304.52º69.92%52.16%-
XYZ14.28.0120.54-
YUV77.61155.31167.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=44.48%
G=13.38%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334012600.700.050.48304.5253.7633.92
Hex85287E0465301313622
Octal2055017601065604616642
Binary10000101101000111111001000110101110000100110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,40,126); }

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

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

 a { background-color: rgb(133,40,126); }

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

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

 span { border-color: rgb(133,40,126); }

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