#9A6EAD

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

Shades of Ce Soir #9A6EAD

Tints of Ce Soir #9A6EAD

Color information

#9A6EAD (or 0x9A6EAD) is unknown color: approx Ce Soir. HEX triplet: 9A, 6E and AD. RGB value is (154,110,173). Sum of RGB (Red+Green+Blue) = 154+110+173=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAD is #659152. Grayscale: #828282. Windows color (decimal): -6656339 or 11366042. OLE color: 11366042.

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

Color convert

RGB154110173-
CMYK0.110.3600.32
HSL281.9º27.75%55.49%-
HSV(B)281.9º36.42%67.84%-
XYZ26.4521.0442.2-
YUV130.34152.08144.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=35.24%
G=25.17%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541101730.110.3600.32281.927.7555.49
Hex9A6EADB2402011a1c37
Octal23215625513440404323467
Binary100110101101110101011011011100100010000010001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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