#90759F

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

Shades of Ce Soir #90759F

Tints of Ce Soir #90759F

Color information

#90759F (or 0x90759F) is unknown color: approx Ce Soir. HEX triplet: 90, 75 and 9F. RGB value is (144,117,159). Sum of RGB (Red+Green+Blue) = 144+117+159=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #90759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90759F is #6F8A60. Grayscale: #818181. Windows color (decimal): -7309921 or 10450320. OLE color: 10450320.

HSL color Cylindrical-coordinate representation of color #90759F: hue angle of 278.57º degrees, saturation: 0.18, 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 #90759F is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144117159-
CMYK0.090.2600.38
HSL278.57º17.95%54.12%-
HSV(B)278.57º26.42%62.35%-
XYZ24.1221.1635.61-
YUV129.86144.45138.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=34.29%
G=27.86%
B=37.86%

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
Decimal1441171590.090.2600.38278.5717.9554.12
Hex90759F91A0261171236
Octal22016523711320464272266
Binary10010000111010110011111100111010010011010001011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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