Html Css Color HEX #891485 Dark Purple

📋 copy color: '#891485'

red 137 ◦ green 20 ◦ blue 133

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

Shades of Dark Purple #891485

Tints of Dark Purple #891485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 47.24%
G = 6.9%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#891485 (or 0x891485) is known color: Dark Purple. HEX triplet: 89, 14 and 85. RGB value is (137,20,133). Sum of RGB (Red+Green+Blue) = 137+20+133=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #891485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891485 is #76EB7A. Grayscale: #434343. Windows color (decimal): -7793531 or 8721545. OLE color: 8721545.

HSL color Cylindrical-coordinate representation of color #891485: hue angle of 302.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891485 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 133 -
CMYK 0 0.85 0.03 0.46
HSL 302.05º 0.75% 0.31% -
HSV(B) 302.05º 0.85% 0.54% -
XYZ 14.8 7.51 22.86 -
YUV 67.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 137 20 133 0 0.85 0.03 0.46 302.05 0.75 0.31
Hex 89 14 85 0 55 3 2E 12E 4B 1F
Octal 211 24 205 0 125 3 56 456 113 37
Binary 10001001 10100 10000101 0 1010101 11 101110 100101110 1001011 11111

Color Harmonies of #891485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891485

Black with #891485

Text Example


Text Example

White with #891485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891485; }

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

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

background-color css

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

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

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

border-color css

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

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

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