Html Css Color HEX #891972 Dark Purple

📋 copy color: '#891972'

red 137 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #891972

Tints of Dark Purple #891972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 49.64%
G = 9.06%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#891972 (or 0x891972) is known color: Dark Purple. HEX triplet: 89, 19 and 72. RGB value is (137,25,114). Sum of RGB (Red+Green+Blue) = 137+25+114=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #891972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891972 is #76E68D. Grayscale: #444444. Windows color (decimal): -7792270 or 7477641. OLE color: 7477641.

HSL color Cylindrical-coordinate representation of color #891972: hue angle of 312.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891972 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 114 -
CMYK 0 0.82 0.17 0.46
HSL 312.32º 0.69% 0.32% -
HSV(B) 312.32º 0.82% 0.54% -
XYZ 13.7 7.23 16.59 -
YUV 68.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 137 25 114 0 0.82 0.17 0.46 312.32 0.69 0.32
Hex 89 19 72 0 52 11 2E 138 45 20
Octal 211 31 162 0 122 21 56 470 105 40
Binary 10001001 11001 1110010 0 1010010 10001 101110 100111000 1000101 100000

Color Harmonies of #891972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891972

Black with #891972

Text Example


Text Example

White with #891972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891972; }

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

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

background-color css

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

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

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

border-color css

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

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

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