#90759E

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

Shades of Ce Soir #90759E

Tints of Ce Soir #90759E

Color information

#90759E (or 0x90759E) is unknown color: approx Ce Soir. HEX triplet: 90, 75 and 9E. RGB value is (144,117,158). Sum of RGB (Red+Green+Blue) = 144+117+158=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #90759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90759E is #6F8A61. Grayscale: #818181. Windows color (decimal): -7309922 or 10384784. OLE color: 10384784.

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

Color convert

RGB144117158-
CMYK0.090.2600.38
HSL279.51º17.45%53.92%-
HSV(B)279.51º25.95%61.96%-
XYZ24.0321.1235.16-
YUV129.75143.95138.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=34.37%
G=27.92%
B=37.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441171580.090.2600.38279.5117.4553.92
Hex90759E91A0261181136
Octal22016523611320464302166
Binary10010000111010110011110100111010010011010001100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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