Html Css Color HEX #881080 Dark Purple

📋 copy color: '#881080'

red 136 ◦ green 16 ◦ blue 128

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

Shades of Dark Purple #881080

Tints of Dark Purple #881080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 48.57%
G = 5.71%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#881080 (or 0x881080) is known color: Dark Purple. HEX triplet: 88, 10 and 80. RGB value is (136,16,128). Sum of RGB (Red+Green+Blue) = 136+16+128=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #881080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881080 is #77EF7F. Grayscale: #404040. Windows color (decimal): -7860096 or 8392840. OLE color: 8392840.

HSL color Cylindrical-coordinate representation of color #881080: hue angle of 304º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881080 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 128 -
CMYK 0 0.88 0.06 0.47
HSL 304º 0.79% 0.3% -
HSV(B) 304º 0.88% 0.53% -
XYZ 14.23 7.16 21.05 -
YUV 64.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 136 16 128 0 0.88 0.06 0.47 304 0.79 0.3
Hex 88 10 80 0 58 6 2F 130 4F 1E
Octal 210 20 200 0 130 6 57 460 117 36
Binary 10001000 10000 10000000 0 1011000 110 101111 100110000 1001111 11110

Color Harmonies of #881080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881080

Black with #881080

Text Example


Text Example

White with #881080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881080; }

 p { color: rgb(136,16,128); }

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

background-color css

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

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

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

border-color css

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

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

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