#835EA2

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

Shades of Ce Soir #835EA2

Tints of Ce Soir #835EA2

Color information

#835EA2 (or 0x835EA2) is unknown color: approx Ce Soir. HEX triplet: 83, 5E and A2. RGB value is (131,94,162). Sum of RGB (Red+Green+Blue) = 131+94+162=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #835EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EA2 is #7CA15D. Grayscale: #707070. Windows color (decimal): -8167774 or 10641027. OLE color: 10641027.

HSL color Cylindrical-coordinate representation of color #835EA2: hue angle of 272.65º 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 #835EA2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13194162-
CMYK0.190.4200.36
HSL272.65º26.77%50.2%-
HSV(B)272.65º41.98%63.53%-
XYZ19.8815.4436.11-
YUV112.82155.76140.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=33.85%
G=24.29%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131941620.190.4200.36272.6526.7750.2
Hex835EA2132A0241111b32
Octal20313624223520444213362
Binary1000001110111101010001010011101010010010010001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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