#9D6DAF

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

Shades of Ce Soir #9D6DAF

Tints of Ce Soir #9D6DAF

Color information

#9D6DAF (or 0x9D6DAF) is unknown color: approx Ce Soir. HEX triplet: 9D, 6D and AF. RGB value is (157,109,175). Sum of RGB (Red+Green+Blue) = 157+109+175=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6DAF is #629250. Grayscale: #828282. Windows color (decimal): -6459985 or 11496861. OLE color: 11496861.

HSL color Cylindrical-coordinate representation of color #9D6DAF: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6DAF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB157109175-
CMYK0.100.3800.31
HSL283.64º29.2%55.69%-
HSV(B)283.64º37.71%68.63%-
XYZ27.1121.243.22-
YUV130.88152.9146.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=35.60%
G=24.72%
B=39.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571091750.100.3800.31283.6429.255.69
Hex9D6DAFA2601F11c1d38
Octal23515525712460374343570
Binary10011101110110110101111101010011001111110001110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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