Html Css Color HEX #891986 Dark Purple

📋 copy color: '#891986'

red 137 ◦ green 25 ◦ blue 134

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

Shades of Dark Purple #891986

Tints of Dark Purple #891986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 46.28%
G = 8.45%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#891986 (or 0x891986) is known color: Dark Purple. HEX triplet: 89, 19 and 86. RGB value is (137,25,134). Sum of RGB (Red+Green+Blue) = 137+25+134=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #891986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891986 is #76E679. Grayscale: #464646. Windows color (decimal): -7792250 or 8788361. OLE color: 8788361.

HSL color Cylindrical-coordinate representation of color #891986: hue angle of 301.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891986 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 134 -
CMYK 0 0.82 0.02 0.46
HSL 301.61º 0.69% 0.32% -
HSV(B) 301.61º 0.82% 0.54% -
XYZ 14.97 7.73 23.26 -
YUV 70.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 137 25 134 0 0.82 0.02 0.46 301.61 0.69 0.32
Hex 89 19 86 0 52 2 2E 12E 45 20
Octal 211 31 206 0 122 2 56 456 105 40
Binary 10001001 11001 10000110 0 1010010 10 101110 100101110 1000101 100000

Color Harmonies of #891986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891986

Black with #891986

Text Example


Text Example

White with #891986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891986; }

 p { color: rgb(137,25,134); }

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

background-color css

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

 a { background-color: rgb(137,25,134); }

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

border-color css

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

 span { border-color: rgb(137,25,134); }

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