#9564AB

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

Shades of Ce Soir #9564AB

Tints of Ce Soir #9564AB

Color information

#9564AB (or 0x9564AB) is unknown color: approx Ce Soir. HEX triplet: 95, 64 and AB. RGB value is (149,100,171). Sum of RGB (Red+Green+Blue) = 149+100+171=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9564AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AB is #6A9B54. Grayscale: #7A7A7A. Windows color (decimal): -6986581 or 11232405. OLE color: 11232405.

HSL color Cylindrical-coordinate representation of color #9564AB: hue angle of 281.41º degrees, saturation: 0.3, 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 #9564AB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149100171-
CMYK0.130.4200.33
HSL281.41º29.71%53.14%-
HSV(B)281.41º41.52%67.06%-
XYZ24.318.4440.81-
YUV122.74155.23146.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=35.48%
G=23.81%
B=40.71%

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
Decimal1491001710.130.4200.33281.4129.7153.14
Hex9564ABD2A0211191e35
Octal22514425315520414313665
Binary100101011100100101010111101101010010000110001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9564AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9564AB; }

 p { color: rgb(149,100,171); }

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

<style>
 a { background-color: #9564AB; }

 a { background-color: rgb(149,100,171); }

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

<style>
 span { border-color: #9564AB; }

 span { border-color: rgb(149,100,171); }

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