#9769AA

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

Shades of Ce Soir #9769AA

Tints of Ce Soir #9769AA

Color information

#9769AA (or 0x9769AA) is unknown color: approx Ce Soir. HEX triplet: 97, 69 and AA. RGB value is (151,105,170). Sum of RGB (Red+Green+Blue) = 151+105+170=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #9769AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9769AA is #689655. Grayscale: #7D7D7D. Windows color (decimal): -6854230 or 11168151. OLE color: 11168151.

HSL color Cylindrical-coordinate representation of color #9769AA: hue angle of 282.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9769AA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151105170-
CMYK0.110.3800.33
HSL282.46º27.66%53.92%-
HSV(B)282.46º38.24%66.67%-
XYZ25.0719.5840.49-
YUV126.16152.74145.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=35.45%
G=24.65%
B=39.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511051700.110.3800.33282.4627.6653.92
Hex9769AAB2602111a1c36
Octal22715125213460414323466
Binary100101111101001101010101011100110010000110001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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