Html Css Color HEX #891E74 Dark Purple

📋 copy color: '#891E74'

red 137 ◦ green 30 ◦ blue 116

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

Shades of Dark Purple #891E74

Tints of Dark Purple #891E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 48.41%
G = 10.6%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#891E74 (or 0x891E74) is known color: Dark Purple. HEX triplet: 89, 1E and 74. RGB value is (137,30,116). Sum of RGB (Red+Green+Blue) = 137+30+116=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #891E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E74 is #76E18B. Grayscale: #474747. Windows color (decimal): -7790988 or 7609993. OLE color: 7609993.

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

Color convert

RGB 137 30 116 -
CMYK 0 0.78 0.15 0.46
HSL 311.78º 0.64% 0.33% -
HSV(B) 311.78º 0.78% 0.54% -
XYZ 13.93 7.51 17.24 -
YUV 71.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 137 30 116 0 0.78 0.15 0.46 311.78 0.64 0.33
Hex 89 1E 74 0 4E F 2E 138 40 21
Octal 211 36 164 0 116 17 56 470 100 41
Binary 10001001 11110 1110100 0 1001110 1111 101110 100111000 1000000 100001

Color Harmonies of #891E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E74

Black with #891E74

Text Example


Text Example

White with #891E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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