Html Css Color HEX #881788 Dark Purple

📋 copy color: '#881788'

red 136 ◦ green 23 ◦ blue 136

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

Shades of Dark Purple #881788

Tints of Dark Purple #881788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 46.1%
G = 7.8%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#881788 (or 0x881788) is known color: Dark Purple. HEX triplet: 88, 17 and 88. RGB value is (136,23,136). Sum of RGB (Red+Green+Blue) = 136+23+136=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #881788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881788 is #77E877. Grayscale: #454545. Windows color (decimal): -7858296 or 8918920. OLE color: 8918920.

HSL color Cylindrical-coordinate representation of color #881788: hue angle of 300º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881788 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 23 136 -
CMYK 0 0.83 0 0.47
HSL 300º 0.71% 0.31% -
HSV(B) 300º 0.83% 0.53% -
XYZ 14.9 7.62 23.98 -
YUV 69.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 136 23 136 0 0.83 0 0.47 300 0.71 0.31
Hex 88 17 88 0 53 0 2F 12C 47 1F
Octal 210 27 210 0 123 0 57 454 107 37
Binary 10001000 10111 10001000 0 1010011 0 101111 100101100 1000111 11111

Color Harmonies of #881788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881788

Black with #881788

Text Example


Text Example

White with #881788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881788; }

 p { color: rgb(136,23,136); }

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

background-color css

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

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

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

border-color css

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

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

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