Html Css Color HEX #891277 Dark Purple

📋 copy color: '#891277'

red 137 ◦ green 18 ◦ blue 119

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

Shades of Dark Purple #891277

Tints of Dark Purple #891277

RGB

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

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

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

R = 50%
G = 6.57%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#891277 (or 0x891277) is known color: Dark Purple. HEX triplet: 89, 12 and 77. RGB value is (137,18,119). Sum of RGB (Red+Green+Blue) = 137+18+119=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #891277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891277 is #76ED88. Grayscale: #404040. Windows color (decimal): -7794057 or 7803529. OLE color: 7803529.

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

Color convert

RGB 137 18 119 -
CMYK 0 0.87 0.13 0.46
HSL 309.08º 0.77% 0.3% -
HSV(B) 309.08º 0.87% 0.54% -
XYZ 13.86 7.08 18.09 -
YUV 65.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 137 18 119 0 0.87 0.13 0.46 309.08 0.77 0.3
Hex 89 12 77 0 57 D 2E 135 4D 1E
Octal 211 22 167 0 127 15 56 465 115 36
Binary 10001001 10010 1110111 0 1010111 1101 101110 100110101 1001101 11110

Color Harmonies of #891277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891277

Black with #891277

Text Example


Text Example

White with #891277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891277; }

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

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

background-color css

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

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

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

border-color css

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

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

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