#906A99

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

Shades of Ce Soir #906A99

Tints of Ce Soir #906A99

Color information

#906A99 (or 0x906A99) is unknown color: approx Ce Soir. HEX triplet: 90, 6A and 99. RGB value is (144,106,153). Sum of RGB (Red+Green+Blue) = 144+106+153=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #906A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A99 is #6F9566. Grayscale: #7A7A7A. Windows color (decimal): -7312743 or 10054288. OLE color: 10054288.

HSL color Cylindrical-coordinate representation of color #906A99: hue angle of 288.51º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906A99 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144106153-
CMYK0.060.3100.4
HSL288.51º18.73%50.78%-
HSV(B)288.51º30.72%60%-
XYZ22.4118.5432.53-
YUV122.72145.09143.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=35.73%
G=26.30%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441061530.060.3100.4288.5118.7350.78
Hex906A9961F0281211333
Octal2201522316370504412363
Binary1001000011010101001100111011111010100010010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,106,153); }

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

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

 a { background-color: rgb(144,106,153); }

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

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

 span { border-color: rgb(144,106,153); }

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