#9D6DAA

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

Shades of Ce Soir #9D6DAA

Tints of Ce Soir #9D6DAA

Color information

#9D6DAA (or 0x9D6DAA) is unknown color: approx Ce Soir. HEX triplet: 9D, 6D and AA. RGB value is (157,109,170). Sum of RGB (Red+Green+Blue) = 157+109+170=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D6DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6DAA is #629255. Grayscale: #828282. Windows color (decimal): -6459990 or 11169181. OLE color: 11169181.

HSL color Cylindrical-coordinate representation of color #9D6DAA: hue angle of 287.21º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6DAA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157109170-
CMYK0.080.3600.33
HSL287.21º26.41%54.71%-
HSV(B)287.21º35.88%66.67%-
XYZ26.6321.0140.68-
YUV130.31150.4147.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=36.01%
G=25%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571091700.080.3600.33287.2126.4154.71
Hex9D6DAA82402111f1a37
Octal23515525210440414373267
Binary100111011101101101010101000100100010000110001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,109,170); }

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

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

 a { background-color: rgb(157,109,170); }

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

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

 span { border-color: rgb(157,109,170); }

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