#845B9D

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

Shades of Ce Soir #845B9D

Tints of Ce Soir #845B9D

Color information

#845B9D (or 0x845B9D) is unknown color: approx Ce Soir. HEX triplet: 84, 5B and 9D. RGB value is (132,91,157). Sum of RGB (Red+Green+Blue) = 132+91+157=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #845B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845B9D is #7BA462. Grayscale: #6E6E6E. Windows color (decimal): -8103011 or 10312580. OLE color: 10312580.

HSL color Cylindrical-coordinate representation of color #845B9D: hue angle of 277.27º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845B9D is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13291157-
CMYK0.160.4200.38
HSL277.27º26.61%48.63%-
HSV(B)277.27º42.04%61.57%-
XYZ19.3414.8233.74-
YUV110.78154.08143.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=34.74%
G=23.95%
B=41.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132911570.160.4200.38277.2726.6148.63
Hex845B9D102A0261151b31
Octal20413323520520464253361
Binary1000010010110111001110110000101010010011010001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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