Html Css Color HEX #891D86 Dark Purple

📋 copy color: '#891D86'

red 137 ◦ green 29 ◦ blue 134

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

Shades of Dark Purple #891D86

Tints of Dark Purple #891D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 45.67%
G = 9.67%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#891D86 (or 0x891D86) is known color: Dark Purple. HEX triplet: 89, 1D and 86. RGB value is (137,29,134). Sum of RGB (Red+Green+Blue) = 137+29+134=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #891D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891D86 is #76E279. Grayscale: #484848. Windows color (decimal): -7791226 or 8789385. OLE color: 8789385.

HSL color Cylindrical-coordinate representation of color #891D86: hue angle of 301.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D86 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 29 134 -
CMYK 0 0.79 0.02 0.46
HSL 301.67º 0.65% 0.33% -
HSV(B) 301.67º 0.79% 0.54% -
XYZ 15.06 7.92 23.29 -
YUV 73.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 137 29 134 0 0.79 0.02 0.46 301.67 0.65 0.33
Hex 89 1D 86 0 4F 2 2E 12E 41 21
Octal 211 35 206 0 117 2 56 456 101 41
Binary 10001001 11101 10000110 0 1001111 10 101110 100101110 1000001 100001

Color Harmonies of #891D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D86

Black with #891D86

Text Example


Text Example

White with #891D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891D86; }

 p { color: rgb(137,29,134); }

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

background-color css

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

 a { background-color: rgb(137,29,134); }

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

border-color css

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

 span { border-color: rgb(137,29,134); }

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