#9D65AD

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

Shades of Ce Soir #9D65AD

Tints of Ce Soir #9D65AD

Color information

#9D65AD (or 0x9D65AD) is unknown color: approx Ce Soir. HEX triplet: 9D, 65 and AD. RGB value is (157,101,173). Sum of RGB (Red+Green+Blue) = 157+101+173=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D65AD is #629A52. Grayscale: #7D7D7D. Windows color (decimal): -6462035 or 11363741. OLE color: 11363741.

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

Color convert

RGB157101173-
CMYK0.090.4200.32
HSL286.67º30.51%53.73%-
HSV(B)286.67º41.62%67.84%-
XYZ26.119.4941.92-
YUV125.95154.55150.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=36.43%
G=23.43%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571011730.090.4200.32286.6730.5153.73
Hex9D65AD92A02011f1f36
Octal23514525511520404373766
Binary100111011100101101011011001101010010000010001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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