Html Css Color HEX #891E82 Dark Purple

📋 copy color: '#891E82'

red 137 ◦ green 30 ◦ blue 130

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

Shades of Dark Purple #891E82

Tints of Dark Purple #891E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 46.13%
G = 10.1%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#891E82 (or 0x891E82) is known color: Dark Purple. HEX triplet: 89, 1E and 82. RGB value is (137,30,130). Sum of RGB (Red+Green+Blue) = 137+30+130=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #891E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E82 is #76E17D. Grayscale: #494949. Windows color (decimal): -7790974 or 8527497. OLE color: 8527497.

HSL color Cylindrical-coordinate representation of color #891E82: hue angle of 303.93º 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 #891E82 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 30 130 -
CMYK 0 0.78 0.05 0.46
HSL 303.93º 0.64% 0.33% -
HSV(B) 303.93º 0.78% 0.54% -
XYZ 14.81 7.86 21.86 -
YUV 73.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 137 30 130 0 0.78 0.05 0.46 303.93 0.64 0.33
Hex 89 1E 82 0 4E 5 2E 130 40 21
Octal 211 36 202 0 116 5 56 460 100 41
Binary 10001001 11110 10000010 0 1001110 101 101110 100110000 1000000 100001

Color Harmonies of #891E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E82

Black with #891E82

Text Example


Text Example

White with #891E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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