#9668AD

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

Shades of Ce Soir #9668AD

Tints of Ce Soir #9668AD

Color information

#9668AD (or 0x9668AD) is unknown color: approx Ce Soir. HEX triplet: 96, 68 and AD. RGB value is (150,104,173). Sum of RGB (Red+Green+Blue) = 150+104+173=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 104 (41.02% from 255 or 24.36% 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 #9668AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9668AD is #699752. Grayscale: #7D7D7D. Windows color (decimal): -6920019 or 11364502. OLE color: 11364502.

HSL color Cylindrical-coordinate representation of color #9668AD: hue angle of 280º 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 #9668AD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150104173-
CMYK0.130.4000.32
HSL280º29.61%54.31%-
HSV(B)280º39.88%67.84%-
XYZ25.0719.441.96-
YUV125.62154.74145.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=35.13%
G=24.36%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501041730.130.4000.3228029.6154.31
Hex9668ADD280201181e36
Octal22615025515500404303666
Binary100101101101000101011011101101000010000010001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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