#82619E

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

Shades of Ce Soir #82619E

Tints of Ce Soir #82619E

Color information

#82619E (or 0x82619E) is unknown color: approx Ce Soir. HEX triplet: 82, 61 and 9E. RGB value is (130,97,158). Sum of RGB (Red+Green+Blue) = 130+97+158=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #82619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82619E is #7D9E61. Grayscale: #717171. Windows color (decimal): -8232546 or 10379650. OLE color: 10379650.

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

Color convert

RGB13097158-
CMYK0.180.3900.38
HSL272.46º23.92%50%-
HSV(B)272.46º38.61%61.96%-
XYZ19.6515.7634.35-
YUV113.82152.93139.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=33.77%
G=25.19%
B=41.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130971580.180.3900.38272.4623.9250
Hex82619E12270261101832
Octal20214123622470464203062
Binary1000001011000011001111010010100111010011010001000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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