#84609E

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

Shades of Ce Soir #84609E

Tints of Ce Soir #84609E

Color information

#84609E (or 0x84609E) is unknown color: approx Ce Soir. HEX triplet: 84, 60 and 9E. RGB value is (132,96,158). Sum of RGB (Red+Green+Blue) = 132+96+158=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #84609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84609E is #7B9F61. Grayscale: #717171. Windows color (decimal): -8101730 or 10379396. OLE color: 10379396.

HSL color Cylindrical-coordinate representation of color #84609E: hue angle of 274.84º 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 #84609E is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13296158-
CMYK0.160.3900.38
HSL274.84º24.41%49.8%-
HSV(B)274.84º39.24%61.96%-
XYZ19.8715.7434.34-
YUV113.83152.93140.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=34.20%
G=24.87%
B=40.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132961580.160.3900.38274.8424.4149.8
Hex84609E10270261131832
Octal20414023620470464233062
Binary1000010011000001001111010000100111010011010001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,96,158); }

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

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

 a { background-color: rgb(132,96,158); }

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

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

 span { border-color: rgb(132,96,158); }

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