#8365AE

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

Shades of Deluge #8365AE

Tints of Deluge #8365AE

Color information

#8365AE (or 0x8365AE) is unknown color: approx Deluge. HEX triplet: 83, 65 and AE. RGB value is (131,101,174). Sum of RGB (Red+Green+Blue) = 131+101+174=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8365AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365AE is #7C9A51. Grayscale: #767676. Windows color (decimal): -8165970 or 11429251. OLE color: 11429251.

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

Color convert

RGB131101174-
CMYK0.250.4200.32
HSL264.66º31.06%53.92%-
HSV(B)264.66º41.95%68.24%-
XYZ21.6517.1942.22-
YUV118.29159.44137.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=32.27%
G=24.88%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311011740.250.4200.32264.6631.0653.92
Hex8365AE192A0201091f36
Octal20314525631520404113766
Binary1000001111001011010111011001101010010000010000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8365AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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