#8063B2

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

Shades of Deluge #8063B2

Tints of Deluge #8063B2

Color information

#8063B2 (or 0x8063B2) is unknown color: approx Deluge. HEX triplet: 80, 63 and B2. RGB value is (128,99,178). Sum of RGB (Red+Green+Blue) = 128+99+178=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #8063B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063B2 is #7F9C4D. Grayscale: #747474. Windows color (decimal): -8363086 or 11690880. OLE color: 11690880.

HSL color Cylindrical-coordinate representation of color #8063B2: hue angle of 262.03º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8063B2 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12899178-
CMYK0.280.4400.30
HSL262.03º33.91%54.31%-
HSV(B)262.03º44.38%69.8%-
XYZ21.416.7344.22-
YUV116.68162.61136.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=31.60%
G=24.44%
B=43.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128991780.280.4400.30262.0333.9154.31
Hex8063B21C2C01E1062236
Octal20014326234540364064266
Binary1000000011000111011001011100101100011110100000110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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