Html Css Color HEX #891682 Dark Purple

📋 copy color: '#891682'

red 137 ◦ green 22 ◦ blue 130

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

Shades of Dark Purple #891682

Tints of Dark Purple #891682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 47.4%
G = 7.61%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#891682 (or 0x891682) is known color: Dark Purple. HEX triplet: 89, 16 and 82. RGB value is (137,22,130). Sum of RGB (Red+Green+Blue) = 137+22+130=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891682 is #76E97D. Grayscale: #444444. Windows color (decimal): -7793022 or 8525449. OLE color: 8525449.

HSL color Cylindrical-coordinate representation of color #891682: hue angle of 303.65º 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 #891682 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 130 -
CMYK 0 0.84 0.05 0.46
HSL 303.65º 0.72% 0.31% -
HSV(B) 303.65º 0.84% 0.54% -
XYZ 14.63 7.5 21.8 -
YUV 68.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 137 22 130 0 0.84 0.05 0.46 303.65 0.72 0.31
Hex 89 16 82 0 54 5 2E 130 48 1F
Octal 211 26 202 0 124 5 56 460 110 37
Binary 10001001 10110 10000010 0 1010100 101 101110 100110000 1001000 11111

Color Harmonies of #891682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891682

Black with #891682

Text Example


Text Example

White with #891682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891682; }

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

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

background-color css

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

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

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

border-color css

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

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

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