#84619B

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

Shades of Ce Soir #84619B

Tints of Ce Soir #84619B

Color information

#84619B (or 0x84619B) is unknown color: approx Ce Soir. HEX triplet: 84, 61 and 9B. RGB value is (132,97,155). Sum of RGB (Red+Green+Blue) = 132+97+155=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 97 (38.28% from 255 or 25.26% 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 #84619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84619B is #7B9E64. Grayscale: #717171. Windows color (decimal): -8101477 or 10183044. OLE color: 10183044.

HSL color Cylindrical-coordinate representation of color #84619B: hue angle of 276.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84619B is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13297155-
CMYK0.150.3700.39
HSL276.21º23.02%49.41%-
HSV(B)276.21º37.42%60.78%-
XYZ19.7115.8233.03-
YUV114.08151.1140.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=34.38%
G=25.26%
B=40.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132971550.150.3700.39276.2123.0249.41
Hex84619BF250271141731
Octal20414123317450474242761
Binary100001001100001100110111111100101010011110001010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,97,155); }

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

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

 a { background-color: rgb(132,97,155); }

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

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

 span { border-color: rgb(132,97,155); }

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