Html Css Color HEX #891988 Dark Purple

📋 copy color: '#891988'

red 137 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #891988

Tints of Dark Purple #891988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 45.97%
G = 8.39%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891988 (or 0x891988) is known color: Dark Purple. HEX triplet: 89, 19 and 88. RGB value is (137,25,136). Sum of RGB (Red+Green+Blue) = 137+25+136=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #891988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891988 is #76E677. Grayscale: #464646. Windows color (decimal): -7792248 or 8919433. OLE color: 8919433.

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

Color convert

RGB 137 25 136 -
CMYK 0 0.82 0.01 0.46
HSL 300.54º 0.69% 0.32% -
HSV(B) 300.54º 0.82% 0.54% -
XYZ 15.11 7.79 24 -
YUV 71.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 137 25 136 0 0.82 0.01 0.46 300.54 0.69 0.32
Hex 89 19 88 0 52 1 2E 12D 45 20
Octal 211 31 210 0 122 1 56 455 105 40
Binary 10001001 11001 10001000 0 1010010 1 101110 100101101 1000101 100000

Color Harmonies of #891988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891988

Black with #891988

Text Example


Text Example

White with #891988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891988; }

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

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

background-color css

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

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

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

border-color css

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

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

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