#85048B

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

Shades of Dark Magenta #85048B

Tints of Dark Magenta #85048B

Color information

#85048B (or 0x85048B) is unknown color: approx Dark Magenta. HEX triplet: 85, 04 and 8B. RGB value is (133,4,139). Sum of RGB (Red+Green+Blue) = 133+4+139=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #85048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85048B is #7AFB74. Grayscale: #393939. Windows color (decimal): -8059765 or 9110661. OLE color: 9110661.

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

Color convert

RGB1334139-
CMYK0.040.9700.45
HSL297.33º94.41%28.04%-
HSV(B)297.33º97.12%54.51%-
XYZ14.386.9425.01-
YUV57.96173.74181.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=48.19%
G=1.45%
B=50.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13341390.040.9700.45297.3394.4128.04
Hex8548B46102D1295e1c
Octal2054213414105545113634
Binary100001011001000101110011000010101101100101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85048B; }

 p { color: rgb(133,4,139); }

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

<style>
 a { background-color: #85048B; }

 a { background-color: rgb(133,4,139); }

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

<style>
 span { border-color: #85048B; }

 span { border-color: rgb(133,4,139); }

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