#9D6CAD

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

Shades of Ce Soir #9D6CAD

Tints of Ce Soir #9D6CAD

Color information

#9D6CAD (or 0x9D6CAD) is unknown color: approx Ce Soir. HEX triplet: 9D, 6C and AD. RGB value is (157,108,173). Sum of RGB (Red+Green+Blue) = 157+108+173=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6CAD is #629352. Grayscale: #818181. Windows color (decimal): -6460243 or 11365533. OLE color: 11365533.

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

Color convert

RGB157108173-
CMYK0.090.3800.32
HSL285.23º28.38%55.1%-
HSV(B)285.23º37.57%67.84%-
XYZ26.8120.9142.16-
YUV130.06152.23147.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=35.84%
G=24.66%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571081730.090.3800.32285.2328.3855.1
Hex9D6CAD92602011d1c37
Octal23515425511460404353467
Binary100111011101100101011011001100110010000010001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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