#8770AD

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

Shades of Deluge #8770AD

Tints of Deluge #8770AD

Color information

#8770AD (or 0x8770AD) is unknown color: approx Deluge. HEX triplet: 87, 70 and AD. RGB value is (135,112,173). Sum of RGB (Red+Green+Blue) = 135+112+173=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8770AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8770AD is #788F52. Grayscale: #7D7D7D. Windows color (decimal): -7901011 or 11366535. OLE color: 11366535.

HSL color Cylindrical-coordinate representation of color #8770AD: hue angle of 262.62º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8770AD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135112173-
CMYK0.220.3500.32
HSL262.62º27.11%55.88%-
HSV(B)262.62º35.26%67.84%-
XYZ23.3319.7642.12-
YUV125.83154.62134.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=32.14%
G=26.67%
B=41.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351121730.220.3500.32262.6227.1155.88
Hex8770AD16230201071b38
Octal20716025526430404073370
Binary1000011111100001010110110110100011010000010000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8770AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8770AD; }

 p { color: rgb(135,112,173); }

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

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

 a { background-color: rgb(135,112,173); }

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

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

 span { border-color: rgb(135,112,173); }

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