Html Css Color HEX #891270 Dark Purple

📋 copy color: '#891270'

red 137 ◦ green 18 ◦ blue 112

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

Shades of Dark Purple #891270

Tints of Dark Purple #891270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 51.31%
G = 6.74%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#891270 (or 0x891270) is known color: Dark Purple. HEX triplet: 89, 12 and 70. RGB value is (137,18,112). Sum of RGB (Red+Green+Blue) = 137+18+112=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #891270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891270 is #76ED8F. Grayscale: #404040. Windows color (decimal): -7794064 or 7344777. OLE color: 7344777.

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

Color convert

RGB 137 18 112 -
CMYK 0 0.87 0.18 0.46
HSL 312.61º 0.77% 0.3% -
HSV(B) 312.61º 0.87% 0.54% -
XYZ 13.46 6.92 15.96 -
YUV 64.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 137 18 112 0 0.87 0.18 0.46 312.61 0.77 0.3
Hex 89 12 70 0 57 12 2E 139 4D 1E
Octal 211 22 160 0 127 22 56 471 115 36
Binary 10001001 10010 1110000 0 1010111 10010 101110 100111001 1001101 11110

Color Harmonies of #891270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891270

Black with #891270

Text Example


Text Example

White with #891270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891270; }

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

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

background-color css

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

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

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

border-color css

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

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

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