Html Css Color HEX #851691 Dark Magenta

📋 copy color: '#851691'

red 133 ◦ green 22 ◦ blue 145

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

Shades of Dark Magenta #851691

Tints of Dark Magenta #851691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 44.33%
G = 7.33%
B = 48.33%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#851691 (or 0x851691) is known color: Dark Magenta. HEX triplet: 85, 16 and 91. RGB value is (133,22,145). Sum of RGB (Red+Green+Blue) = 133+22+145=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #851691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851691 is #7AE96E. Grayscale: #444444. Windows color (decimal): -8055151 or 9508485. OLE color: 9508485.

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

Color convert

RGB 133 22 145 -
CMYK 0.08 0.85 0 0.43
HSL 294.15º 0.74% 0.33% -
HSV(B) 294.15º 0.85% 0.57% -
XYZ 15.07 7.6 27.46 -
YUV 69.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 133 22 145 0.08 0.85 0 0.43 294.15 0.74 0.33
Hex 85 16 91 8 55 0 2B 126 4A 21
Octal 205 26 221 10 125 0 53 446 112 41
Binary 10000101 10110 10010001 1000 1010101 0 101011 100100110 1001010 100001

Color Harmonies of #851691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851691

Black with #851691

Text Example


Text Example

White with #851691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851691; }

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

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

background-color css

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

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

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

border-color css

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

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

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