#9769AC

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

Shades of Ce Soir #9769AC

Tints of Ce Soir #9769AC

Color information

#9769AC (or 0x9769AC) is unknown color: approx Ce Soir. HEX triplet: 97, 69 and AC. RGB value is (151,105,172). Sum of RGB (Red+Green+Blue) = 151+105+172=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #9769AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9769AC is #689653. Grayscale: #7E7E7E. Windows color (decimal): -6854228 or 11299223. OLE color: 11299223.

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

Color convert

RGB151105172-
CMYK0.120.3900.33
HSL281.19º28.76%54.31%-
HSV(B)281.19º38.95%67.45%-
XYZ25.2619.6641.49-
YUV126.39153.74145.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=35.28%
G=24.53%
B=40.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511051720.120.3900.33281.1928.7654.31
Hex9769ACC270211191d36
Octal22715125414470414313566
Binary100101111101001101011001100100111010000110001100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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