Html Css Color HEX #891E7B Dark Purple

📋 copy color: '#891E7B'

red 137 ◦ green 30 ◦ blue 123

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

Shades of Dark Purple #891E7B

Tints of Dark Purple #891E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 47.24%
G = 10.34%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#891E7B (or 0x891E7B) is known color: Dark Purple. HEX triplet: 89, 1E and 7B. RGB value is (137,30,123). Sum of RGB (Red+Green+Blue) = 137+30+123=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #891E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E7B is #76E184. Grayscale: #484848. Windows color (decimal): -7790981 or 8068745. OLE color: 8068745.

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

Color convert

RGB 137 30 123 -
CMYK 0 0.78 0.10 0.46
HSL 307.85º 0.64% 0.33% -
HSV(B) 307.85º 0.78% 0.54% -
XYZ 14.36 7.68 19.46 -
YUV 72.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 137 30 123 0 0.78 0.10 0.46 307.85 0.64 0.33
Hex 89 1E 7B 0 4E A 2E 134 40 21
Octal 211 36 173 0 116 12 56 464 100 41
Binary 10001001 11110 1111011 0 1001110 1010 101110 100110100 1000000 100001

Color Harmonies of #891E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E7B

Black with #891E7B

Text Example


Text Example

White with #891E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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