Html Css Color HEX #85048F Dark Magenta

📋 copy color: '#85048F'

red 133 ◦ green 4 ◦ blue 143

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

Shades of Dark Magenta #85048F

Tints of Dark Magenta #85048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 47.5%
G = 1.43%
B = 51.07%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85048F (or 0x85048F) is known color: Dark Magenta. HEX triplet: 85, 04 and 8F. RGB value is (133,4,143). Sum of RGB (Red+Green+Blue) = 133+4+143=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #85048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85048F is #7AFB70. Grayscale: #393939. Windows color (decimal): -8059761 or 9372805. OLE color: 9372805.

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

Color convert

RGB 133 4 143 -
CMYK 0.07 0.97 0 0.44
HSL 295.68º 0.95% 0.29% -
HSV(B) 295.68º 0.97% 0.56% -
XYZ 14.67 7.06 26.58 -
YUV 58.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 133 4 143 0.07 0.97 0 0.44 295.68 0.95 0.29
Hex 85 4 8F 7 61 0 2C 128 5F 1D
Octal 205 4 217 7 141 0 54 450 137 35
Binary 10000101 100 10001111 111 1100001 0 101100 100101000 1011111 11101

Color Harmonies of #85048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85048F

Black with #85048F

Text Example


Text Example

White with #85048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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