#856E9C

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

Shades of Deluge #856E9C

Tints of Deluge #856E9C

Color information

#856E9C (or 0x856E9C) is unknown color: approx Deluge. HEX triplet: 85, 6E and 9C. RGB value is (133,110,156). Sum of RGB (Red+Green+Blue) = 133+110+156=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #856E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E9C is #7A9163. Grayscale: #797979. Windows color (decimal): -8032612 or 10251909. OLE color: 10251909.

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

Color convert

RGB133110156-
CMYK0.150.2900.39
HSL270º18.85%52.16%-
HSV(B)270º29.49%61.18%-
XYZ21.2518.5433.91-
YUV122.12147.12135.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=33.33%
G=27.57%
B=39.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331101560.150.2900.3927018.8552.16
Hex856E9CF1D02710e1334
Octal20515623417350474162364
Binary10000101110111010011100111111101010011110000111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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