#9C67AE

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

Shades of Ce Soir #9C67AE

Tints of Ce Soir #9C67AE

Color information

#9C67AE (or 0x9C67AE) is unknown color: approx Ce Soir. HEX triplet: 9C, 67 and AE. RGB value is (156,103,174). Sum of RGB (Red+Green+Blue) = 156+103+174=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C67AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C67AE is #639851. Grayscale: #7E7E7E. Windows color (decimal): -6527058 or 11429788. OLE color: 11429788.

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

Color convert

RGB156103174-
CMYK0.100.4100.32
HSL284.79º30.47%54.31%-
HSV(B)284.79º40.8%68.24%-
XYZ26.219.8242.49-
YUV126.94154.56148.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=36.03%
G=23.79%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561031740.100.4100.32284.7930.4754.31
Hex9C67AEA2902011d1e36
Octal23414725612510404353666
Binary100111001100111101011101010101001010000010001110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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