#9569AD

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

Shades of Ce Soir #9569AD

Tints of Ce Soir #9569AD

Color information

#9569AD (or 0x9569AD) is unknown color: approx Ce Soir. HEX triplet: 95, 69 and AD. RGB value is (149,105,173). Sum of RGB (Red+Green+Blue) = 149+105+173=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #9569AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9569AD is #6A9652. Grayscale: #7D7D7D. Windows color (decimal): -6985299 or 11364757. OLE color: 11364757.

HSL color Cylindrical-coordinate representation of color #9569AD: hue angle of 278.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9569AD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149105173-
CMYK0.140.3900.32
HSL278.82º29.31%54.51%-
HSV(B)278.82º39.31%67.84%-
XYZ24.9919.5141.98-
YUV125.91154.58144.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=34.89%
G=24.59%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491051730.140.3900.32278.8229.3154.51
Hex9569ADE270201171d37
Octal22515125516470404273567
Binary100101011101001101011011110100111010000010001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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