#83669C

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

Shades of Ce Soir #83669C

Tints of Ce Soir #83669C

Color information

#83669C (or 0x83669C) is unknown color: approx Ce Soir. HEX triplet: 83, 66 and 9C. RGB value is (131,102,156). Sum of RGB (Red+Green+Blue) = 131+102+156=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #83669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83669C is #7C9963. Grayscale: #747474. Windows color (decimal): -8165732 or 10249859. OLE color: 10249859.

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

Color convert

RGB131102156-
CMYK0.160.3500.39
HSL272.22º21.43%50.59%-
HSV(B)272.22º34.62%61.18%-
XYZ20.1116.7333.62-
YUV116.83150.11138.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=33.68%
G=26.22%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311021560.160.3500.39272.2221.4350.59
Hex83669C10230271101533
Octal20314623420430474202563
Binary1000001111001101001110010000100011010011110001000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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