Html Css Color HEX #891E65 Dark Purple

📋 copy color: '#891E65'

red 137 ◦ green 30 ◦ blue 101

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

Shades of Dark Purple #891E65

Tints of Dark Purple #891E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 51.12%
G = 11.19%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#891E65 (or 0x891E65) is known color: Dark Purple. HEX triplet: 89, 1E and 65. RGB value is (137,30,101). Sum of RGB (Red+Green+Blue) = 137+30+101=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #891E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E65 is #76E19A. Grayscale: #454545. Windows color (decimal): -7791003 or 6626953. OLE color: 6626953.

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

Color convert

RGB 137 30 101 -
CMYK 0 0.78 0.26 0.46
HSL 320.19º 0.64% 0.33% -
HSV(B) 320.19º 0.78% 0.54% -
XYZ 13.13 7.19 13.01 -
YUV 70.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 137 30 101 0 0.78 0.26 0.46 320.19 0.64 0.33
Hex 89 1E 65 0 4E 1A 2E 140 40 21
Octal 211 36 145 0 116 32 56 500 100 41
Binary 10001001 11110 1100101 0 1001110 11010 101110 101000000 1000000 100001

Color Harmonies of #891E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E65

Black with #891E65

Text Example


Text Example

White with #891E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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