#9568AA

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

Shades of Ce Soir #9568AA

Tints of Ce Soir #9568AA

Color information

#9568AA (or 0x9568AA) is unknown color: approx Ce Soir. HEX triplet: 95, 68 and AA. RGB value is (149,104,170). Sum of RGB (Red+Green+Blue) = 149+104+170=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9568AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9568AA is #6A9755. Grayscale: #7C7C7C. Windows color (decimal): -6985558 or 11167893. OLE color: 11167893.

HSL color Cylindrical-coordinate representation of color #9568AA: hue angle of 280.91º degrees, saturation: 0.28, 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 #9568AA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149104170-
CMYK0.120.3900.33
HSL280.91º27.97%53.73%-
HSV(B)280.91º38.82%66.67%-
XYZ24.619.1940.44-
YUV124.98153.41145.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=35.22%
G=24.59%
B=40.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491041700.120.3900.33280.9127.9753.73
Hex9568AAC270211191c36
Octal22515025214470414313466
Binary100101011101000101010101100100111010000110001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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