Html Css Color HEX #851091 Dark Magenta

📋 copy color: '#851091'

red 133 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #851091

Tints of Dark Magenta #851091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 45.24%
G = 5.44%
B = 49.32%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#851091 (or 0x851091) is known color: Dark Magenta. HEX triplet: 85, 10 and 91. RGB value is (133,16,145). Sum of RGB (Red+Green+Blue) = 133+16+145=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #851091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851091 is #7AEF6E. Grayscale: #414141. Windows color (decimal): -8056687 or 9506949. OLE color: 9506949.

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

Color convert

RGB 133 16 145 -
CMYK 0.08 0.89 0 0.43
HSL 294.42º 0.8% 0.32% -
HSV(B) 294.42º 0.89% 0.57% -
XYZ 14.97 7.4 27.43 -
YUV 65.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 133 16 145 0.08 0.89 0 0.43 294.42 0.8 0.32
Hex 85 10 91 8 59 0 2B 126 50 20
Octal 205 20 221 10 131 0 53 446 120 40
Binary 10000101 10000 10010001 1000 1011001 0 101011 100100110 1010000 100000

Color Harmonies of #851091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851091

Black with #851091

Text Example


Text Example

White with #851091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851091; }

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

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

background-color css

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

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

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

border-color css

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

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

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