Html Css Color HEX #85159B Dark Magenta

📋 copy color: '#85159B'

red 133 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #85159B

Tints of Dark Magenta #85159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 43.04%
G = 6.8%
B = 50.16%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85159B (or 0x85159B) is known color: Dark Magenta. HEX triplet: 85, 15 and 9B. RGB value is (133,21,155). Sum of RGB (Red+Green+Blue) = 133+21+155=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #85159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85159B is #7AEA64. Grayscale: #454545. Windows color (decimal): -8055397 or 10163589. OLE color: 10163589.

HSL color Cylindrical-coordinate representation of color #85159B: hue angle of 290.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85159B is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 21 155 -
CMYK 0.14 0.86 0 0.39
HSL 290.15º 0.76% 0.35% -
HSV(B) 290.15º 0.86% 0.61% -
XYZ 15.86 7.89 31.7 -
YUV 69.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 133 21 155 0.14 0.86 0 0.39 290.15 0.76 0.35
Hex 85 15 9B E 56 0 27 122 4C 23
Octal 205 25 233 16 126 0 47 442 114 43
Binary 10000101 10101 10011011 1110 1010110 0 100111 100100010 1001100 100011

Color Harmonies of #85159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85159B

Black with #85159B

Text Example


Text Example

White with #85159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85159B;
 }
 .AnyTagClassName
 {
   color: #85159B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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