#9769AE

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

Shades of Ce Soir #9769AE

Tints of Ce Soir #9769AE

Color information

#9769AE (or 0x9769AE) is unknown color: approx Ce Soir. HEX triplet: 97, 69 and AE. RGB value is (151,105,174). Sum of RGB (Red+Green+Blue) = 151+105+174=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #9769AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9769AE is #689651. Grayscale: #7E7E7E. Windows color (decimal): -6854226 or 11430295. OLE color: 11430295.

HSL color Cylindrical-coordinate representation of color #9769AE: hue angle of 280º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9769AE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151105174-
CMYK0.130.4000.32
HSL280º29.87%54.71%-
HSV(B)280º39.66%68.24%-
XYZ25.4519.7442.51-
YUV126.62154.74145.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=35.12%
G=24.42%
B=40.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511051740.130.4000.3228029.8754.71
Hex9769AED280201181e37
Octal22715125615500404303667
Binary100101111101001101011101101101000010000010001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9769AE; }

 p { color: rgb(151,105,174); }

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

<style>
 a { background-color: #9769AE; }

 a { background-color: rgb(151,105,174); }

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

<style>
 span { border-color: #9769AE; }

 span { border-color: rgb(151,105,174); }

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