#906EAE

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

Shades of Ce Soir #906EAE

Tints of Ce Soir #906EAE

Color information

#906EAE (or 0x906EAE) is unknown color: approx Ce Soir. HEX triplet: 90, 6E and AE. RGB value is (144,110,174). Sum of RGB (Red+Green+Blue) = 144+110+174=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #906EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAE is #6F9151. Grayscale: #7F7F7F. Windows color (decimal): -7311698 or 11431568. OLE color: 11431568.

HSL color Cylindrical-coordinate representation of color #906EAE: hue angle of 271.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906EAE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144110174-
CMYK0.170.3700.32
HSL271.88º28.32%55.69%-
HSV(B)271.88º36.78%68.24%-
XYZ24.7220.1442.63-
YUV127.46154.26139.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=33.64%
G=25.70%
B=40.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441101740.170.3700.32271.8828.3255.69
Hex906EAE11250201101c38
Octal22015625621450404203470
Binary1001000011011101010111010001100101010000010001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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