#82639B

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

Shades of Ce Soir #82639B

Tints of Ce Soir #82639B

Color information

#82639B (or 0x82639B) is unknown color: approx Ce Soir. HEX triplet: 82, 63 and 9B. RGB value is (130,99,155). Sum of RGB (Red+Green+Blue) = 130+99+155=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #82639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82639B is #7D9C64. Grayscale: #727272. Windows color (decimal): -8232037 or 10183554. OLE color: 10183554.

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

Color convert

RGB13099155-
CMYK0.160.3600.39
HSL273.21º22.05%49.8%-
HSV(B)273.21º36.13%60.78%-
XYZ19.5816.0433.07-
YUV114.65150.77138.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=33.85%
G=25.78%
B=40.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130991550.160.3600.39273.2122.0549.8
Hex82639B10240271111632
Octal20214323320440474212662
Binary1000001011000111001101110000100100010011110001000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,99,155); }

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

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

 a { background-color: rgb(130,99,155); }

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

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

 span { border-color: rgb(130,99,155); }

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