#8463AB

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

Shades of Deluge #8463AB

Tints of Deluge #8463AB

Color information

#8463AB (or 0x8463AB) is unknown color: approx Deluge. HEX triplet: 84, 63 and AB. RGB value is (132,99,171). Sum of RGB (Red+Green+Blue) = 132+99+171=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8463AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8463AB is #7B9C54. Grayscale: #747474. Windows color (decimal): -8100949 or 11232132. OLE color: 11232132.

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

Color convert

RGB13299171-
CMYK0.230.4200.33
HSL267.5º30%52.94%-
HSV(B)267.5º42.11%67.06%-
XYZ21.3316.7740.64-
YUV117.07158.43138.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=32.84%
G=24.63%
B=42.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132991710.230.4200.33267.53052.94
Hex8463AB172A02110c1e35
Octal20414325327520414143665
Binary1000010011000111010101110111101010010000110000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8463AB; }

 p { color: rgb(132,99,171); }

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

<style>
 a { background-color: #8463AB; }

 a { background-color: rgb(132,99,171); }

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

<style>
 span { border-color: #8463AB; }

 span { border-color: rgb(132,99,171); }

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