#9568AB

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

Shades of Ce Soir #9568AB

Tints of Ce Soir #9568AB

Color information

#9568AB (or 0x9568AB) is unknown color: approx Ce Soir. HEX triplet: 95, 68 and AB. RGB value is (149,104,171). Sum of RGB (Red+Green+Blue) = 149+104+171=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9568AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9568AB is #6A9754. Grayscale: #7C7C7C. Windows color (decimal): -6985557 or 11233429. OLE color: 11233429.

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

Color convert

RGB149104171-
CMYK0.130.3900.33
HSL280.3º28.51%53.92%-
HSV(B)280.3º39.18%67.06%-
XYZ24.719.2340.94-
YUV125.09153.91145.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=35.14%
G=24.53%
B=40.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491041710.130.3900.33280.328.5153.92
Hex9568ABD270211181d36
Octal22515025315470414303566
Binary100101011101000101010111101100111010000110001100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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