#835D9B

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

Shades of Ce Soir #835D9B

Tints of Ce Soir #835D9B

Color information

#835D9B (or 0x835D9B) is unknown color: approx Ce Soir. HEX triplet: 83, 5D and 9B. RGB value is (131,93,155). Sum of RGB (Red+Green+Blue) = 131+93+155=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #835D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D9B is #7CA264. Grayscale: #6F6F6F. Windows color (decimal): -8168037 or 10182019. OLE color: 10182019.

HSL color Cylindrical-coordinate representation of color #835D9B: hue angle of 276.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835D9B is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13193155-
CMYK0.150.400.39
HSL276.77º25%48.63%-
HSV(B)276.77º40%60.78%-
XYZ19.1915.0232.9-
YUV111.43152.59141.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=34.56%
G=24.54%
B=40.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131931550.150.400.39276.772548.63
Hex835D9BF280271151931
Octal20313523317500474253161
Binary100000111011101100110111111101000010011110001010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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