#9D7AAC

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

Shades of Ce Soir #9D7AAC

Tints of Ce Soir #9D7AAC

Color information

#9D7AAC (or 0x9D7AAC) is unknown color: approx Ce Soir. HEX triplet: 9D, 7A and AC. RGB value is (157,122,172). Sum of RGB (Red+Green+Blue) = 157+122+172=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7AAC is #628553. Grayscale: #8A8A8A. Windows color (decimal): -6456660 or 11303581. OLE color: 11303581.

HSL color Cylindrical-coordinate representation of color #9D7AAC: hue angle of 282º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D7AAC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157122172-
CMYK0.090.2900.33
HSL282º23.15%57.65%-
HSV(B)282º29.07%67.45%-
XYZ28.3124.0742.18-
YUV138.16147.1141.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=34.81%
G=27.05%
B=38.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571221720.090.2900.3328223.1557.65
Hex9D7AAC91D02111a173a
Octal23517225411350414322772
Binary10011101111101010101100100111101010000110001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,172); }

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

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

 a { background-color: rgb(157,122,172); }

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

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

 span { border-color: rgb(157,122,172); }

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