#9560AA

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

Shades of Ce Soir #9560AA

Tints of Ce Soir #9560AA

Color information

#9560AA (or 0x9560AA) is unknown color: approx Ce Soir. HEX triplet: 95, 60 and AA. RGB value is (149,96,170). Sum of RGB (Red+Green+Blue) = 149+96+170=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9560AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AA is #6A9F55. Grayscale: #787878. Windows color (decimal): -6987606 or 11165845. OLE color: 11165845.

HSL color Cylindrical-coordinate representation of color #9560AA: hue angle of 282.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9560AA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14996170-
CMYK0.120.4400.33
HSL282.97º30.33%52.16%-
HSV(B)282.97º43.53%66.67%-
XYZ23.8317.6640.18-
YUV120.28156.06148.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=35.90%
G=23.13%
B=40.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149961700.120.4400.33282.9730.3352.16
Hex9560AAC2C02111b1e34
Octal22514025214540414333664
Binary100101011100000101010101100101100010000110001101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9560AA; }

 p { color: rgb(149,96,170); }

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

<style>
 a { background-color: #9560AA; }

 a { background-color: rgb(149,96,170); }

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

<style>
 span { border-color: #9560AA; }

 span { border-color: rgb(149,96,170); }

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