#8366AE

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

Shades of Deluge #8366AE

Tints of Deluge #8366AE

Color information

#8366AE (or 0x8366AE) is unknown color: approx Deluge. HEX triplet: 83, 66 and AE. RGB value is (131,102,174). Sum of RGB (Red+Green+Blue) = 131+102+174=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #8366AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AE is #7C9951. Grayscale: #767676. Windows color (decimal): -8165714 or 11429507. OLE color: 11429507.

HSL color Cylindrical-coordinate representation of color #8366AE: hue angle of 264.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8366AE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131102174-
CMYK0.250.4100.32
HSL264.17º30.77%54.12%-
HSV(B)264.17º41.38%68.24%-
XYZ21.7517.3842.25-
YUV118.88159.11136.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=32.19%
G=25.06%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311021740.250.4100.32264.1730.7754.12
Hex8366AE19290201081f36
Octal20314625631510404103766
Binary1000001111001101010111011001101001010000010000100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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