#82629A

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

Shades of Ce Soir #82629A

Tints of Ce Soir #82629A

Color information

#82629A (or 0x82629A) is unknown color: approx Ce Soir. HEX triplet: 82, 62 and 9A. RGB value is (130,98,154). Sum of RGB (Red+Green+Blue) = 130+98+154=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #82629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82629A is #7D9D65. Grayscale: #717171. Windows color (decimal): -8232294 or 10117762. OLE color: 10117762.

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

Color convert

RGB13098154-
CMYK0.160.3600.40
HSL274.29º22.22%49.41%-
HSV(B)274.29º36.36%60.39%-
XYZ19.4115.8132.6-
YUV113.95150.6139.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=34.03%
G=25.65%
B=40.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130981540.160.3600.40274.2922.2249.41
Hex82629A10240281121631
Octal20214223220440504222661
Binary1000001011000101001101010000100100010100010001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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