#9A6DAC

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

Shades of Ce Soir #9A6DAC

Tints of Ce Soir #9A6DAC

Color information

#9A6DAC (or 0x9A6DAC) is unknown color: approx Ce Soir. HEX triplet: 9A, 6D and AC. RGB value is (154,109,172). Sum of RGB (Red+Green+Blue) = 154+109+172=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6DAC is #659253. Grayscale: #818181. Windows color (decimal): -6656596 or 11300250. OLE color: 11300250.

HSL color Cylindrical-coordinate representation of color #9A6DAC: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6DAC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154109172-
CMYK0.100.3700.33
HSL282.86º27.51%55.1%-
HSV(B)282.86º36.63%67.45%-
XYZ26.2420.7941.66-
YUV129.64151.91145.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=35.40%
G=25.06%
B=39.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541091720.100.3700.33282.8627.5155.1
Hex9A6DACA2502111b1c37
Octal23215525412450414333467
Binary100110101101101101011001010100101010000110001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,109,172); }

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

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

 a { background-color: rgb(154,109,172); }

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

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

 span { border-color: rgb(154,109,172); }

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