#906D99

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

Shades of Ce Soir #906D99

Tints of Ce Soir #906D99

Color information

#906D99 (or 0x906D99) is unknown color: approx Ce Soir. HEX triplet: 90, 6D and 99. RGB value is (144,109,153). Sum of RGB (Red+Green+Blue) = 144+109+153=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #906D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D99 is #6F9266. Grayscale: #7C7C7C. Windows color (decimal): -7311975 or 10055056. OLE color: 10055056.

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

Color convert

RGB144109153-
CMYK0.060.2900.4
HSL287.73º17.74%51.37%-
HSV(B)287.73º28.76%60%-
XYZ22.7219.1732.64-
YUV124.48144.1141.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=35.47%
G=26.85%
B=37.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441091530.060.2900.4287.7317.7451.37
Hex906D9961D0281201233
Octal2201552316350504402263
Binary1001000011011011001100111011101010100010010000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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