Html Css Color HEX #891A85 Dark Purple

📋 copy color: '#891A85'

red 137 ◦ green 26 ◦ blue 133

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

Shades of Dark Purple #891A85

Tints of Dark Purple #891A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 46.28%
G = 8.78%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#891A85 (or 0x891A85) is known color: Dark Purple. HEX triplet: 89, 1A and 85. RGB value is (137,26,133). Sum of RGB (Red+Green+Blue) = 137+26+133=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #891A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A85 is #76E57A. Grayscale: #474747. Windows color (decimal): -7791995 or 8723081. OLE color: 8723081.

HSL color Cylindrical-coordinate representation of color #891A85: hue angle of 302.16º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A85 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 26 133 -
CMYK 0 0.81 0.03 0.46
HSL 302.16º 0.68% 0.32% -
HSV(B) 302.16º 0.81% 0.54% -
XYZ 14.92 7.75 22.9 -
YUV 71.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 137 26 133 0 0.81 0.03 0.46 302.16 0.68 0.32
Hex 89 1A 85 0 51 3 2E 12E 44 20
Octal 211 32 205 0 121 3 56 456 104 40
Binary 10001001 11010 10000101 0 1010001 11 101110 100101110 1000100 100000

Color Harmonies of #891A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A85

Black with #891A85

Text Example


Text Example

White with #891A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,26,133); }

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

background-color css

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

 a { background-color: rgb(137,26,133); }

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

border-color css

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

 span { border-color: rgb(137,26,133); }

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