#806BAD

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

Shades of Deluge #806BAD

Tints of Deluge #806BAD

Color information

#806BAD (or 0x806BAD) is unknown color: approx Deluge. HEX triplet: 80, 6B and AD. RGB value is (128,107,173). Sum of RGB (Red+Green+Blue) = 128+107+173=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #806BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAD is #7F9452. Grayscale: #787878. Windows color (decimal): -8361043 or 11365248. OLE color: 11365248.

HSL color Cylindrical-coordinate representation of color #806BAD: hue angle of 259.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806BAD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128107173-
CMYK0.260.3800.32
HSL259.09º28.7%54.9%-
HSV(B)259.09º38.15%67.84%-
XYZ21.718.1241.89-
YUV120.8157.46133.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=31.37%
G=26.23%
B=42.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281071730.260.3800.32259.0928.754.9
Hex806BAD1A260201031d37
Octal20015325532460404033567
Binary1000000011010111010110111010100110010000010000001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806BAD; }

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

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

<style>
 a { background-color: #806BAD; }

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

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

<style>
 span { border-color: #806BAD; }

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

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