#881282

Color #881282 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #881282

Tints of Dark Purple #881282

Color information

#881282 (or 0x881282) is unknown color: approx Dark Purple. HEX triplet: 88, 12 and 82. RGB value is (136,18,130). Sum of RGB (Red+Green+Blue) = 136+18+130=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #881282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881282 is #77ED7D. Grayscale: #414141. Windows color (decimal): -7859582 or 8524424. OLE color: 8524424.

HSL color Cylindrical-coordinate representation of color #881282: hue angle of 303.05º 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 #881282 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13618130-
CMYK00.870.040.47
HSL303.05º76.62%30.2%-
HSV(B)303.05º86.76%53.33%-
XYZ14.47.2821.77-
YUV66.05164.09177.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=47.89%
G=6.34%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361813000.870.040.47303.0576.6230.2
Hex88128205742F12f4d1e
Octal21022202012745745711536
Binary10001000100101000001001010111100101111100101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881282; }

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

 H1.HeaderClassName
 {
   color: #881282;
 }
 .AnyTagClassName
 {
   color: #881282;
 }
</style>
background-color css

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

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

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

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

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

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