#90639F

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

Shades of Ce Soir #90639F

Tints of Ce Soir #90639F

Color information

#90639F (or 0x90639F) is unknown color: approx Ce Soir. HEX triplet: 90, 63 and 9F. RGB value is (144,99,159). Sum of RGB (Red+Green+Blue) = 144+99+159=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #90639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90639F is #6F9C60. Grayscale: #777777. Windows color (decimal): -7314529 or 10445712. OLE color: 10445712.

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

Color convert

RGB14499159-
CMYK0.090.3800.38
HSL285º23.81%50.59%-
HSV(B)285º37.74%62.35%-
XYZ22.2217.3634.98-
YUV119.3150.41145.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=35.82%
G=24.63%
B=39.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144991590.090.3800.3828523.8150.59
Hex90639F92602611d1833
Octal22014323711460464353063
Binary100100001100011100111111001100110010011010001110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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