Html Css Color HEX #891272 Dark Purple

📋 copy color: '#891272'

red 137 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #891272

Tints of Dark Purple #891272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.38%

R = 50.93%
G = 6.69%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#891272 (or 0x891272) is known color: Dark Purple. HEX triplet: 89, 12 and 72. RGB value is (137,18,114). Sum of RGB (Red+Green+Blue) = 137+18+114=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #891272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891272 is #76ED8D. Grayscale: #404040. Windows color (decimal): -7794062 or 7475849. OLE color: 7475849.

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

Color convert

RGB 137 18 114 -
CMYK 0 0.87 0.17 0.46
HSL 311.6º 0.77% 0.3% -
HSV(B) 311.6º 0.87% 0.54% -
XYZ 13.57 6.97 16.55 -
YUV 64.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 137 18 114 0 0.87 0.17 0.46 311.6 0.77 0.3
Hex 89 12 72 0 57 11 2E 138 4D 1E
Octal 211 22 162 0 127 21 56 470 115 36
Binary 10001001 10010 1110010 0 1010111 10001 101110 100111000 1001101 11110

Color Harmonies of #891272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891272

Black with #891272

Text Example


Text Example

White with #891272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891272; }

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

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

background-color css

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

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

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

border-color css

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

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

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