#845B9E

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

Shades of Ce Soir #845B9E

Tints of Ce Soir #845B9E

Color information

#845B9E (or 0x845B9E) is unknown color: approx Ce Soir. HEX triplet: 84, 5B and 9E. RGB value is (132,91,158). Sum of RGB (Red+Green+Blue) = 132+91+158=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #845B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845B9E is #7BA461. Grayscale: #6E6E6E. Windows color (decimal): -8103010 or 10378116. OLE color: 10378116.

HSL color Cylindrical-coordinate representation of color #845B9E: hue angle of 276.72º 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 #845B9E is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13291158-
CMYK0.160.4200.38
HSL276.72º26.91%48.82%-
HSV(B)276.72º42.41%61.96%-
XYZ19.4314.8634.19-
YUV110.9154.58143.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=34.65%
G=23.88%
B=41.47%

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
Decimal132911580.160.4200.38276.7226.9148.82
Hex845B9E102A0261151b31
Octal20413323620520464253361
Binary1000010010110111001111010000101010010011010001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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