Html Css Color HEX #850591 Dark Magenta

📋 copy color: '#850591'

red 133 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #850591

Tints of Dark Magenta #850591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 47%
G = 1.77%
B = 51.24%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850591 (or 0x850591) is known color: Dark Magenta. HEX triplet: 85, 05 and 91. RGB value is (133,5,145). Sum of RGB (Red+Green+Blue) = 133+5+145=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #850591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850591 is #7AFA6E. Grayscale: #3A3A3A. Windows color (decimal): -8059503 or 9504133. OLE color: 9504133.

HSL color Cylindrical-coordinate representation of color #850591: hue angle of 294.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850591 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 5 145 -
CMYK 0.08 0.97 0 0.43
HSL 294.86º 0.93% 0.29% -
HSV(B) 294.86º 0.97% 0.57% -
XYZ 14.84 7.14 27.38 -
YUV 59.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 133 5 145 0.08 0.97 0 0.43 294.86 0.93 0.29
Hex 85 5 91 8 61 0 2B 127 5D 1D
Octal 205 5 221 10 141 0 53 447 135 35
Binary 10000101 101 10010001 1000 1100001 0 101011 100100111 1011101 11101

Color Harmonies of #850591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850591

Black with #850591

Text Example


Text Example

White with #850591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850591; }

 p { color: rgb(133,5,145); }

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

background-color css

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

 a { background-color: rgb(133,5,145); }

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

border-color css

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

 span { border-color: rgb(133,5,145); }

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