Html Css Color HEX #881280 Dark Purple

📋 copy color: '#881280'

red 136 ◦ green 18 ◦ blue 128

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

Shades of Dark Purple #881280

Tints of Dark Purple #881280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 48.23%
G = 6.38%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#881280 (or 0x881280) is known color: Dark Purple. HEX triplet: 88, 12 and 80. RGB value is (136,18,128). Sum of RGB (Red+Green+Blue) = 136+18+128=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #881280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881280 is #77ED7F. Grayscale: #414141. Windows color (decimal): -7859584 or 8393352. OLE color: 8393352.

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

Color convert

RGB 136 18 128 -
CMYK 0 0.87 0.06 0.47
HSL 304.07º 0.77% 0.3% -
HSV(B) 304.07º 0.87% 0.53% -
XYZ 14.27 7.23 21.06 -
YUV 65.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 136 18 128 0 0.87 0.06 0.47 304.07 0.77 0.3
Hex 88 12 80 0 57 6 2F 130 4D 1E
Octal 210 22 200 0 127 6 57 460 115 36
Binary 10001000 10010 10000000 0 1010111 110 101111 100110000 1001101 11110

Color Harmonies of #881280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881280

Black with #881280

Text Example


Text Example

White with #881280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881280; }

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

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

background-color css

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

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

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

border-color css

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

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

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