Html Css Color HEX #85158D Dark Magenta

📋 copy color: '#85158D'

red 133 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #85158D

Tints of Dark Magenta #85158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 45.08%
G = 7.12%
B = 47.8%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85158D (or 0x85158D) is known color: Dark Magenta. HEX triplet: 85, 15 and 8D. RGB value is (133,21,141). Sum of RGB (Red+Green+Blue) = 133+21+141=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #85158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85158D is #7AEA72. Grayscale: #434343. Windows color (decimal): -8055411 or 9246085. OLE color: 9246085.

HSL color Cylindrical-coordinate representation of color #85158D: hue angle of 296º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85158D is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 21 141 -
CMYK 0.06 0.85 0 0.45
HSL 296º 0.74% 0.32% -
HSV(B) 296º 0.85% 0.55% -
XYZ 14.75 7.45 25.86 -
YUV 68.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 133 21 141 0.06 0.85 0 0.45 296 0.74 0.32
Hex 85 15 8D 6 55 0 2D 128 4A 20
Octal 205 25 215 6 125 0 55 450 112 40
Binary 10000101 10101 10001101 110 1010101 0 101101 100101000 1001010 100000

Color Harmonies of #85158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85158D

Black with #85158D

Text Example


Text Example

White with #85158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85158D; }

 p { color: rgb(133,21,141); }

 H1.HeaderClassName
 {
   color: #85158D;
 }
 .AnyTagClassName
 {
   color: #85158D;
 }
</style>

background-color css

<style>
 a { background-color: #85158D; }

 a { background-color: rgb(133,21,141); }

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

border-color css

<style>
 span { border-color: #85158D; }

 span { border-color: rgb(133,21,141); }

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