Html Css Color HEX #891686 Dark Purple

📋 copy color: '#891686'

red 137 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #891686

Tints of Dark Purple #891686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 46.76%
G = 7.51%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#891686 (or 0x891686) is known color: Dark Purple. HEX triplet: 89, 16 and 86. RGB value is (137,22,134). Sum of RGB (Red+Green+Blue) = 137+22+134=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #891686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891686 is #76E979. Grayscale: #444444. Windows color (decimal): -7793018 or 8787593. OLE color: 8787593.

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

Color convert

RGB 137 22 134 -
CMYK 0 0.84 0.02 0.46
HSL 301.57º 0.72% 0.31% -
HSV(B) 301.57º 0.84% 0.54% -
XYZ 14.91 7.61 23.24 -
YUV 69.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 137 22 134 0 0.84 0.02 0.46 301.57 0.72 0.31
Hex 89 16 86 0 54 2 2E 12E 48 1F
Octal 211 26 206 0 124 2 56 456 110 37
Binary 10001001 10110 10000110 0 1010100 10 101110 100101110 1001000 11111

Color Harmonies of #891686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891686

Black with #891686

Text Example


Text Example

White with #891686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891686; }

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

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

background-color css

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

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

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

border-color css

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

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

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