#90629F

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

Shades of Ce Soir #90629F

Tints of Ce Soir #90629F

Color information

#90629F (or 0x90629F) is unknown color: approx Ce Soir. HEX triplet: 90, 62 and 9F. RGB value is (144,98,159). Sum of RGB (Red+Green+Blue) = 144+98+159=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #90629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90629F is #6F9D60. Grayscale: #767676. Windows color (decimal): -7314785 or 10445456. OLE color: 10445456.

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

Color convert

RGB14498159-
CMYK0.090.3800.38
HSL285.25º24.11%50.39%-
HSV(B)285.25º38.36%62.35%-
XYZ22.1317.1734.95-
YUV118.71150.74146.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=35.91%
G=24.44%
B=39.65%

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
Decimal144981590.090.3800.38285.2524.1150.39
Hex90629F92602611d1832
Octal22014223711460464353062
Binary100100001100010100111111001100110010011010001110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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