#9664AD

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

Shades of Ce Soir #9664AD

Tints of Ce Soir #9664AD

Color information

#9664AD (or 0x9664AD) is unknown color: approx Ce Soir. HEX triplet: 96, 64 and AD. RGB value is (150,100,173). Sum of RGB (Red+Green+Blue) = 150+100+173=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9664AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9664AD is #699B52. Grayscale: #7B7B7B. Windows color (decimal): -6921043 or 11363478. OLE color: 11363478.

HSL color Cylindrical-coordinate representation of color #9664AD: hue angle of 281.1º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9664AD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150100173-
CMYK0.130.4200.32
HSL281.1º30.8%53.53%-
HSV(B)281.1º42.2%67.84%-
XYZ24.6818.6241.83-
YUV123.27156.06147.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=35.46%
G=23.64%
B=40.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501001730.130.4200.32281.130.853.53
Hex9664ADD2A0201191f36
Octal22614425515520404313766
Binary100101101100100101011011101101010010000010001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,100,173); }

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

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

 a { background-color: rgb(150,100,173); }

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

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

 span { border-color: rgb(150,100,173); }

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