#845F9C

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

Shades of Ce Soir #845F9C

Tints of Ce Soir #845F9C

Color information

#845F9C (or 0x845F9C) is unknown color: approx Ce Soir. HEX triplet: 84, 5F and 9C. RGB value is (132,95,156). Sum of RGB (Red+Green+Blue) = 132+95+156=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #845F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F9C is #7BA063. Grayscale: #707070. Windows color (decimal): -8101988 or 10248068. OLE color: 10248068.

HSL color Cylindrical-coordinate representation of color #845F9C: hue angle of 276.39º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845F9C is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13295156-
CMYK0.150.3900.39
HSL276.39º24.3%49.22%-
HSV(B)276.39º39.1%61.18%-
XYZ19.6115.4933.41-
YUV113.02152.26141.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=34.46%
G=24.80%
B=40.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132951560.150.3900.39276.3924.349.22
Hex845F9CF270271141831
Octal20413723417470474243061
Binary100001001011111100111001111100111010011110001010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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