Html Css Color HEX #891E7A Dark Purple

📋 copy color: '#891E7A'

red 137 ◦ green 30 ◦ blue 122

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

Shades of Dark Purple #891E7A

Tints of Dark Purple #891E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 47.4%
G = 10.38%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#891E7A (or 0x891E7A) is known color: Dark Purple. HEX triplet: 89, 1E and 7A. RGB value is (137,30,122). Sum of RGB (Red+Green+Blue) = 137+30+122=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E7A is #76E185. Grayscale: #484848. Windows color (decimal): -7790982 or 8003209. OLE color: 8003209.

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

Color convert

RGB 137 30 122 -
CMYK 0 0.78 0.11 0.46
HSL 308.41º 0.64% 0.33% -
HSV(B) 308.41º 0.78% 0.54% -
XYZ 14.29 7.65 19.14 -
YUV 72.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 137 30 122 0 0.78 0.11 0.46 308.41 0.64 0.33
Hex 89 1E 7A 0 4E B 2E 134 40 21
Octal 211 36 172 0 116 13 56 464 100 41
Binary 10001001 11110 1111010 0 1001110 1011 101110 100110100 1000000 100001

Color Harmonies of #891E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E7A

Black with #891E7A

Text Example


Text Example

White with #891E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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