#9D7FAD

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

Shades of Ce Soir #9D7FAD

Tints of Ce Soir #9D7FAD

Color information

#9D7FAD (or 0x9D7FAD) is unknown color: approx Ce Soir. HEX triplet: 9D, 7F and AD. RGB value is (157,127,173). Sum of RGB (Red+Green+Blue) = 157+127+173=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D7FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7FAD is #628052. Grayscale: #8D8D8D. Windows color (decimal): -6455379 or 11370397. OLE color: 11370397.

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

Color convert

RGB157127173-
CMYK0.090.2700.32
HSL279.13º21.9%58.82%-
HSV(B)279.13º26.59%67.84%-
XYZ29.0425.3642.9-
YUV141.21145.94139.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=34.35%
G=27.79%
B=37.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571271730.090.2700.32279.1321.958.82
Hex9D7FAD91B020117163b
Octal23517725511330404272673
Binary10011101111111110101101100111011010000010001011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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