#9A68AE

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

Shades of Ce Soir #9A68AE

Tints of Ce Soir #9A68AE

Color information

#9A68AE (or 0x9A68AE) is unknown color: approx Ce Soir. HEX triplet: 9A, 68 and AE. RGB value is (154,104,174). Sum of RGB (Red+Green+Blue) = 154+104+174=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A68AE is #659751. Grayscale: #7E7E7E. Windows color (decimal): -6657874 or 11430042. OLE color: 11430042.

HSL color Cylindrical-coordinate representation of color #9A68AE: hue angle of 282.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A68AE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154104174-
CMYK0.110.4000.32
HSL282.86º30.17%54.51%-
HSV(B)282.86º40.23%68.24%-
XYZ25.9219.8342.51-
YUV126.93154.56147.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.65%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=35.65%
G=24.07%
B=40.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541041740.110.4000.32282.8630.1754.51
Hex9A68AEB2802011b1e37
Octal23215025613500404333667
Binary100110101101000101011101011101000010000010001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,104,174); }

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

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

 a { background-color: rgb(154,104,174); }

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

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

 span { border-color: rgb(154,104,174); }

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