#9A6CAB

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

Shades of Ce Soir #9A6CAB

Tints of Ce Soir #9A6CAB

Color information

#9A6CAB (or 0x9A6CAB) is unknown color: approx Ce Soir. HEX triplet: 9A, 6C and AB. RGB value is (154,108,171). Sum of RGB (Red+Green+Blue) = 154+108+171=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A6CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6CAB is #659354. Grayscale: #808080. Windows color (decimal): -6656853 or 11234458. OLE color: 11234458.

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

Color convert

RGB154108171-
CMYK0.100.3700.33
HSL283.81º27.27%54.71%-
HSV(B)283.81º36.84%67.06%-
XYZ26.0420.5441.12-
YUV128.94151.74145.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=35.57%
G=24.94%
B=39.49%

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
Decimal1541081710.100.3700.33283.8127.2754.71
Hex9A6CABA2502111c1b37
Octal23215425312450414343367
Binary100110101101100101010111010100101010000110001110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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