#9D7BAE

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

Shades of Ce Soir #9D7BAE

Tints of Ce Soir #9D7BAE

Color information

#9D7BAE (or 0x9D7BAE) is unknown color: approx Ce Soir. HEX triplet: 9D, 7B and AE. RGB value is (157,123,174). Sum of RGB (Red+Green+Blue) = 157+123+174=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7BAE is #628451. Grayscale: #8A8A8A. Windows color (decimal): -6456402 or 11434909. OLE color: 11434909.

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

Color convert

RGB157123174-
CMYK0.100.2900.32
HSL280º23.94%58.24%-
HSV(B)280º29.31%68.24%-
XYZ28.6324.3943.24-
YUV138.98147.76140.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=34.58%
G=27.09%
B=38.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571231740.100.2900.3228023.9458.24
Hex9D7BAEA1D020118183a
Octal23517325612350404303072
Binary10011101111101110101110101011101010000010001100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,123,174); }

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

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

 a { background-color: rgb(157,123,174); }

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

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

 span { border-color: rgb(157,123,174); }

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