#835EA3

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

Shades of Ce Soir #835EA3

Tints of Ce Soir #835EA3

Color information

#835EA3 (or 0x835EA3) is unknown color: approx Ce Soir. HEX triplet: 83, 5E and A3. RGB value is (131,94,163). Sum of RGB (Red+Green+Blue) = 131+94+163=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #835EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EA3 is #7CA15C. Grayscale: #707070. Windows color (decimal): -8167773 or 10706563. OLE color: 10706563.

HSL color Cylindrical-coordinate representation of color #835EA3: hue angle of 272.17º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835EA3 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13194163-
CMYK0.200.4200.36
HSL272.17º27.27%50.39%-
HSV(B)272.17º42.33%63.92%-
XYZ19.9715.4836.58-
YUV112.93156.26140.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=33.76%
G=24.23%
B=42.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131941630.200.4200.36272.1727.2750.39
Hex835EA3142A0241101b32
Octal20313624324520444203362
Binary1000001110111101010001110100101010010010010001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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