#85028E

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

Shades of Dark Magenta #85028E

Tints of Dark Magenta #85028E

Color information

#85028E (or 0x85028E) is unknown color: approx Dark Magenta. HEX triplet: 85, 02 and 8E. RGB value is (133,2,142). Sum of RGB (Red+Green+Blue) = 133+2+142=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #85028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85028E is #7AFD71. Grayscale: #383838. Windows color (decimal): -8060274 or 9306757. OLE color: 9306757.

HSL color Cylindrical-coordinate representation of color #85028E: hue angle of 296.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85028E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1332142-
CMYK0.060.9900.44
HSL296.14º97.22%28.24%-
HSV(B)296.14º98.59%55.69%-
XYZ14.586.9826.17-
YUV57.13175.9182.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=48.01%
G=0.72%
B=51.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13321420.060.9900.44296.1497.2228.24
Hex8528E66302C128611c
Octal2052216614305445014134
Binary10000101101000111011011000110101100100101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,2,142); }

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

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

 a { background-color: rgb(133,2,142); }

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

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

 span { border-color: rgb(133,2,142); }

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