#881873

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

Shades of Dark Purple #881873

Tints of Dark Purple #881873

Color information

#881873 (or 0x881873) is unknown color: approx Dark Purple. HEX triplet: 88, 18 and 73. RGB value is (136,24,115). Sum of RGB (Red+Green+Blue) = 136+24+115=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881873 is #77E78C. Grayscale: #434343. Windows color (decimal): -7858061 or 7542920. OLE color: 7542920.

HSL color Cylindrical-coordinate representation of color #881873: hue angle of 311.25º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881873 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13624115-
CMYK00.820.150.47
HSL311.25º70%31.37%-
HSV(B)311.25º82.35%53.33%-
XYZ13.577.1316.88-
YUV67.86154.61176.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=49.45%
G=8.73%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362411500.820.150.47311.257031.37
Hex881873052F2F137461f
Octal210301630122175746710637
Binary10001000110001110011010100101111101111100110111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881873; }

 p { color: rgb(136,24,115); }

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

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

 a { background-color: rgb(136,24,115); }

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

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

 span { border-color: rgb(136,24,115); }

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