#8365AD

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

Shades of Deluge #8365AD

Tints of Deluge #8365AD

Color information

#8365AD (or 0x8365AD) is unknown color: approx Deluge. HEX triplet: 83, 65 and AD. RGB value is (131,101,173). Sum of RGB (Red+Green+Blue) = 131+101+173=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8365AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365AD is #7C9A52. Grayscale: #757575. Windows color (decimal): -8165971 or 11363715. OLE color: 11363715.

HSL color Cylindrical-coordinate representation of color #8365AD: hue angle of 265º 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 #8365AD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131101173-
CMYK0.240.4200.32
HSL265º30.51%53.73%-
HSV(B)265º41.62%67.84%-
XYZ21.5617.1541.71-
YUV118.18158.94137.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=32.35%
G=24.94%
B=42.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311011730.240.4200.3226530.5153.73
Hex8365AD182A0201091f36
Octal20314525530520404113766
Binary1000001111001011010110111000101010010000010000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8365AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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