#83609D

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

Shades of Ce Soir #83609D

Tints of Ce Soir #83609D

Color information

#83609D (or 0x83609D) is unknown color: approx Ce Soir. HEX triplet: 83, 60 and 9D. RGB value is (131,96,157). Sum of RGB (Red+Green+Blue) = 131+96+157=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #83609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83609D is #7C9F62. Grayscale: #717171. Windows color (decimal): -8167267 or 10313859. OLE color: 10313859.

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

Color convert

RGB13196157-
CMYK0.170.3900.38
HSL274.43º24.11%49.61%-
HSV(B)274.43º38.85%61.57%-
XYZ19.6315.6333.88-
YUV113.42152.6140.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=34.11%
G=25%
B=40.89%

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
Decimal131961570.170.3900.38274.4324.1149.61
Hex83609D11270261121832
Octal20314023521470464223062
Binary1000001111000001001110110001100111010011010001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83609D; }

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

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

<style>
 a { background-color: #83609D; }

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

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

<style>
 span { border-color: #83609D; }

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

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