#8364AE

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

Shades of Deluge #8364AE

Tints of Deluge #8364AE

Color information

#8364AE (or 0x8364AE) is unknown color: approx Deluge. HEX triplet: 83, 64 and AE. RGB value is (131,100,174). Sum of RGB (Red+Green+Blue) = 131+100+174=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #8364AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8364AE is #7C9B51. Grayscale: #757575. Windows color (decimal): -8166226 or 11428995. OLE color: 11428995.

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

Color convert

RGB131100174-
CMYK0.250.4300.32
HSL265.14º31.36%53.73%-
HSV(B)265.14º42.53%68.24%-
XYZ21.561742.19-
YUV117.7159.77137.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=32.35%
G=24.69%
B=42.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311001740.250.4300.32265.1431.3653.73
Hex8364AE192B0201091f36
Octal20314425631530404113766
Binary1000001111001001010111011001101011010000010000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8364AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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