#90699A

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

Shades of Ce Soir #90699A

Tints of Ce Soir #90699A

Color information

#90699A (or 0x90699A) is unknown color: approx Ce Soir. HEX triplet: 90, 69 and 9A. RGB value is (144,105,154). Sum of RGB (Red+Green+Blue) = 144+105+154=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #90699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90699A is #6F9665. Grayscale: #7A7A7A. Windows color (decimal): -7312998 or 10119568. OLE color: 10119568.

HSL color Cylindrical-coordinate representation of color #90699A: hue angle of 287.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90699A is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144105154-
CMYK0.060.3200.40
HSL287.76º19.52%50.78%-
HSV(B)287.76º31.82%60.39%-
XYZ22.3918.3732.94-
YUV122.25145.92143.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=35.73%
G=26.05%
B=38.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441051540.060.3200.40287.7619.5250.78
Hex90699A6200281201433
Octal2201512326400504402463
Binary10010000110100110011010110100000010100010010000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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