#846E9D

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

Shades of Deluge #846E9D

Tints of Deluge #846E9D

Color information

#846E9D (or 0x846E9D) is unknown color: approx Deluge. HEX triplet: 84, 6E and 9D. RGB value is (132,110,157). Sum of RGB (Red+Green+Blue) = 132+110+157=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #846E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846E9D is #7B9162. Grayscale: #797979. Windows color (decimal): -8098147 or 10317444. OLE color: 10317444.

HSL color Cylindrical-coordinate representation of color #846E9D: hue angle of 268.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846E9D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132110157-
CMYK0.160.3000.38
HSL268.09º19.34%52.35%-
HSV(B)268.09º29.94%61.57%-
XYZ21.1818.4934.35-
YUV121.94147.79135.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=33.08%
G=27.57%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321101570.160.3000.38268.0919.3452.35
Hex846E9D101E02610c1334
Octal20415623520360464142364
Binary100001001101110100111011000011110010011010000110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E9D; }

 p { color: rgb(132,110,157); }

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

<style>
 a { background-color: #846E9D; }

 a { background-color: rgb(132,110,157); }

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

<style>
 span { border-color: #846E9D; }

 span { border-color: rgb(132,110,157); }

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