#8465AD

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

Shades of Deluge #8465AD

Tints of Deluge #8465AD

Color information

#8465AD (or 0x8465AD) is unknown color: approx Deluge. HEX triplet: 84, 65 and AD. RGB value is (132,101,173). Sum of RGB (Red+Green+Blue) = 132+101+173=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8465AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AD is #7B9A52. Grayscale: #767676. Windows color (decimal): -8100435 or 11363716. OLE color: 11363716.

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

Color convert

RGB132101173-
CMYK0.240.4200.32
HSL265.83º30.51%53.73%-
HSV(B)265.83º41.62%67.84%-
XYZ21.7117.2341.72-
YUV118.48158.77137.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=32.51%
G=24.88%
B=42.61%

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
Decimal1321011730.240.4200.32265.8330.5153.73
Hex8465AD182A02010a1f36
Octal20414525530520404123766
Binary1000010011001011010110111000101010010000010000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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