#880972

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

Shades of Dark Purple #880972

Tints of Dark Purple #880972

Color information

#880972 (or 0x880972) is unknown color: approx Dark Purple. HEX triplet: 88, 09 and 72. RGB value is (136,9,114). Sum of RGB (Red+Green+Blue) = 136+9+114=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880972 is #77F68D. Grayscale: #3A3A3A. Windows color (decimal): -7861902 or 7473544. OLE color: 7473544.

HSL color Cylindrical-coordinate representation of color #880972: hue angle of 310.39º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880972 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB1369114-
CMYK00.930.160.47
HSL310.39º87.59%28.43%-
HSV(B)310.39º93.38%53.33%-
XYZ13.296.6416.5-
YUV58.94159.08182.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=52.51%
G=3.47%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136911400.930.160.47310.3987.5928.43
Hex8897205D102F136581c
Octal210111620135205746613034
Binary10001000100111100100101110110000101111100110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880972; }

 p { color: rgb(136,9,114); }

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

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

 a { background-color: rgb(136,9,114); }

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

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

 span { border-color: rgb(136,9,114); }

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