#9563AC

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

Shades of Ce Soir #9563AC

Tints of Ce Soir #9563AC

Color information

#9563AC (or 0x9563AC) is unknown color: approx Ce Soir. HEX triplet: 95, 63 and AC. RGB value is (149,99,172). Sum of RGB (Red+Green+Blue) = 149+99+172=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9563AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9563AC is #6A9C53. Grayscale: #7A7A7A. Windows color (decimal): -6986836 or 11297685. OLE color: 11297685.

HSL color Cylindrical-coordinate representation of color #9563AC: hue angle of 281.1º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9563AC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14999172-
CMYK0.130.4200.33
HSL281.1º30.54%53.14%-
HSV(B)281.1º42.44%67.45%-
XYZ24.318.2941.28-
YUV122.27156.06147.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=35.48%
G=23.57%
B=40.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149991720.130.4200.33281.130.5453.14
Hex9563ACD2A0211191f35
Octal22514325415520414313765
Binary100101011100011101011001101101010010000110001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9563AC; }

 p { color: rgb(149,99,172); }

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

<style>
 a { background-color: #9563AC; }

 a { background-color: rgb(149,99,172); }

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

<style>
 span { border-color: #9563AC; }

 span { border-color: rgb(149,99,172); }

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