Html Css Color HEX #85048E Dark Magenta

📋 copy color: '#85048E'

red 133 ◦ green 4 ◦ blue 142

#85048E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #85048E

Tints of Dark Magenta #85048E

RGB

 RED value IS 133 (52.34% from 255) = 47.67%

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 47.67%
G = 1.43%
B = 50.9%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85048E (or 0x85048E) is known color: Dark Magenta. HEX triplet: 85, 04 and 8E. RGB value is (133,4,142). Sum of RGB (Red+Green+Blue) = 133+4+142=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #85048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85048E is #7AFB71. Grayscale: #393939. Windows color (decimal): -8059762 or 9307269. OLE color: 9307269.

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

Color convert

RGB 133 4 142 -
CMYK 0.06 0.97 0 0.44
HSL 296.09º 0.95% 0.29% -
HSV(B) 296.09º 0.97% 0.56% -
XYZ 14.6 7.03 26.18 -
YUV 58.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 133 4 142 0.06 0.97 0 0.44 296.09 0.95 0.29
Hex 85 4 8E 6 61 0 2C 128 5F 1D
Octal 205 4 216 6 141 0 54 450 137 35
Binary 10000101 100 10001110 110 1100001 0 101100 100101000 1011111 11101

Color Harmonies of #85048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85048E

Black with #85048E

Text Example


Text Example

White with #85048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85048E;
 }
 .AnyTagClassName
 {
   color: #85048E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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