#845F99

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

Shades of Ce Soir #845F99

Tints of Ce Soir #845F99

Color information

#845F99 (or 0x845F99) is unknown color: approx Ce Soir. HEX triplet: 84, 5F and 99. RGB value is (132,95,153). Sum of RGB (Red+Green+Blue) = 132+95+153=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #845F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F99 is #7BA066. Grayscale: #707070. Windows color (decimal): -8101991 or 10051460. OLE color: 10051460.

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

Color convert

RGB13295153-
CMYK0.140.3800.4
HSL278.28º23.39%48.63%-
HSV(B)278.28º37.91%60%-
XYZ19.3615.3932.09-
YUV112.67150.76141.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=34.74%
G=25%
B=40.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132951530.140.3800.4278.2823.3948.63
Hex845F99E260281161731
Octal20413723116460504262761
Binary100001001011111100110011110100110010100010001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845F99; }

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

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

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

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

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

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

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

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