#85148F

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

Shades of Dark Magenta #85148F

Tints of Dark Magenta #85148F

Color information

#85148F (or 0x85148F) is unknown color: approx Dark Magenta. HEX triplet: 85, 14 and 8F. RGB value is (133,20,143). Sum of RGB (Red+Green+Blue) = 133+20+143=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #85148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85148F is #7AEB70. Grayscale: #434343. Windows color (decimal): -8055665 or 9376901. OLE color: 9376901.

HSL color Cylindrical-coordinate representation of color #85148F: hue angle of 295.12º 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 #85148F is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13320143-
CMYK0.070.8600.44
HSL295.12º75.46%31.96%-
HSV(B)295.12º86.01%56.08%-
XYZ14.887.4726.64-
YUV67.81170.44174.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 20 (8.20% from 255) = 6.76%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=44.93%
G=6.76%
B=48.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133201430.070.8600.44295.1275.4631.96
Hex85148F75602C1274b20
Octal20524217712605444711340
Binary100001011010010001111111101011001011001001001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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