#9A6FAD

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

Shades of Ce Soir #9A6FAD

Tints of Ce Soir #9A6FAD

Color information

#9A6FAD (or 0x9A6FAD) is unknown color: approx Ce Soir. HEX triplet: 9A, 6F and AD. RGB value is (154,111,173). Sum of RGB (Red+Green+Blue) = 154+111+173=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6FAD is #659052. Grayscale: #828282. Windows color (decimal): -6656083 or 11366298. OLE color: 11366298.

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

Color convert

RGB154111173-
CMYK0.110.3600.32
HSL281.61º27.43%55.69%-
HSV(B)281.61º35.84%67.84%-
XYZ26.5521.2642.24-
YUV130.93151.75144.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=35.16%
G=25.34%
B=39.50%

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
Decimal1541111730.110.3600.32281.6127.4355.69
Hex9A6FADB2402011a1b38
Octal23215725513440404323370
Binary100110101101111101011011011100100010000010001101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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