#9675AC

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

Shades of Ce Soir #9675AC

Tints of Ce Soir #9675AC

Color information

#9675AC (or 0x9675AC) is unknown color: approx Ce Soir. HEX triplet: 96, 75 and AC. RGB value is (150,117,172). Sum of RGB (Red+Green+Blue) = 150+117+172=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #9675AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675AC is #698A53. Grayscale: #848484. Windows color (decimal): -6916692 or 11302294. OLE color: 11302294.

HSL color Cylindrical-coordinate representation of color #9675AC: hue angle of 276º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9675AC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150117172-
CMYK0.130.3200.33
HSL276º24.89%56.67%-
HSV(B)276º31.98%67.45%-
XYZ26.3922.1941.92-
YUV133.14149.93140.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=34.17%
G=26.65%
B=39.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501171720.130.3200.3327624.8956.67
Hex9675ACD200211141939
Octal22616525415400414243171
Binary100101101110101101011001101100000010000110001010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9675AC; }

 p { color: rgb(150,117,172); }

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

<style>
 a { background-color: #9675AC; }

 a { background-color: rgb(150,117,172); }

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

<style>
 span { border-color: #9675AC; }

 span { border-color: rgb(150,117,172); }

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