#9D69AD

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

Shades of Ce Soir #9D69AD

Tints of Ce Soir #9D69AD

Color information

#9D69AD (or 0x9D69AD) is unknown color: approx Ce Soir. HEX triplet: 9D, 69 and AD. RGB value is (157,105,173). Sum of RGB (Red+Green+Blue) = 157+105+173=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D69AD is #629652. Grayscale: #808080. Windows color (decimal): -6461011 or 11364765. OLE color: 11364765.

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

Color convert

RGB157105173-
CMYK0.090.3900.32
HSL285.88º29.31%54.51%-
HSV(B)285.88º39.31%67.84%-
XYZ26.520.2942.05-
YUV128.3153.23148.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=36.09%
G=24.14%
B=39.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571051730.090.3900.32285.8829.3154.51
Hex9D69AD92702011e1d37
Octal23515125511470404363567
Binary100111011101001101011011001100111010000010001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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