#9769AB

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

Shades of Ce Soir #9769AB

Tints of Ce Soir #9769AB

Color information

#9769AB (or 0x9769AB) is unknown color: approx Ce Soir. HEX triplet: 97, 69 and AB. RGB value is (151,105,171). Sum of RGB (Red+Green+Blue) = 151+105+171=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9769AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9769AB is #689654. Grayscale: #7E7E7E. Windows color (decimal): -6854229 or 11233687. OLE color: 11233687.

HSL color Cylindrical-coordinate representation of color #9769AB: hue angle of 281.82º degrees, saturation: 0.28, 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 #9769AB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151105171-
CMYK0.120.3900.33
HSL281.82º28.21%54.12%-
HSV(B)281.82º38.6%67.06%-
XYZ25.1619.6240.99-
YUV126.28153.24145.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=35.36%
G=24.59%
B=40.05%

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
Decimal1511051710.120.3900.33281.8228.2154.12
Hex9769ABC2702111a1c36
Octal22715125314470414323466
Binary100101111101001101010111100100111010000110001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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