#9C6EAC

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

Shades of Ce Soir #9C6EAC

Tints of Ce Soir #9C6EAC

Color information

#9C6EAC (or 0x9C6EAC) is unknown color: approx Ce Soir. HEX triplet: 9C, 6E and AC. RGB value is (156,110,172). Sum of RGB (Red+Green+Blue) = 156+110+172=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6EAC is #639153. Grayscale: #828282. Windows color (decimal): -6525268 or 11300508. OLE color: 11300508.

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

Color convert

RGB156110172-
CMYK0.090.3600.33
HSL284.52º27.19%55.29%-
HSV(B)284.52º36.05%67.45%-
XYZ26.7321.241.71-
YUV130.82151.24145.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=35.62%
G=25.11%
B=39.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561101720.090.3600.33284.5227.1955.29
Hex9C6EAC92402111d1b37
Octal23415625411440414353367
Binary100111001101110101011001001100100010000110001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,110,172); }

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

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

 a { background-color: rgb(156,110,172); }

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

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

 span { border-color: rgb(156,110,172); }

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