Html Css Color HEX #891276 Dark Purple

📋 copy color: '#891276'

red 137 ◦ green 18 ◦ blue 118

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

Shades of Dark Purple #891276

Tints of Dark Purple #891276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 50.18%
G = 6.59%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#891276 (or 0x891276) is known color: Dark Purple. HEX triplet: 89, 12 and 76. RGB value is (137,18,118). Sum of RGB (Red+Green+Blue) = 137+18+118=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891276 is #76ED89. Grayscale: #404040. Windows color (decimal): -7794058 or 7737993. OLE color: 7737993.

HSL color Cylindrical-coordinate representation of color #891276: hue angle of 309.58º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891276 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 118 -
CMYK 0 0.87 0.14 0.46
HSL 309.58º 0.77% 0.3% -
HSV(B) 309.58º 0.87% 0.54% -
XYZ 13.8 7.06 17.77 -
YUV 64.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 137 18 118 0 0.87 0.14 0.46 309.58 0.77 0.3
Hex 89 12 76 0 57 E 2E 136 4D 1E
Octal 211 22 166 0 127 16 56 466 115 36
Binary 10001001 10010 1110110 0 1010111 1110 101110 100110110 1001101 11110

Color Harmonies of #891276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891276

Black with #891276

Text Example


Text Example

White with #891276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891276; }

 p { color: rgb(137,18,118); }

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

background-color css

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

 a { background-color: rgb(137,18,118); }

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

border-color css

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

 span { border-color: rgb(137,18,118); }

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