#835DAD

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

Shades of Deluge #835DAD

Tints of Deluge #835DAD

Color information

#835DAD (or 0x835DAD) is unknown color: approx Deluge. HEX triplet: 83, 5D and AD. RGB value is (131,93,173). Sum of RGB (Red+Green+Blue) = 131+93+173=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #835DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DAD is #7CA252. Grayscale: #717171. Windows color (decimal): -8168019 or 11361667. OLE color: 11361667.

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

Color convert

RGB13193173-
CMYK0.240.4600.32
HSL268.5º32.79%52.16%-
HSV(B)268.5º46.24%67.84%-
XYZ20.8215.6741.46-
YUV113.48161.59140.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=33.00%
G=23.43%
B=43.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131931730.240.4600.32268.532.7952.16
Hex835DAD182E02010c2134
Octal20313525530560404144164
Binary10000011101110110101101110001011100100000100001100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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