#85148E

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

Shades of Dark Magenta #85148E

Tints of Dark Magenta #85148E

Color information

#85148E (or 0x85148E) is unknown color: approx Dark Magenta. HEX triplet: 85, 14 and 8E. RGB value is (133,20,142). Sum of RGB (Red+Green+Blue) = 133+20+142=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #85148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85148E is #7AEB71. Grayscale: #434343. Windows color (decimal): -8055666 or 9311365. OLE color: 9311365.

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

Color convert

RGB13320142-
CMYK0.060.8600.44
HSL295.57º75.31%31.76%-
HSV(B)295.57º85.92%55.69%-
XYZ14.817.4426.25-
YUV67.69169.94174.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=45.08%
G=6.78%
B=48.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133201420.060.8600.44295.5775.3131.76
Hex85148E65602C1284b20
Octal20524216612605445011340
Binary100001011010010001110110101011001011001001010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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