#82619C

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

Shades of Ce Soir #82619C

Tints of Ce Soir #82619C

Color information

#82619C (or 0x82619C) is unknown color: approx Ce Soir. HEX triplet: 82, 61 and 9C. RGB value is (130,97,156). Sum of RGB (Red+Green+Blue) = 130+97+156=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #82619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82619C is #7D9E63. Grayscale: #717171. Windows color (decimal): -8232548 or 10248578. OLE color: 10248578.

HSL color Cylindrical-coordinate representation of color #82619C: hue angle of 273.56º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82619C is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13097156-
CMYK0.170.3800.39
HSL273.56º23.32%49.61%-
HSV(B)273.56º37.82%61.18%-
XYZ19.4815.733.46-
YUV113.59151.93139.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=33.94%
G=25.33%
B=40.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130971560.170.3800.39273.5623.3249.61
Hex82619C11260271121732
Octal20214123421460474222762
Binary1000001011000011001110010001100110010011110001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,97,156); }

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

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

 a { background-color: rgb(130,97,156); }

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

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

 span { border-color: rgb(130,97,156); }

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