#906D98

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

Shades of Ce Soir #906D98

Tints of Ce Soir #906D98

Color information

#906D98 (or 0x906D98) is unknown color: approx Ce Soir. HEX triplet: 90, 6D and 98. RGB value is (144,109,152). Sum of RGB (Red+Green+Blue) = 144+109+152=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #906D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D98 is #6F9267. Grayscale: #7C7C7C. Windows color (decimal): -7311976 or 9989520. OLE color: 9989520.

HSL color Cylindrical-coordinate representation of color #906D98: hue angle of 288.84º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906D98 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144109152-
CMYK0.050.2800.40
HSL288.84º17.27%51.18%-
HSV(B)288.84º28.29%59.61%-
XYZ22.6419.1332.21-
YUV124.37143.6142-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=35.56%
G=26.91%
B=37.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441091520.050.2800.40288.8417.2751.18
Hex906D9851C0281211133
Octal2201552305340504412163
Binary1001000011011011001100010111100010100010010000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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