Html Css Color HEX #85019B Dark Magenta

📋 copy color: '#85019B'

red 133 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #85019B

Tints of Dark Magenta #85019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 46.02%
G = 0.35%
B = 53.63%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85019B (or 0x85019B) is known color: Dark Magenta. HEX triplet: 85, 01 and 9B. RGB value is (133,1,155). Sum of RGB (Red+Green+Blue) = 133+1+155=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #85019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85019B is #7AFE64. Grayscale: #393939. Windows color (decimal): -8060517 or 10158469. OLE color: 10158469.

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

Color convert

RGB 133 1 155 -
CMYK 0.14 0.99 0 0.39
HSL 291.43º 0.99% 0.31% -
HSV(B) 291.43º 0.99% 0.61% -
XYZ 15.6 7.37 31.61 -
YUV 58.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 133 1 155 0.14 0.99 0 0.39 291.43 0.99 0.31
Hex 85 1 9B E 63 0 27 123 63 1F
Octal 205 1 233 16 143 0 47 443 143 37
Binary 10000101 1 10011011 1110 1100011 0 100111 100100011 1100011 11111

Color Harmonies of #85019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85019B

Black with #85019B

Text Example


Text Example

White with #85019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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