#881277

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

Shades of Dark Purple #881277

Tints of Dark Purple #881277

Color information

#881277 (or 0x881277) is unknown color: approx Dark Purple. HEX triplet: 88, 12 and 77. RGB value is (136,18,119). Sum of RGB (Red+Green+Blue) = 136+18+119=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881277 is #77ED88. Grayscale: #404040. Windows color (decimal): -7859593 or 7803528. OLE color: 7803528.

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

Color convert

RGB13618119-
CMYK00.870.120.47
HSL308.64º76.62%30.2%-
HSV(B)308.64º86.76%53.33%-
XYZ13.7718.08-
YUV64.8158.59178.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=49.82%
G=6.59%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361811900.870.120.47308.6476.6230.2
Hex881277057C2F1354d1e
Octal210221670127145746511536
Binary10001000100101110111010101111100101111100110101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881277; }

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

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

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

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

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

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

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

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