#8465AC

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

Shades of Deluge #8465AC

Tints of Deluge #8465AC

Color information

#8465AC (or 0x8465AC) is unknown color: approx Deluge. HEX triplet: 84, 65 and AC. RGB value is (132,101,172). Sum of RGB (Red+Green+Blue) = 132+101+172=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8465AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AC is #7B9A53. Grayscale: #767676. Windows color (decimal): -8100436 or 11298180. OLE color: 11298180.

HSL color Cylindrical-coordinate representation of color #8465AC: hue angle of 266.2º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8465AC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132101172-
CMYK0.230.4100.33
HSL266.2º29.96%53.53%-
HSV(B)266.2º41.28%67.45%-
XYZ21.6217.1941.21-
YUV118.36158.27137.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=32.59%
G=24.94%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321011720.230.4100.33266.229.9653.53
Hex8465AC172902110a1e36
Octal20414525427510414123666
Binary1000010011001011010110010111101001010000110000101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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