#846099

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

Shades of Ce Soir #846099

Tints of Ce Soir #846099

Color information

#846099 (or 0x846099) is unknown color: approx Ce Soir. HEX triplet: 84, 60 and 99. RGB value is (132,96,153). Sum of RGB (Red+Green+Blue) = 132+96+153=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #846099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846099 is #7B9F66. Grayscale: #717171. Windows color (decimal): -8101735 or 10051716. OLE color: 10051716.

HSL color Cylindrical-coordinate representation of color #846099: hue angle of 277.89º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #846099 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13296153-
CMYK0.140.3700.4
HSL277.89º22.89%48.82%-
HSV(B)277.89º37.25%60%-
XYZ19.4515.5732.12-
YUV113.26150.43141.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=34.65%
G=25.20%
B=40.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132961530.140.3700.4277.8922.8948.82
Hex846099E250281161731
Octal20414023116450504262761
Binary100001001100000100110011110100101010100010001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846099; }

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

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

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

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

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

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

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

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