Html Css Color HEX #891073 Dark Purple

📋 copy color: '#891073'

red 137 ◦ green 16 ◦ blue 115

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

Shades of Dark Purple #891073

Tints of Dark Purple #891073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 51.12%
G = 5.97%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#891073 (or 0x891073) is known color: Dark Purple. HEX triplet: 89, 10 and 73. RGB value is (137,16,115). Sum of RGB (Red+Green+Blue) = 137+16+115=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #891073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891073 is #76EF8C. Grayscale: #3F3F3F. Windows color (decimal): -7794573 or 7540873. OLE color: 7540873.

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

Color convert

RGB 137 16 115 -
CMYK 0 0.88 0.16 0.46
HSL 310.91º 0.79% 0.3% -
HSV(B) 310.91º 0.88% 0.54% -
XYZ 13.6 6.93 16.84 -
YUV 63.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 137 16 115 0 0.88 0.16 0.46 310.91 0.79 0.3
Hex 89 10 73 0 58 10 2E 137 4F 1E
Octal 211 20 163 0 130 20 56 467 117 36
Binary 10001001 10000 1110011 0 1011000 10000 101110 100110111 1001111 11110

Color Harmonies of #891073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891073

Black with #891073

Text Example


Text Example

White with #891073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891073; }

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

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

background-color css

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

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

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

border-color css

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

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

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