#85028D

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

Shades of Dark Magenta #85028D

Tints of Dark Magenta #85028D

Color information

#85028D (or 0x85028D) is unknown color: approx Dark Magenta. HEX triplet: 85, 02 and 8D. RGB value is (133,2,141). Sum of RGB (Red+Green+Blue) = 133+2+141=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #85028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85028D is #7AFD72. Grayscale: #383838. Windows color (decimal): -8060275 or 9241221. OLE color: 9241221.

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

Color convert

RGB1332141-
CMYK0.060.9900.45
HSL296.55º97.2%28.04%-
HSV(B)296.55º98.58%55.29%-
XYZ14.56.9525.78-
YUV57.02175.4182.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=48.19%
G=0.72%
B=51.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13321410.060.9900.45296.5597.228.04
Hex8528D66302D129611c
Octal2052215614305545114134
Binary10000101101000110111011000110101101100101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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