#9972AF

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

Shades of Ce Soir #9972AF

Tints of Ce Soir #9972AF

Color information

#9972AF (or 0x9972AF) is unknown color: approx Ce Soir. HEX triplet: 99, 72 and AF. RGB value is (153,114,175). Sum of RGB (Red+Green+Blue) = 153+114+175=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #9972AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9972AF is #668D50. Grayscale: #848484. Windows color (decimal): -6720849 or 11498137. OLE color: 11498137.

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

Color convert

RGB153114175-
CMYK0.130.3500.31
HSL278.36º27.6%56.67%-
HSV(B)278.36º34.86%68.63%-
XYZ26.8921.943.37-
YUV132.61151.92142.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=34.62%
G=25.79%
B=39.59%

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
Decimal1531141750.130.3500.31278.3627.656.67
Hex9972AFD2301F1161c39
Octal23116225715430374263471
Binary10011001111001010101111110110001101111110001011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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