#9766AA

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

Shades of Ce Soir #9766AA

Tints of Ce Soir #9766AA

Color information

#9766AA (or 0x9766AA) is unknown color: approx Ce Soir. HEX triplet: 97, 66 and AA. RGB value is (151,102,170). Sum of RGB (Red+Green+Blue) = 151+102+170=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9766AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9766AA is #689955. Grayscale: #7C7C7C. Windows color (decimal): -6854998 or 11167383. OLE color: 11167383.

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

Color convert

RGB151102170-
CMYK0.110.400.33
HSL283.24º28.57%53.33%-
HSV(B)283.24º40%66.67%-
XYZ24.7718.9840.39-
YUV124.4153.73146.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=35.70%
G=24.11%
B=40.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511021700.110.400.33283.2428.5753.33
Hex9766AAB2802111b1d35
Octal22714625213500414333565
Binary100101111100110101010101011101000010000110001101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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