#9976AF

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

Shades of Ce Soir #9976AF

Tints of Ce Soir #9976AF

Color information

#9976AF (or 0x9976AF) is unknown color: approx Ce Soir. HEX triplet: 99, 76 and AF. RGB value is (153,118,175). Sum of RGB (Red+Green+Blue) = 153+118+175=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #9976AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AF is #668950. Grayscale: #868686. Windows color (decimal): -6719825 or 11499161. OLE color: 11499161.

HSL color Cylindrical-coordinate representation of color #9976AF: hue angle of 276.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9976AF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153118175-
CMYK0.130.3300.31
HSL276.84º26.27%57.45%-
HSV(B)276.84º32.57%68.63%-
XYZ27.3522.8243.52-
YUV134.96150.6140.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=34.30%
G=26.46%
B=39.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531181750.130.3300.31276.8426.2757.45
Hex9976AFD2101F1151a39
Octal23116625715410374253271
Binary10011001111011010101111110110000101111110001010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9976AF; }

 p { color: rgb(153,118,175); }

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

<style>
 a { background-color: #9976AF; }

 a { background-color: rgb(153,118,175); }

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

<style>
 span { border-color: #9976AF; }

 span { border-color: rgb(153,118,175); }

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