#90609E

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

Shades of Ce Soir #90609E

Tints of Ce Soir #90609E

Color information

#90609E (or 0x90609E) is unknown color: approx Ce Soir. HEX triplet: 90, 60 and 9E. RGB value is (144,96,158). Sum of RGB (Red+Green+Blue) = 144+96+158=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #90609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90609E is #6F9F61. Grayscale: #757575. Windows color (decimal): -7315298 or 10379408. OLE color: 10379408.

HSL color Cylindrical-coordinate representation of color #90609E: hue angle of 286.45º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90609E is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14496158-
CMYK0.090.3900.38
HSL286.45º24.41%49.8%-
HSV(B)286.45º39.24%61.96%-
XYZ21.8616.7634.43-
YUV117.42150.9146.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=36.18%
G=24.12%
B=39.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144961580.090.3900.38286.4524.4149.8
Hex90609E92702611e1832
Octal22014023611470464363062
Binary100100001100000100111101001100111010011010001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90609E; }

 p { color: rgb(144,96,158); }

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

<style>
 a { background-color: #90609E; }

 a { background-color: rgb(144,96,158); }

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

<style>
 span { border-color: #90609E; }

 span { border-color: rgb(144,96,158); }

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