Html Css Color HEX #891474 Dark Purple

📋 copy color: '#891474'

red 137 ◦ green 20 ◦ blue 116

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

Shades of Dark Purple #891474

Tints of Dark Purple #891474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 50.18%
G = 7.33%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#891474 (or 0x891474) is known color: Dark Purple. HEX triplet: 89, 14 and 74. RGB value is (137,20,116). Sum of RGB (Red+Green+Blue) = 137+20+116=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891474 is #76EB8B. Grayscale: #414141. Windows color (decimal): -7793548 or 7607433. OLE color: 7607433.

HSL color Cylindrical-coordinate representation of color #891474: hue angle of 310.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891474 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 116 -
CMYK 0 0.85 0.15 0.46
HSL 310.77º 0.75% 0.31% -
HSV(B) 310.77º 0.85% 0.54% -
XYZ 13.72 7.08 17.17 -
YUV 65.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 137 20 116 0 0.85 0.15 0.46 310.77 0.75 0.31
Hex 89 14 74 0 55 F 2E 137 4B 1F
Octal 211 24 164 0 125 17 56 467 113 37
Binary 10001001 10100 1110100 0 1010101 1111 101110 100110111 1001011 11111

Color Harmonies of #891474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891474

Black with #891474

Text Example


Text Example

White with #891474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891474; }

 p { color: rgb(137,20,116); }

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

background-color css

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

 a { background-color: rgb(137,20,116); }

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

border-color css

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

 span { border-color: rgb(137,20,116); }

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