Html Css Color HEX #850491 Dark Magenta

📋 copy color: '#850491'

red 133 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #850491

Tints of Dark Magenta #850491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 47.16%
G = 1.42%
B = 51.42%

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

#850491 (or 0x850491) is known color: Dark Magenta. HEX triplet: 85, 04 and 91. RGB value is (133,4,145). Sum of RGB (Red+Green+Blue) = 133+4+145=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #850491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850491 is #7AFB6E. Grayscale: #3A3A3A. Windows color (decimal): -8059759 or 9503877. OLE color: 9503877.

HSL color Cylindrical-coordinate representation of color #850491: hue angle of 294.89º degrees, saturation: 0.95, 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 #850491 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 4 145 -
CMYK 0.08 0.97 0 0.43
HSL 294.89º 0.95% 0.29% -
HSV(B) 294.89º 0.97% 0.57% -
XYZ 14.83 7.12 27.38 -
YUV 58.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 133 4 145 0.08 0.97 0 0.43 294.89 0.95 0.29
Hex 85 4 91 8 61 0 2B 127 5F 1D
Octal 205 4 221 10 141 0 53 447 137 35
Binary 10000101 100 10010001 1000 1100001 0 101011 100100111 1011111 11101

Color Harmonies of #850491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850491

Black with #850491

Text Example


Text Example

White with #850491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850491; }

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

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

background-color css

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

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

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

border-color css

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

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

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