#835EB1

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

Shades of Deluge #835EB1

Tints of Deluge #835EB1

Color information

#835EB1 (or 0x835EB1) is unknown color: approx Deluge. HEX triplet: 83, 5E and B1. RGB value is (131,94,177). Sum of RGB (Red+Green+Blue) = 131+94+177=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #835EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EB1 is #7CA14E. Grayscale: #727272. Windows color (decimal): -8167759 or 11624067. OLE color: 11624067.

HSL color Cylindrical-coordinate representation of color #835EB1: hue angle of 266.75º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835EB1 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13194177-
CMYK0.260.4700.31
HSL266.75º34.73%53.14%-
HSV(B)266.75º46.89%69.41%-
XYZ21.316.0143.56-
YUV114.52163.26139.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=32.59%
G=23.38%
B=44.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131941770.260.4700.31266.7534.7353.14
Hex835EB11A2F01F10b2335
Octal20313626132570374134365
Binary1000001110111101011000111010101111011111100001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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