#881269

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

Shades of Dark Purple #881269

Tints of Dark Purple #881269

Color information

#881269 (or 0x881269) is unknown color: approx Dark Purple. HEX triplet: 88, 12 and 69. RGB value is (136,18,105). Sum of RGB (Red+Green+Blue) = 136+18+105=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #881269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881269 is #77ED96. Grayscale: #3E3E3E. Windows color (decimal): -7859607 or 6886024. OLE color: 6886024.

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

Color convert

RGB13618105-
CMYK00.870.230.47
HSL315.76º76.62%30.2%-
HSV(B)315.76º86.76%53.33%-
XYZ12.926.6913.97-
YUV63.2151.59179.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=52.51%
G=6.95%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361810500.870.230.47315.7676.6230.2
Hex881269057172F13c4d1e
Octal210221510127275747411536
Binary100010001001011010010101011110111101111100111100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881269; }

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

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

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

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

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

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

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

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