#835CAD

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

Shades of Deluge #835CAD

Tints of Deluge #835CAD

Color information

#835CAD (or 0x835CAD) is unknown color: approx Deluge. HEX triplet: 83, 5C and AD. RGB value is (131,92,173). Sum of RGB (Red+Green+Blue) = 131+92+173=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #835CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAD is #7CA352. Grayscale: #707070. Windows color (decimal): -8168275 or 11361411. OLE color: 11361411.

HSL color Cylindrical-coordinate representation of color #835CAD: hue angle of 268.89º degrees, saturation: 0.33, 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 #835CAD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13192173-
CMYK0.240.4700.32
HSL268.89º33.06%51.96%-
HSV(B)268.89º46.82%67.84%-
XYZ20.7315.541.43-
YUV112.9161.92140.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=33.08%
G=23.23%
B=43.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131921730.240.4700.32268.8933.0651.96
Hex835CAD182F02010d2134
Octal20313425530570404154164
Binary10000011101110010101101110001011110100000100001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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