#835DA5

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

Shades of Ce Soir #835DA5

Tints of Ce Soir #835DA5

Color information

#835DA5 (or 0x835DA5) is unknown color: approx Ce Soir. HEX triplet: 83, 5D and A5. RGB value is (131,93,165). Sum of RGB (Red+Green+Blue) = 131+93+165=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #835DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DA5 is #7CA25A. Grayscale: #707070. Windows color (decimal): -8168027 or 10837379. OLE color: 10837379.

HSL color Cylindrical-coordinate representation of color #835DA5: hue angle of 271.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835DA5 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13193165-
CMYK0.210.4400.35
HSL271.67º28.57%50.59%-
HSV(B)271.67º43.64%64.71%-
XYZ20.0715.3737.51-
YUV112.57157.59141.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=33.68%
G=23.91%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131931650.210.4400.35271.6728.5750.59
Hex835DA5152C0231101d33
Octal20313524525540434203563
Binary1000001110111011010010110101101100010001110001000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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