Html Css Color HEX #891081 Dark Purple

📋 copy color: '#891081'

red 137 ◦ green 16 ◦ blue 129

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

Shades of Dark Purple #891081

Tints of Dark Purple #891081

RGB

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

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

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

R = 48.58%
G = 5.67%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#891081 (or 0x891081) is known color: Dark Purple. HEX triplet: 89, 10 and 81. RGB value is (137,16,129). Sum of RGB (Red+Green+Blue) = 137+16+129=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #891081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891081 is #76EF7E. Grayscale: #404040. Windows color (decimal): -7794559 or 8458377. OLE color: 8458377.

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

Color convert

RGB 137 16 129 -
CMYK 0 0.88 0.06 0.46
HSL 303.97º 0.79% 0.3% -
HSV(B) 303.97º 0.88% 0.54% -
XYZ 14.46 7.27 21.41 -
YUV 65.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 137 16 129 0 0.88 0.06 0.46 303.97 0.79 0.3
Hex 89 10 81 0 58 6 2E 130 4F 1E
Octal 211 20 201 0 130 6 56 460 117 36
Binary 10001001 10000 10000001 0 1011000 110 101110 100110000 1001111 11110

Color Harmonies of #891081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891081

Black with #891081

Text Example


Text Example

White with #891081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891081; }

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

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

background-color css

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

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

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

border-color css

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

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

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