#8663AC

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

Shades of Deluge #8663AC

Tints of Deluge #8663AC

Color information

#8663AC (or 0x8663AC) is unknown color: approx Deluge. HEX triplet: 86, 63 and AC. RGB value is (134,99,172). Sum of RGB (Red+Green+Blue) = 134+99+172=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8663AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8663AC is #799C53. Grayscale: #757575. Windows color (decimal): -7969876 or 11297670. OLE color: 11297670.

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

Color convert

RGB13499172-
CMYK0.220.4200.33
HSL268.77º30.54%53.14%-
HSV(B)268.77º42.44%67.45%-
XYZ21.7416.9741.16-
YUV117.79158.6139.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=33.09%
G=24.44%
B=42.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134991720.220.4200.33268.7730.5453.14
Hex8663AC162A02110d1f35
Octal20614325426520414153765
Binary1000011011000111010110010110101010010000110000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8663AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,99,172); }

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

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

 a { background-color: rgb(134,99,172); }

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

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

 span { border-color: rgb(134,99,172); }

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