#9D72AF

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

Shades of Ce Soir #9D72AF

Tints of Ce Soir #9D72AF

Color information

#9D72AF (or 0x9D72AF) is unknown color: approx Ce Soir. HEX triplet: 9D, 72 and AF. RGB value is (157,114,175). Sum of RGB (Red+Green+Blue) = 157+114+175=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 114 (44.92% from 255 or 25.56% 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 #9D72AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D72AF is #628D50. Grayscale: #858585. Windows color (decimal): -6458705 or 11498141. OLE color: 11498141.

HSL color Cylindrical-coordinate representation of color #9D72AF: hue angle of 282.3º 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 #9D72AF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB157114175-
CMYK0.100.3500.31
HSL282.3º27.6%56.67%-
HSV(B)282.3º34.86%68.63%-
XYZ27.6622.343.4-
YUV133.81151.25144.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 114 (44.92% from 255) = 25.56%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=35.20%
G=25.56%
B=39.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571141750.100.3500.31282.327.656.67
Hex9D72AFA2301F11a1c39
Octal23516225712430374323471
Binary10011101111001010101111101010001101111110001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D72AF; }

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

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

<style>
 a { background-color: #9D72AF; }

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

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

<style>
 span { border-color: #9D72AF; }

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

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