#90739F

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

Shades of Ce Soir #90739F

Tints of Ce Soir #90739F

Color information

#90739F (or 0x90739F) is unknown color: approx Ce Soir. HEX triplet: 90, 73 and 9F. RGB value is (144,115,159). Sum of RGB (Red+Green+Blue) = 144+115+159=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #90739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90739F is #6F8C60. Grayscale: #808080. Windows color (decimal): -7310433 or 10449808. OLE color: 10449808.

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

Color convert

RGB144115159-
CMYK0.090.2800.38
HSL279.55º18.64%53.73%-
HSV(B)279.55º27.67%62.35%-
XYZ23.8920.6935.54-
YUV128.69145.11138.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=34.45%
G=27.51%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441151590.090.2800.38279.5518.6453.73
Hex90739F91C0261181336
Octal22016323711340464302366
Binary10010000111001110011111100111100010011010001100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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