Html Css Color HEX #851891 Dark Magenta

📋 copy color: '#851891'

red 133 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #851891

Tints of Dark Magenta #851891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 44.04%
G = 7.95%
B = 48.01%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#851891 (or 0x851891) is known color: Dark Magenta. HEX triplet: 85, 18 and 91. RGB value is (133,24,145). Sum of RGB (Red+Green+Blue) = 133+24+145=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #851891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851891 is #7AE76E. Grayscale: #464646. Windows color (decimal): -8054639 or 9508997. OLE color: 9508997.

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

Color convert

RGB 133 24 145 -
CMYK 0.08 0.83 0 0.43
HSL 294.05º 0.72% 0.33% -
HSV(B) 294.05º 0.83% 0.57% -
XYZ 15.11 7.68 27.47 -
YUV 70.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 133 24 145 0.08 0.83 0 0.43 294.05 0.72 0.33
Hex 85 18 91 8 53 0 2B 126 48 21
Octal 205 30 221 10 123 0 53 446 110 41
Binary 10000101 11000 10010001 1000 1010011 0 101011 100100110 1001000 100001

Color Harmonies of #851891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851891

Black with #851891

Text Example


Text Example

White with #851891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851891; }

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

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

background-color css

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

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

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

border-color css

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

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

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