Html Css Color HEX #881C89 Dark Purple

📋 copy color: '#881C89'

red 136 ◦ green 28 ◦ blue 137

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

Shades of Dark Purple #881C89

Tints of Dark Purple #881C89

RGB

 RED value IS 136 (53.52% from 255) = 45.18%

 GREEN value IS 28 (11.33% from 255) = 9.3%

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 45.18%
G = 9.3%
B = 45.51%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#881C89 (or 0x881C89) is known color: Dark Purple. HEX triplet: 88, 1C and 89. RGB value is (136,28,137). Sum of RGB (Red+Green+Blue) = 136+28+137=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #881C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881C89 is #77E376. Grayscale: #484848. Windows color (decimal): -7857015 or 8985736. OLE color: 8985736.

HSL color Cylindrical-coordinate representation of color #881C89: hue angle of 299.45º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881C89 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 28 137 -
CMYK 0.01 0.80 0 0.46
HSL 299.45º 0.66% 0.32% -
HSV(B) 299.45º 0.8% 0.54% -
XYZ 15.08 7.87 24.39 -
YUV 72.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 136 28 137 0.01 0.80 0 0.46 299.45 0.66 0.32
Hex 88 1C 89 1 50 0 2E 12B 42 20
Octal 210 34 211 1 120 0 56 453 102 40
Binary 10001000 11100 10001001 1 1010000 0 101110 100101011 1000010 100000

Color Harmonies of #881C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C89

Black with #881C89

Text Example


Text Example

White with #881C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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