#9566AB

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

Shades of Ce Soir #9566AB

Tints of Ce Soir #9566AB

Color information

#9566AB (or 0x9566AB) is unknown color: approx Ce Soir. HEX triplet: 95, 66 and AB. RGB value is (149,102,171). Sum of RGB (Red+Green+Blue) = 149+102+171=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9566AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566AB is #6A9954. Grayscale: #7B7B7B. Windows color (decimal): -6986069 or 11232917. OLE color: 11232917.

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

Color convert

RGB149102171-
CMYK0.130.4000.33
HSL280.87º29.11%53.53%-
HSV(B)280.87º40.35%67.06%-
XYZ24.518.8340.87-
YUV123.92154.57145.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=35.31%
G=24.17%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491021710.130.4000.33280.8729.1153.53
Hex9566ABD280211191d36
Octal22514625315500414313566
Binary100101011100110101010111101101000010000110001100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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