#8873AC

Color #8873AC Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8873AC

Tints of Deluge #8873AC

Color information

#8873AC (or 0x8873AC) is unknown color: approx Deluge. HEX triplet: 88, 73 and AC. RGB value is (136,115,172). Sum of RGB (Red+Green+Blue) = 136+115+172=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8873AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8873AC is #778C53. Grayscale: #7F7F7F. Windows color (decimal): -7834708 or 11301768. OLE color: 11301768.

HSL color Cylindrical-coordinate representation of color #8873AC: hue angle of 262.11º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8873AC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136115172-
CMYK0.210.3300.33
HSL262.11º25.56%56.27%-
HSV(B)262.11º33.14%67.45%-
XYZ23.7320.4741.73-
YUV127.78152.96133.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=32.15%
G=27.19%
B=40.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361151720.210.3300.33262.1125.5656.27
Hex8873AC15210211061a38
Octal21016325425410414063270
Binary1000100011100111010110010101100001010000110000011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8873AC; }

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

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

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

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

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

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

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

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