Html Css Color HEX #891E7D Dark Purple

📋 copy color: '#891E7D'

red 137 ◦ green 30 ◦ blue 125

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

Shades of Dark Purple #891E7D

Tints of Dark Purple #891E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 46.92%
G = 10.27%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#891E7D (or 0x891E7D) is known color: Dark Purple. HEX triplet: 89, 1E and 7D. RGB value is (137,30,125). Sum of RGB (Red+Green+Blue) = 137+30+125=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #891E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E7D is #76E182. Grayscale: #484848. Windows color (decimal): -7790979 or 8199817. OLE color: 8199817.

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

Color convert

RGB 137 30 125 -
CMYK 0 0.78 0.09 0.46
HSL 306.73º 0.64% 0.33% -
HSV(B) 306.73º 0.78% 0.54% -
XYZ 14.48 7.73 20.13 -
YUV 72.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 137 30 125 0 0.78 0.09 0.46 306.73 0.64 0.33
Hex 89 1E 7D 0 4E 9 2E 133 40 21
Octal 211 36 175 0 116 11 56 463 100 41
Binary 10001001 11110 1111101 0 1001110 1001 101110 100110011 1000000 100001

Color Harmonies of #891E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E7D

Black with #891E7D

Text Example


Text Example

White with #891E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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