#8064AD

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

Shades of Deluge #8064AD

Tints of Deluge #8064AD

Color information

#8064AD (or 0x8064AD) is unknown color: approx Deluge. HEX triplet: 80, 64 and AD. RGB value is (128,100,173). Sum of RGB (Red+Green+Blue) = 128+100+173=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #8064AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AD is #7F9B52. Grayscale: #747474. Windows color (decimal): -8362835 or 11363456. OLE color: 11363456.

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

Color convert

RGB128100173-
CMYK0.260.4200.32
HSL263.01º30.8%53.53%-
HSV(B)263.01º42.2%67.84%-
XYZ2116.7241.66-
YUV116.69159.78136.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=31.92%
G=24.94%
B=43.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281001730.260.4200.32263.0130.853.53
Hex8064AD1A2A0201071f36
Octal20014425532520404073766
Binary1000000011001001010110111010101010010000010000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,100,173); }

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

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

 a { background-color: rgb(128,100,173); }

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

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

 span { border-color: rgb(128,100,173); }

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