#835F9D

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

Shades of Ce Soir #835F9D

Tints of Ce Soir #835F9D

Color information

#835F9D (or 0x835F9D) is unknown color: approx Ce Soir. HEX triplet: 83, 5F and 9D. RGB value is (131,95,157). Sum of RGB (Red+Green+Blue) = 131+95+157=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #835F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F9D is #7CA062. Grayscale: #707070. Windows color (decimal): -8167523 or 10313603. OLE color: 10313603.

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

Color convert

RGB13195157-
CMYK0.170.3900.38
HSL274.84º24.6%49.41%-
HSV(B)274.84º39.49%61.57%-
XYZ19.5415.4433.85-
YUV112.83152.93140.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=34.20%
G=24.80%
B=40.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131951570.170.3900.38274.8424.649.41
Hex835F9D11270261131931
Octal20313723521470464233161
Binary1000001110111111001110110001100111010011010001001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,95,157); }

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

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

 a { background-color: rgb(131,95,157); }

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

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

 span { border-color: rgb(131,95,157); }

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