#90709C

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

Shades of Ce Soir #90709C

Tints of Ce Soir #90709C

Color information

#90709C (or 0x90709C) is unknown color: approx Ce Soir. HEX triplet: 90, 70 and 9C. RGB value is (144,112,156). Sum of RGB (Red+Green+Blue) = 144+112+156=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #90709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90709C is #6F8F63. Grayscale: #7E7E7E. Windows color (decimal): -7311204 or 10252432. OLE color: 10252432.

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

Color convert

RGB144112156-
CMYK0.080.2800.39
HSL283.64º18.18%52.55%-
HSV(B)283.64º28.21%61.18%-
XYZ23.319.9234.07-
YUV126.58144.6140.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=34.95%
G=27.18%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441121560.080.2800.39283.6418.1852.55
Hex90709C81C02711c1235
Octal22016023410340474342265
Binary10010000111000010011100100011100010011110001110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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