#906EAA

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

Shades of Ce Soir #906EAA

Tints of Ce Soir #906EAA

Color information

#906EAA (or 0x906EAA) is unknown color: approx Ce Soir. HEX triplet: 90, 6E and AA. RGB value is (144,110,170). Sum of RGB (Red+Green+Blue) = 144+110+170=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #906EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAA is #6F9155. Grayscale: #7E7E7E. Windows color (decimal): -7311702 or 11169424. OLE color: 11169424.

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

Color convert

RGB144110170-
CMYK0.150.3500.33
HSL274º26.09%54.9%-
HSV(B)274º35.29%66.67%-
XYZ24.3319.9840.6-
YUV127.01152.26140.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=33.96%
G=25.94%
B=40.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441101700.150.3500.3327426.0954.9
Hex906EAAF230211121a37
Octal22015625217430414223267
Binary100100001101110101010101111100011010000110001001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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