#9D6DAB

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

Shades of Ce Soir #9D6DAB

Tints of Ce Soir #9D6DAB

Color information

#9D6DAB (or 0x9D6DAB) is unknown color: approx Ce Soir. HEX triplet: 9D, 6D and AB. RGB value is (157,109,171). Sum of RGB (Red+Green+Blue) = 157+109+171=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6DAB is #629254. Grayscale: #828282. Windows color (decimal): -6459989 or 11234717. OLE color: 11234717.

HSL color Cylindrical-coordinate representation of color #9D6DAB: hue angle of 286.45º degrees, saturation: 0.27, 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 #9D6DAB is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157109171-
CMYK0.080.3600.33
HSL286.45º26.96%54.9%-
HSV(B)286.45º36.26%67.06%-
XYZ26.7221.0541.18-
YUV130.42150.9146.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=35.93%
G=24.94%
B=39.13%

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
Decimal1571091710.080.3600.33286.4526.9654.9
Hex9D6DAB82402111e1b37
Octal23515525310440414363367
Binary100111011101101101010111000100100010000110001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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