Html Css Color HEX #850291 Dark Magenta

📋 copy color: '#850291'

red 133 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #850291

Tints of Dark Magenta #850291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 47.5%
G = 0.71%
B = 51.79%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850291 (or 0x850291) is known color: Dark Magenta. HEX triplet: 85, 02 and 91. RGB value is (133,2,145). Sum of RGB (Red+Green+Blue) = 133+2+145=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #850291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850291 is #7AFD6E. Grayscale: #393939. Windows color (decimal): -8060271 or 9503365. OLE color: 9503365.

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

Color convert

RGB 133 2 145 -
CMYK 0.08 0.99 0 0.43
HSL 294.97º 0.97% 0.29% -
HSV(B) 294.97º 0.99% 0.57% -
XYZ 14.81 7.07 27.37 -
YUV 57.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 133 2 145 0.08 0.99 0 0.43 294.97 0.97 0.29
Hex 85 2 91 8 63 0 2B 127 61 1D
Octal 205 2 221 10 143 0 53 447 141 35
Binary 10000101 10 10010001 1000 1100011 0 101011 100100111 1100001 11101

Color Harmonies of #850291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850291

Black with #850291

Text Example


Text Example

White with #850291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850291; }

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

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

background-color css

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

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

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

border-color css

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

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

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