Html Css Color HEX #891695 Dark Magenta

📋 copy color: '#891695'

red 137 ◦ green 22 ◦ blue 149

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

Shades of Dark Magenta #891695

Tints of Dark Magenta #891695

RGB

 RED value IS 137 (53.91% from 255) = 44.48%

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 44.48%
G = 7.14%
B = 48.38%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891695 (or 0x891695) is known color: Dark Magenta. HEX triplet: 89, 16 and 95. RGB value is (137,22,149). Sum of RGB (Red+Green+Blue) = 137+22+149=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #891695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891695 is #76E96A. Grayscale: #464646. Windows color (decimal): -7793003 or 9770633. OLE color: 9770633.

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

Color convert

RGB 137 22 149 -
CMYK 0.08 0.85 0 0.42
HSL 294.33º 0.74% 0.34% -
HSV(B) 294.33º 0.85% 0.58% -
XYZ 16.03 8.06 29.15 -
YUV 70.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 137 22 149 0.08 0.85 0 0.42 294.33 0.74 0.34
Hex 89 16 95 8 55 0 2A 126 4A 22
Octal 211 26 225 10 125 0 52 446 112 42
Binary 10001001 10110 10010101 1000 1010101 0 101010 100100110 1001010 100010

Color Harmonies of #891695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891695

Black with #891695

Text Example


Text Example

White with #891695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891695; }

 p { color: rgb(137,22,149); }

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

background-color css

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

 a { background-color: rgb(137,22,149); }

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

border-color css

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

 span { border-color: rgb(137,22,149); }

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