#9568AD

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

Shades of Ce Soir #9568AD

Tints of Ce Soir #9568AD

Color information

#9568AD (or 0x9568AD) is unknown color: approx Ce Soir. HEX triplet: 95, 68 and AD. RGB value is (149,104,173). Sum of RGB (Red+Green+Blue) = 149+104+173=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9568AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9568AD is #6A9752. Grayscale: #7D7D7D. Windows color (decimal): -6985555 or 11364501. OLE color: 11364501.

HSL color Cylindrical-coordinate representation of color #9568AD: hue angle of 279.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9568AD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149104173-
CMYK0.140.4000.32
HSL279.13º29.61%54.31%-
HSV(B)279.13º39.88%67.84%-
XYZ24.8919.3141.95-
YUV125.32154.91144.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=34.98%
G=24.41%
B=40.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491041730.140.4000.32279.1329.6154.31
Hex9568ADE280201171e36
Octal22515025516500404273666
Binary100101011101000101011011110101000010000010001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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