#9A6BAB

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

Shades of Ce Soir #9A6BAB

Tints of Ce Soir #9A6BAB

Color information

#9A6BAB (or 0x9A6BAB) is unknown color: approx Ce Soir. HEX triplet: 9A, 6B and AB. RGB value is (154,107,171). Sum of RGB (Red+Green+Blue) = 154+107+171=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6BAB is #659454. Grayscale: #808080. Windows color (decimal): -6657109 or 11234202. OLE color: 11234202.

HSL color Cylindrical-coordinate representation of color #9A6BAB: hue angle of 284.06º 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 #9A6BAB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154107171-
CMYK0.100.3700.33
HSL284.06º27.59%54.51%-
HSV(B)284.06º37.43%67.06%-
XYZ25.9320.3341.08-
YUV128.35152.07146.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.65%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=35.65%
G=24.77%
B=39.58%

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
Decimal1541071710.100.3700.33284.0627.5954.51
Hex9A6BABA2502111c1c37
Octal23215325312450414343467
Binary100110101101011101010111010100101010000110001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,171); }

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

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

 a { background-color: rgb(154,107,171); }

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

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

 span { border-color: rgb(154,107,171); }

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