Html Css Color HEX #850891 Dark Magenta

📋 copy color: '#850891'

red 133 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #850891

Tints of Dark Magenta #850891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 46.5%
G = 2.8%
B = 50.7%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850891 (or 0x850891) is known color: Dark Magenta. HEX triplet: 85, 08 and 91. RGB value is (133,8,145). Sum of RGB (Red+Green+Blue) = 133+8+145=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #850891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850891 is #7AF76E. Grayscale: #3C3C3C. Windows color (decimal): -8058735 or 9504901. OLE color: 9504901.

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

Color convert

RGB 133 8 145 -
CMYK 0.08 0.94 0 0.43
HSL 294.74º 0.9% 0.3% -
HSV(B) 294.74º 0.94% 0.57% -
XYZ 14.87 7.2 27.39 -
YUV 60.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 133 8 145 0.08 0.94 0 0.43 294.74 0.9 0.3
Hex 85 8 91 8 5E 0 2B 127 5A 1E
Octal 205 10 221 10 136 0 53 447 132 36
Binary 10000101 1000 10010001 1000 1011110 0 101011 100100111 1011010 11110

Color Harmonies of #850891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850891

Black with #850891

Text Example


Text Example

White with #850891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850891; }

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

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

background-color css

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

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

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

border-color css

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

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

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