#846993

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

Shades of Ce Soir #846993

Tints of Ce Soir #846993

Color information

#846993 (or 0x846993) is unknown color: approx Ce Soir. HEX triplet: 84, 69 and 93. RGB value is (132,105,147). Sum of RGB (Red+Green+Blue) = 132+105+147=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #846993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846993 is #7B966C. Grayscale: #757575. Windows color (decimal): -8099437 or 9660804. OLE color: 9660804.

HSL color Cylindrical-coordinate representation of color #846993: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846993 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132105147-
CMYK0.100.2900.42
HSL278.57º16.67%49.41%-
HSV(B)278.57º28.57%57.65%-
XYZ19.8317.1229.86-
YUV117.86144.45138.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=34.38%
G=27.34%
B=38.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321051470.100.2900.42278.5716.6749.41
Hex846993A1D02A1171131
Octal20415122312350524272161
Binary10000100110100110010011101011101010101010001011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846993; }

 p { color: rgb(132,105,147); }

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

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

 a { background-color: rgb(132,105,147); }

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

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

 span { border-color: rgb(132,105,147); }

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