#8669AC

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

Shades of Deluge #8669AC

Tints of Deluge #8669AC

Color information

#8669AC (or 0x8669AC) is unknown color: approx Deluge. HEX triplet: 86, 69 and AC. RGB value is (134,105,172). Sum of RGB (Red+Green+Blue) = 134+105+172=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #8669AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8669AC is #799653. Grayscale: #797979. Windows color (decimal): -7968340 or 11299206. OLE color: 11299206.

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

Color convert

RGB134105172-
CMYK0.220.3900.33
HSL265.97º28.76%54.31%-
HSV(B)265.97º38.95%67.45%-
XYZ22.3318.1541.36-
YUV121.31156.61137.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=32.60%
G=25.55%
B=41.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341051720.220.3900.33265.9728.7654.31
Hex8669AC162702110a1d36
Octal20615125426470414123566
Binary1000011011010011010110010110100111010000110000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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