#9C6BAA

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

Shades of Ce Soir #9C6BAA

Tints of Ce Soir #9C6BAA

Color information

#9C6BAA (or 0x9C6BAA) is unknown color: approx Ce Soir. HEX triplet: 9C, 6B and AA. RGB value is (156,107,170). Sum of RGB (Red+Green+Blue) = 156+107+170=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6BAA is #639455. Grayscale: #808080. Windows color (decimal): -6526038 or 11168668. OLE color: 11168668.

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

Color convert

RGB156107170-
CMYK0.080.3700.33
HSL286.67º27.04%54.31%-
HSV(B)286.67º37.06%66.67%-
XYZ26.2220.4940.6-
YUV128.83151.23147.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=36.03%
G=24.71%
B=39.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561071700.080.3700.33286.6727.0454.31
Hex9C6BAA82502111f1b36
Octal23415325210450414373366
Binary100111001101011101010101000100101010000110001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,170); }

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

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

 a { background-color: rgb(156,107,170); }

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

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

 span { border-color: rgb(156,107,170); }

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