#806A98

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

Shades of Deluge #806A98

Tints of Deluge #806A98

Color information

#806A98 (or 0x806A98) is unknown color: approx Deluge. HEX triplet: 80, 6A and 98. RGB value is (128,106,152). Sum of RGB (Red+Green+Blue) = 128+106+152=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #806A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A98 is #7F9567. Grayscale: #757575. Windows color (decimal): -8361320 or 9988736. OLE color: 9988736.

HSL color Cylindrical-coordinate representation of color #806A98: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806A98 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB128106152-
CMYK0.160.3000.40
HSL268.7º18.25%50.59%-
HSV(B)268.7º30.26%59.61%-
XYZ19.7217.1631.98-
YUV117.82147.29135.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=33.16%
G=27.46%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281061520.160.3000.40268.718.2550.59
Hex806A98101E02810d1233
Octal20015223020360504152263
Binary100000001101010100110001000011110010100010000110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,106,152); }

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

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

 a { background-color: rgb(128,106,152); }

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

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

 span { border-color: rgb(128,106,152); }

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