#906EA9

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

Shades of Ce Soir #906EA9

Tints of Ce Soir #906EA9

Color information

#906EA9 (or 0x906EA9) is unknown color: approx Ce Soir. HEX triplet: 90, 6E and A9. RGB value is (144,110,169). Sum of RGB (Red+Green+Blue) = 144+110+169=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #906EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EA9 is #6F9156. Grayscale: #7E7E7E. Windows color (decimal): -7311703 or 11103888. OLE color: 11103888.

HSL color Cylindrical-coordinate representation of color #906EA9: hue angle of 274.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #906EA9 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB144110169-
CMYK0.150.3500.34
HSL274.58º25.54%54.71%-
HSV(B)274.58º34.91%66.27%-
XYZ24.2419.9540.11-
YUV126.89151.76140.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=34.04%
G=26.00%
B=39.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441101690.150.3500.34274.5825.5454.71
Hex906EA9F230221131a37
Octal22015625117430424233267
Binary100100001101110101010011111100011010001010001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906EA9; }

 p { color: rgb(144,110,169); }

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

<style>
 a { background-color: #906EA9; }

 a { background-color: rgb(144,110,169); }

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

<style>
 span { border-color: #906EA9; }

 span { border-color: rgb(144,110,169); }

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