#9C7BAE

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

Shades of Ce Soir #9C7BAE

Tints of Ce Soir #9C7BAE

Color information

#9C7BAE (or 0x9C7BAE) is unknown color: approx Ce Soir. HEX triplet: 9C, 7B and AE. RGB value is (156,123,174). Sum of RGB (Red+Green+Blue) = 156+123+174=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7BAE is #638451. Grayscale: #8A8A8A. Windows color (decimal): -6521938 or 11434908. OLE color: 11434908.

HSL color Cylindrical-coordinate representation of color #9C7BAE: hue angle of 278.82º 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 #9C7BAE is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156123174-
CMYK0.100.2900.32
HSL278.82º23.94%58.24%-
HSV(B)278.82º29.31%68.24%-
XYZ28.4324.2943.23-
YUV138.68147.93140.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=34.44%
G=27.15%
B=38.41%

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
Decimal1561231740.100.2900.32278.8223.9458.24
Hex9C7BAEA1D020117183a
Octal23417325612350404273072
Binary10011100111101110101110101011101010000010001011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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