#835EAA

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

Shades of Deluge #835EAA

Tints of Deluge #835EAA

Color information

#835EAA (or 0x835EAA) is unknown color: approx Deluge. HEX triplet: 83, 5E and AA. RGB value is (131,94,170). Sum of RGB (Red+Green+Blue) = 131+94+170=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #835EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EAA is #7CA155. Grayscale: #717171. Windows color (decimal): -8167766 or 11165315. OLE color: 11165315.

HSL color Cylindrical-coordinate representation of color #835EAA: hue angle of 269.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835EAA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13194170-
CMYK0.230.4500.33
HSL269.21º30.89%51.76%-
HSV(B)269.21º44.71%66.67%-
XYZ20.6215.7339.98-
YUV113.73159.76140.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=33.16%
G=23.80%
B=43.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131941700.230.4500.33269.2130.8951.76
Hex835EAA172D02110d1f34
Octal20313625227550414153764
Binary1000001110111101010101010111101101010000110000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835EAA; }

 p { color: rgb(131,94,170); }

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

<style>
 a { background-color: #835EAA; }

 a { background-color: rgb(131,94,170); }

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

<style>
 span { border-color: #835EAA; }

 span { border-color: rgb(131,94,170); }

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