#8771AC

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

Shades of Deluge #8771AC

Tints of Deluge #8771AC

Color information

#8771AC (or 0x8771AC) is unknown color: approx Deluge. HEX triplet: 87, 71 and AC. RGB value is (135,113,172). Sum of RGB (Red+Green+Blue) = 135+113+172=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8771AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8771AC is #788E53. Grayscale: #7E7E7E. Windows color (decimal): -7900756 or 11301255. OLE color: 11301255.

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

Color convert

RGB135113172-
CMYK0.220.3400.33
HSL262.37º26.22%55.88%-
HSV(B)262.37º34.3%67.45%-
XYZ23.3419.9441.65-
YUV126.3153.79134.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=32.14%
G=26.90%
B=40.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351131720.220.3400.33262.3726.2255.88
Hex8771AC16220211061a38
Octal20716125426420414063270
Binary1000011111100011010110010110100010010000110000011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8771AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,113,172); }

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

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

 a { background-color: rgb(135,113,172); }

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

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

 span { border-color: rgb(135,113,172); }

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