#90749C

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

Shades of Ce Soir #90749C

Tints of Ce Soir #90749C

Color information

#90749C (or 0x90749C) is unknown color: approx Ce Soir. HEX triplet: 90, 74 and 9C. RGB value is (144,116,156). Sum of RGB (Red+Green+Blue) = 144+116+156=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #90749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90749C is #6F8B63. Grayscale: #808080. Windows color (decimal): -7310180 or 10253456. OLE color: 10253456.

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

Color convert

RGB144116156-
CMYK0.080.2600.39
HSL282º16.81%53.33%-
HSV(B)282º25.64%61.18%-
XYZ23.7520.8234.22-
YUV128.93143.28138.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=34.62%
G=27.88%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441161560.080.2600.3928216.8153.33
Hex90749C81A02711a1135
Octal22016423410320474322165
Binary10010000111010010011100100011010010011110001101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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