Html Css Color HEX #891273 Dark Purple

📋 copy color: '#891273'

red 137 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #891273

Tints of Dark Purple #891273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 50.74%
G = 6.67%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#891273 (or 0x891273) is known color: Dark Purple. HEX triplet: 89, 12 and 73. RGB value is (137,18,115). Sum of RGB (Red+Green+Blue) = 137+18+115=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891273 is #76ED8C. Grayscale: #404040. Windows color (decimal): -7794061 or 7541385. OLE color: 7541385.

HSL color Cylindrical-coordinate representation of color #891273: hue angle of 311.09º 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 #891273 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 115 -
CMYK 0 0.87 0.16 0.46
HSL 311.09º 0.77% 0.3% -
HSV(B) 311.09º 0.87% 0.54% -
XYZ 13.63 6.99 16.85 -
YUV 64.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 137 18 115 0 0.87 0.16 0.46 311.09 0.77 0.3
Hex 89 12 73 0 57 10 2E 137 4D 1E
Octal 211 22 163 0 127 20 56 467 115 36
Binary 10001001 10010 1110011 0 1010111 10000 101110 100110111 1001101 11110

Color Harmonies of #891273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891273

Black with #891273

Text Example


Text Example

White with #891273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891273; }

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

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

background-color css

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

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

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

border-color css

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

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

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