Html Css Color HEX #891377 Dark Purple

📋 copy color: '#891377'

red 137 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #891377

Tints of Dark Purple #891377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 49.82%
G = 6.91%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#891377 (or 0x891377) is known color: Dark Purple. HEX triplet: 89, 13 and 77. RGB value is (137,19,119). Sum of RGB (Red+Green+Blue) = 137+19+119=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #891377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891377 is #76EC88. Grayscale: #414141. Windows color (decimal): -7793801 or 7803785. OLE color: 7803785.

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

Color convert

RGB 137 19 119 -
CMYK 0 0.86 0.13 0.46
HSL 309.15º 0.76% 0.31% -
HSV(B) 309.15º 0.86% 0.54% -
XYZ 13.88 7.12 18.09 -
YUV 65.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 137 19 119 0 0.86 0.13 0.46 309.15 0.76 0.31
Hex 89 13 77 0 56 D 2E 135 4C 1F
Octal 211 23 167 0 126 15 56 465 114 37
Binary 10001001 10011 1110111 0 1010110 1101 101110 100110101 1001100 11111

Color Harmonies of #891377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891377

Black with #891377

Text Example


Text Example

White with #891377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891377; }

 p { color: rgb(137,19,119); }

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

background-color css

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

 a { background-color: rgb(137,19,119); }

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

border-color css

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

 span { border-color: rgb(137,19,119); }

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