#9563AD

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

Shades of Ce Soir #9563AD

Tints of Ce Soir #9563AD

Color information

#9563AD (or 0x9563AD) is unknown color: approx Ce Soir. HEX triplet: 95, 63 and AD. RGB value is (149,99,173). Sum of RGB (Red+Green+Blue) = 149+99+173=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9563AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9563AD is #6A9C52. Grayscale: #7A7A7A. Windows color (decimal): -6986835 or 11363221. OLE color: 11363221.

HSL color Cylindrical-coordinate representation of color #9563AD: hue angle of 280.54º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9563AD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14999173-
CMYK0.140.4300.32
HSL280.54º31.09%53.33%-
HSV(B)280.54º42.77%67.84%-
XYZ24.418.3341.79-
YUV122.39156.56146.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=35.39%
G=23.52%
B=41.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149991730.140.4300.32280.5431.0953.33
Hex9563ADE2B0201191f35
Octal22514325516530404313765
Binary100101011100011101011011110101011010000010001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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