#806B9D

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

Shades of Deluge #806B9D

Tints of Deluge #806B9D

Color information

#806B9D (or 0x806B9D) is unknown color: approx Deluge. HEX triplet: 80, 6B and 9D. RGB value is (128,107,157). Sum of RGB (Red+Green+Blue) = 128+107+157=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #806B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B9D is #7F9462. Grayscale: #767676. Windows color (decimal): -8361059 or 10316672. OLE color: 10316672.

HSL color Cylindrical-coordinate representation of color #806B9D: hue angle of 265.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806B9D is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128107157-
CMYK0.180.3200.38
HSL265.2º20.33%51.76%-
HSV(B)265.2º31.85%61.57%-
XYZ20.2517.5434.22-
YUV118.98149.46134.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=32.65%
G=27.30%
B=40.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281071570.180.3200.38265.220.3351.76
Hex806B9D12200261091434
Octal20015323522400464112464
Binary1000000011010111001110110010100000010011010000100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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