#90749E

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

Shades of Ce Soir #90749E

Tints of Ce Soir #90749E

Color information

#90749E (or 0x90749E) is unknown color: approx Ce Soir. HEX triplet: 90, 74 and 9E. RGB value is (144,116,158). Sum of RGB (Red+Green+Blue) = 144+116+158=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #90749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90749E is #6F8B61. Grayscale: #818181. Windows color (decimal): -7310178 or 10384528. OLE color: 10384528.

HSL color Cylindrical-coordinate representation of color #90749E: hue angle of 280º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90749E is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144116158-
CMYK0.090.2700.38
HSL280º17.8%53.73%-
HSV(B)280º26.58%61.96%-
XYZ23.9220.8935.12-
YUV129.16144.28138.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=34.45%
G=27.75%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441161580.090.2700.3828017.853.73
Hex90749E91B0261181236
Octal22016423611330464302266
Binary10010000111010010011110100111011010011010001100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90749E; }

 p { color: rgb(144,116,158); }

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

<style>
 a { background-color: #90749E; }

 a { background-color: rgb(144,116,158); }

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

<style>
 span { border-color: #90749E; }

 span { border-color: rgb(144,116,158); }

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