#9566AC

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

Shades of Ce Soir #9566AC

Tints of Ce Soir #9566AC

Color information

#9566AC (or 0x9566AC) is unknown color: approx Ce Soir. HEX triplet: 95, 66 and AC. RGB value is (149,102,172). Sum of RGB (Red+Green+Blue) = 149+102+172=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9566AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566AC is #6A9953. Grayscale: #7B7B7B. Windows color (decimal): -6986068 or 11298453. OLE color: 11298453.

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

Color convert

RGB149102172-
CMYK0.130.4100.33
HSL280.29º29.66%53.73%-
HSV(B)280.29º40.7%67.45%-
XYZ24.5918.8741.38-
YUV124.03155.07145.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=35.22%
G=24.11%
B=40.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491021720.130.4100.33280.2929.6653.73
Hex9566ACD290211181e36
Octal22514625415510414303666
Binary100101011100110101011001101101001010000110001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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