#84609D

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

Shades of Ce Soir #84609D

Tints of Ce Soir #84609D

Color information

#84609D (or 0x84609D) is unknown color: approx Ce Soir. HEX triplet: 84, 60 and 9D. RGB value is (132,96,157). Sum of RGB (Red+Green+Blue) = 132+96+157=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #84609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84609D is #7B9F62. Grayscale: #717171. Windows color (decimal): -8101731 or 10313860. OLE color: 10313860.

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

Color convert

RGB13296157-
CMYK0.160.3900.38
HSL275.41º24.11%49.61%-
HSV(B)275.41º38.85%61.57%-
XYZ19.7815.7133.89-
YUV113.72152.43141.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=34.29%
G=24.94%
B=40.78%

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
Decimal132961570.160.3900.38275.4124.1149.61
Hex84609D10270261131832
Octal20414023520470464233062
Binary1000010011000001001110110000100111010011010001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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