#9D6DAC

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

Shades of Ce Soir #9D6DAC

Tints of Ce Soir #9D6DAC

Color information

#9D6DAC (or 0x9D6DAC) is unknown color: approx Ce Soir. HEX triplet: 9D, 6D and AC. RGB value is (157,109,172). Sum of RGB (Red+Green+Blue) = 157+109+172=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6DAC is #629253. Grayscale: #828282. Windows color (decimal): -6459988 or 11300253. OLE color: 11300253.

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

Color convert

RGB157109172-
CMYK0.090.3700.33
HSL285.71º27.51%55.1%-
HSV(B)285.71º36.63%67.45%-
XYZ26.8221.0841.69-
YUV130.53151.4146.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=35.84%
G=24.89%
B=39.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571091720.090.3700.33285.7127.5155.1
Hex9D6DAC92502111e1c37
Octal23515525411450414363467
Binary100111011101101101011001001100101010000110001111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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