#90699F

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

Shades of Ce Soir #90699F

Tints of Ce Soir #90699F

Color information

#90699F (or 0x90699F) is unknown color: approx Ce Soir. HEX triplet: 90, 69 and 9F. RGB value is (144,105,159). Sum of RGB (Red+Green+Blue) = 144+105+159=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #90699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90699F is #6F9660. Grayscale: #7A7A7A. Windows color (decimal): -7312993 or 10447248. OLE color: 10447248.

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

Color convert

RGB144105159-
CMYK0.090.3400.38
HSL283.33º21.95%51.76%-
HSV(B)283.33º33.96%62.35%-
XYZ22.8118.5435.18-
YUV122.82148.42143.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.29%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=35.29%
G=25.74%
B=38.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441051590.090.3400.38283.3321.9551.76
Hex90699F92202611b1634
Octal22015123711420464332664
Binary100100001101001100111111001100010010011010001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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