Html Css Color HEX #891981 Dark Purple

📋 copy color: '#891981'

red 137 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #891981

Tints of Dark Purple #891981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 47.08%
G = 8.59%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#891981 (or 0x891981) is known color: Dark Purple. HEX triplet: 89, 19 and 81. RGB value is (137,25,129). Sum of RGB (Red+Green+Blue) = 137+25+129=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #891981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891981 is #76E67E. Grayscale: #464646. Windows color (decimal): -7792255 or 8460681. OLE color: 8460681.

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

Color convert

RGB 137 25 129 -
CMYK 0 0.82 0.06 0.46
HSL 304.29º 0.69% 0.32% -
HSV(B) 304.29º 0.82% 0.54% -
XYZ 14.63 7.6 21.46 -
YUV 70.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 137 25 129 0 0.82 0.06 0.46 304.29 0.69 0.32
Hex 89 19 81 0 52 6 2E 130 45 20
Octal 211 31 201 0 122 6 56 460 105 40
Binary 10001001 11001 10000001 0 1010010 110 101110 100110000 1000101 100000

Color Harmonies of #891981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891981

Black with #891981

Text Example


Text Example

White with #891981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891981; }

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

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

background-color css

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

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

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

border-color css

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

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

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