#8063AA

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

Shades of Deluge #8063AA

Tints of Deluge #8063AA

Color information

#8063AA (or 0x8063AA) is unknown color: approx Deluge. HEX triplet: 80, 63 and AA. RGB value is (128,99,170). Sum of RGB (Red+Green+Blue) = 128+99+170=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8063AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063AA is #7F9C55. Grayscale: #737373. Windows color (decimal): -8363094 or 11166592. OLE color: 11166592.

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

Color convert

RGB12899170-
CMYK0.250.4200.33
HSL264.51º29.46%52.75%-
HSV(B)264.51º41.76%66.67%-
XYZ20.6216.4240.11-
YUV115.76158.61136.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=32.24%
G=24.94%
B=42.82%

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
Decimal128991700.250.4200.33264.5129.4652.75
Hex8063AA192A0211091d35
Octal20014325231520414113565
Binary1000000011000111010101011001101010010000110000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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