#8366AC

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

Shades of Deluge #8366AC

Tints of Deluge #8366AC

Color information

#8366AC (or 0x8366AC) is unknown color: approx Deluge. HEX triplet: 83, 66 and AC. RGB value is (131,102,172). Sum of RGB (Red+Green+Blue) = 131+102+172=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 102 (40.23% from 255 or 25.19% 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 #8366AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AC is #7C9953. Grayscale: #767676. Windows color (decimal): -8165716 or 11298435. OLE color: 11298435.

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

Color convert

RGB131102172-
CMYK0.240.4100.33
HSL264.86º29.66%53.73%-
HSV(B)264.86º40.7%67.45%-
XYZ21.5617.3141.23-
YUV118.65158.11136.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=32.35%
G=25.19%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311021720.240.4100.33264.8629.6653.73
Hex8366AC18290211091e36
Octal20314625430510414113666
Binary1000001111001101010110011000101001010000110000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,102,172); }

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

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

 a { background-color: rgb(131,102,172); }

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

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

 span { border-color: rgb(131,102,172); }

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