#866DAD

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

Shades of Deluge #866DAD

Tints of Deluge #866DAD

Color information

#866DAD (or 0x866DAD) is unknown color: approx Deluge. HEX triplet: 86, 6D and AD. RGB value is (134,109,173). Sum of RGB (Red+Green+Blue) = 134+109+173=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #866DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAD is #799252. Grayscale: #7B7B7B. Windows color (decimal): -7967315 or 11365766. OLE color: 11365766.

HSL color Cylindrical-coordinate representation of color #866DAD: hue angle of 263.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866DAD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134109173-
CMYK0.230.3700.32
HSL263.44º28.07%55.29%-
HSV(B)263.44º36.99%67.84%-
XYZ22.8419.0242-
YUV123.77155.78135.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=32.21%
G=26.20%
B=41.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341091730.230.3700.32263.4428.0755.29
Hex866DAD17250201071c37
Octal20615525527450404073467
Binary1000011011011011010110110111100101010000010000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866DAD; }

 p { color: rgb(134,109,173); }

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

<style>
 a { background-color: #866DAD; }

 a { background-color: rgb(134,109,173); }

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

<style>
 span { border-color: #866DAD; }

 span { border-color: rgb(134,109,173); }

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