#90759C

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

Shades of Ce Soir #90759C

Tints of Ce Soir #90759C

Color information

#90759C (or 0x90759C) is unknown color: approx Ce Soir. HEX triplet: 90, 75 and 9C. RGB value is (144,117,156). Sum of RGB (Red+Green+Blue) = 144+117+156=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #90759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90759C is #6F8A63. Grayscale: #818181. Windows color (decimal): -7309924 or 10253712. OLE color: 10253712.

HSL color Cylindrical-coordinate representation of color #90759C: hue angle of 281.54º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90759C is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144117156-
CMYK0.080.2500.39
HSL281.54º16.46%53.53%-
HSV(B)281.54º25%61.18%-
XYZ23.8621.0534.26-
YUV129.52142.95138.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=34.53%
G=28.06%
B=37.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441171560.080.2500.39281.5416.4653.53
Hex90759C81902711a1036
Octal22016523410310474322066
Binary10010000111010110011100100011001010011110001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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