#84619D

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

Shades of Ce Soir #84619D

Tints of Ce Soir #84619D

Color information

#84619D (or 0x84619D) is unknown color: approx Ce Soir. HEX triplet: 84, 61 and 9D. RGB value is (132,97,157). Sum of RGB (Red+Green+Blue) = 132+97+157=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #84619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84619D is #7B9E62. Grayscale: #727272. Windows color (decimal): -8101475 or 10314116. OLE color: 10314116.

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

Color convert

RGB13297157-
CMYK0.160.3800.38
HSL275º23.62%49.8%-
HSV(B)275º38.22%61.57%-
XYZ19.8815.8933.92-
YUV114.3152.1140.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=34.20%
G=25.13%
B=40.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132971570.160.3800.3827523.6249.8
Hex84619D10260261131832
Octal20414123520460464233062
Binary1000010011000011001110110000100110010011010001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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