#835CAE

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

Shades of Deluge #835CAE

Tints of Deluge #835CAE

Color information

#835CAE (or 0x835CAE) is unknown color: approx Deluge. HEX triplet: 83, 5C and AE. RGB value is (131,92,174). Sum of RGB (Red+Green+Blue) = 131+92+174=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #835CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAE is #7CA351. Grayscale: #707070. Windows color (decimal): -8168274 or 11426947. OLE color: 11426947.

HSL color Cylindrical-coordinate representation of color #835CAE: hue angle of 268.54º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835CAE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13192174-
CMYK0.250.4700.32
HSL268.54º33.61%52.16%-
HSV(B)268.54º47.13%68.24%-
XYZ20.8315.5441.95-
YUV113.01162.42140.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=33.00%
G=23.17%
B=43.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131921740.250.4700.32268.5433.6152.16
Hex835CAE192F02010d2234
Octal20313425631570404154264
Binary10000011101110010101110110011011110100000100001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,92,174); }

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

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

 a { background-color: rgb(131,92,174); }

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

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

 span { border-color: rgb(131,92,174); }

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