Html Css Color HEX #891E86 Dark Purple

📋 copy color: '#891E86'

red 137 ◦ green 30 ◦ blue 134

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

Shades of Dark Purple #891E86

Tints of Dark Purple #891E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

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

R = 45.51%
G = 9.97%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#891E86 (or 0x891E86) is known color: Dark Purple. HEX triplet: 89, 1E and 86. RGB value is (137,30,134). Sum of RGB (Red+Green+Blue) = 137+30+134=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #891E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E86 is #76E179. Grayscale: #494949. Windows color (decimal): -7790970 or 8789641. OLE color: 8789641.

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

Color convert

RGB 137 30 134 -
CMYK 0 0.78 0.02 0.46
HSL 301.68º 0.64% 0.33% -
HSV(B) 301.68º 0.78% 0.54% -
XYZ 15.08 7.97 23.3 -
YUV 73.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 137 30 134 0 0.78 0.02 0.46 301.68 0.64 0.33
Hex 89 1E 86 0 4E 2 2E 12E 40 21
Octal 211 36 206 0 116 2 56 456 100 41
Binary 10001001 11110 10000110 0 1001110 10 101110 100101110 1000000 100001

Color Harmonies of #891E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E86

Black with #891E86

Text Example


Text Example

White with #891E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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