#85088E

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

Shades of Dark Magenta #85088E

Tints of Dark Magenta #85088E

Color information

#85088E (or 0x85088E) is unknown color: approx Dark Magenta. HEX triplet: 85, 08 and 8E. RGB value is (133,8,142). Sum of RGB (Red+Green+Blue) = 133+8+142=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #85088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85088E is #7AF771. Grayscale: #3C3C3C. Windows color (decimal): -8058738 or 9308293. OLE color: 9308293.

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

Color convert

RGB1338142-
CMYK0.060.9400.44
HSL295.97º89.33%29.41%-
HSV(B)295.97º94.37%55.69%-
XYZ14.647.1126.19-
YUV60.65173.91179.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=47.00%
G=2.83%
B=50.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13381420.060.9400.44295.9789.3329.41
Hex8588E65E02C128591d
Octal20510216613605445013135
Binary1000010110001000111011010111100101100100101000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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