#82649A

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

Shades of Ce Soir #82649A

Tints of Ce Soir #82649A

Color information

#82649A (or 0x82649A) is unknown color: approx Ce Soir. HEX triplet: 82, 64 and 9A. RGB value is (130,100,154). Sum of RGB (Red+Green+Blue) = 130+100+154=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #82649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649A is #7D9B65. Grayscale: #727272. Windows color (decimal): -8231782 or 10118274. OLE color: 10118274.

HSL color Cylindrical-coordinate representation of color #82649A: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82649A is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130100154-
CMYK0.160.3500.40
HSL273.33º21.26%49.8%-
HSV(B)273.33º35.06%60.39%-
XYZ19.616.1932.66-
YUV115.13149.94138.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=33.85%
G=26.04%
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.40
SystemRedGreenBlueCMYKHSL
Decimal1301001540.160.3500.40273.3321.2649.8
Hex82649A10230281111532
Octal20214423220430504212562
Binary1000001011001001001101010000100011010100010001000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82649A; }

 p { color: rgb(130,100,154); }

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

<style>
 a { background-color: #82649A; }

 a { background-color: rgb(130,100,154); }

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

<style>
 span { border-color: #82649A; }

 span { border-color: rgb(130,100,154); }

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