#9D7AAD

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

Shades of Ce Soir #9D7AAD

Tints of Ce Soir #9D7AAD

Color information

#9D7AAD (or 0x9D7AAD) is unknown color: approx Ce Soir. HEX triplet: 9D, 7A and AD. RGB value is (157,122,173). Sum of RGB (Red+Green+Blue) = 157+122+173=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7AAD is #628552. Grayscale: #8A8A8A. Windows color (decimal): -6456659 or 11369117. OLE color: 11369117.

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

Color convert

RGB157122173-
CMYK0.090.2900.32
HSL281.18º23.72%57.84%-
HSV(B)281.18º29.48%67.84%-
XYZ28.4124.142.69-
YUV138.28147.6141.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=34.73%
G=26.99%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571221730.090.2900.32281.1823.7257.84
Hex9D7AAD91D020119183a
Octal23517225511350404313072
Binary10011101111101010101101100111101010000010001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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