#856D9C

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

Shades of Deluge #856D9C

Tints of Deluge #856D9C

Color information

#856D9C (or 0x856D9C) is unknown color: approx Deluge. HEX triplet: 85, 6D and 9C. RGB value is (133,109,156). Sum of RGB (Red+Green+Blue) = 133+109+156=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #856D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D9C is #7A9263. Grayscale: #797979. Windows color (decimal): -8032868 or 10251653. OLE color: 10251653.

HSL color Cylindrical-coordinate representation of color #856D9C: hue angle of 270.64º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856D9C is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133109156-
CMYK0.150.3000.39
HSL270.64º19.18%51.96%-
HSV(B)270.64º30.13%61.18%-
XYZ21.1418.3233.88-
YUV121.53147.45136.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=33.42%
G=27.39%
B=39.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331091560.150.3000.39270.6419.1851.96
Hex856D9CF1E02710f1334
Octal20515523417360474172364
Binary10000101110110110011100111111110010011110000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D9C; }

 p { color: rgb(133,109,156); }

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

<style>
 a { background-color: #856D9C; }

 a { background-color: rgb(133,109,156); }

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

<style>
 span { border-color: #856D9C; }

 span { border-color: rgb(133,109,156); }

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