#9D6AAD

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

Shades of Ce Soir #9D6AAD

Tints of Ce Soir #9D6AAD

Color information

#9D6AAD (or 0x9D6AAD) is unknown color: approx Ce Soir. HEX triplet: 9D, 6A and AD. RGB value is (157,106,173). Sum of RGB (Red+Green+Blue) = 157+106+173=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D6AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6AAD is #629552. Grayscale: #808080. Windows color (decimal): -6460755 or 11365021. OLE color: 11365021.

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

Color convert

RGB157106173-
CMYK0.090.3900.32
HSL285.67º29%54.71%-
HSV(B)285.67º38.73%67.84%-
XYZ26.620.4942.09-
YUV128.89152.9148.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=36.01%
G=24.31%
B=39.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571061730.090.3900.32285.672954.71
Hex9D6AAD92702011e1d37
Octal23515225511470404363567
Binary100111011101010101011011001100111010000010001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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