#9A6CAD

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

Shades of Ce Soir #9A6CAD

Tints of Ce Soir #9A6CAD

Color information

#9A6CAD (or 0x9A6CAD) is unknown color: approx Ce Soir. HEX triplet: 9A, 6C and AD. RGB value is (154,108,173). Sum of RGB (Red+Green+Blue) = 154+108+173=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6CAD is #659352. Grayscale: #808080. Windows color (decimal): -6656851 or 11365530. OLE color: 11365530.

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

Color convert

RGB154108173-
CMYK0.110.3800.32
HSL282.46º28.38%55.1%-
HSV(B)282.46º37.57%67.84%-
XYZ26.2320.6142.13-
YUV129.16152.74145.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=35.40%
G=24.83%
B=39.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541081730.110.3800.32282.4628.3855.1
Hex9A6CADB2602011a1c37
Octal23215425513460404323467
Binary100110101101100101011011011100110010000010001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,173); }

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

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

 a { background-color: rgb(154,108,173); }

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

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

 span { border-color: rgb(154,108,173); }

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