#9668AF

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

Shades of Ce Soir #9668AF

Tints of Ce Soir #9668AF

Color information

#9668AF (or 0x9668AF) is unknown color: approx Ce Soir. HEX triplet: 96, 68 and AF. RGB value is (150,104,175). Sum of RGB (Red+Green+Blue) = 150+104+175=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #9668AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9668AF is #699750. Grayscale: #7D7D7D. Windows color (decimal): -6920017 or 11495574. OLE color: 11495574.

HSL color Cylindrical-coordinate representation of color #9668AF: hue angle of 278.87º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9668AF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150104175-
CMYK0.140.4100.31
HSL278.87º30.74%54.71%-
HSV(B)278.87º40.57%68.63%-
XYZ25.2719.4842.99-
YUV125.85155.74145.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=34.97%
G=24.24%
B=40.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501041750.140.4100.31278.8730.7454.71
Hex9668AFE2901F1171f37
Octal22615025716510374273767
Binary10010110110100010101111111010100101111110001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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