#9971AF

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

Shades of Ce Soir #9971AF

Tints of Ce Soir #9971AF

Color information

#9971AF (or 0x9971AF) is unknown color: approx Ce Soir. HEX triplet: 99, 71 and AF. RGB value is (153,113,175). Sum of RGB (Red+Green+Blue) = 153+113+175=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #9971AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9971AF is #668E50. Grayscale: #838383. Windows color (decimal): -6721105 or 11497881. OLE color: 11497881.

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

Color convert

RGB153113175-
CMYK0.130.3500.31
HSL278.71º27.93%56.47%-
HSV(B)278.71º35.43%68.63%-
XYZ26.7821.6843.33-
YUV132.03152.25142.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=34.69%
G=25.62%
B=39.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531131750.130.3500.31278.7127.9356.47
Hex9971AFD2301F1171c38
Octal23116125715430374273470
Binary10011001111000110101111110110001101111110001011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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