#83669B

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

Shades of Ce Soir #83669B

Tints of Ce Soir #83669B

Color information

#83669B (or 0x83669B) is unknown color: approx Ce Soir. HEX triplet: 83, 66 and 9B. RGB value is (131,102,155). Sum of RGB (Red+Green+Blue) = 131+102+155=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #83669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83669B is #7C9964. Grayscale: #747474. Windows color (decimal): -8165733 or 10184323. OLE color: 10184323.

HSL color Cylindrical-coordinate representation of color #83669B: hue angle of 272.83º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83669B is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131102155-
CMYK0.150.3400.39
HSL272.83º20.95%50.39%-
HSV(B)272.83º34.19%60.78%-
XYZ20.0316.6933.18-
YUV116.71149.61138.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=33.76%
G=26.29%
B=39.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311021550.150.3400.39272.8320.9550.39
Hex83669BF220271111532
Octal20314623317420474212562
Binary100000111100110100110111111100010010011110001000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83669B; }

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

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

<style>
 a { background-color: #83669B; }

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

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

<style>
 span { border-color: #83669B; }

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

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