#8063AB

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

Shades of Deluge #8063AB

Tints of Deluge #8063AB

Color information

#8063AB (or 0x8063AB) is unknown color: approx Deluge. HEX triplet: 80, 63 and AB. RGB value is (128,99,171). Sum of RGB (Red+Green+Blue) = 128+99+171=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8063AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063AB is #7F9C54. Grayscale: #737373. Windows color (decimal): -8363093 or 11232128. OLE color: 11232128.

HSL color Cylindrical-coordinate representation of color #8063AB: hue angle of 264.17º 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 #8063AB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12899171-
CMYK0.250.4200.33
HSL264.17º30%52.94%-
HSV(B)264.17º42.11%67.06%-
XYZ20.7116.4540.61-
YUV115.88159.11136.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=32.16%
G=24.87%
B=42.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128991710.250.4200.33264.173052.94
Hex8063AB192A0211081e35
Octal20014325331520414103665
Binary1000000011000111010101111001101010010000110000100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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