#845D9B

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

Shades of Ce Soir #845D9B

Tints of Ce Soir #845D9B

Color information

#845D9B (or 0x845D9B) is unknown color: approx Ce Soir. HEX triplet: 84, 5D and 9B. RGB value is (132,93,155). Sum of RGB (Red+Green+Blue) = 132+93+155=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #845D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D9B is #7BA264. Grayscale: #6F6F6F. Windows color (decimal): -8102501 or 10182020. OLE color: 10182020.

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

Color convert

RGB13293155-
CMYK0.150.400.39
HSL277.74º25%48.63%-
HSV(B)277.74º40%60.78%-
XYZ19.3515.132.91-
YUV111.73152.42142.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=34.74%
G=24.47%
B=40.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132931550.150.400.39277.742548.63
Hex845D9BF280271161931
Octal20413523317500474263161
Binary100001001011101100110111111101000010011110001011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,93,155); }

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

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

 a { background-color: rgb(132,93,155); }

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

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

 span { border-color: rgb(132,93,155); }

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