#9665AC

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

Shades of Ce Soir #9665AC

Tints of Ce Soir #9665AC

Color information

#9665AC (or 0x9665AC) is unknown color: approx Ce Soir. HEX triplet: 96, 65 and AC. RGB value is (150,101,172). Sum of RGB (Red+Green+Blue) = 150+101+172=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9665AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9665AC is #699A53. Grayscale: #7B7B7B. Windows color (decimal): -6920788 or 11298198. OLE color: 11298198.

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

Color convert

RGB150101172-
CMYK0.130.4100.33
HSL281.41º29.96%53.53%-
HSV(B)281.41º41.28%67.45%-
XYZ24.6818.7741.35-
YUV123.74155.23146.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=35.46%
G=23.88%
B=40.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501011720.130.4100.33281.4129.9653.53
Hex9665ACD290211191e36
Octal22614525415510414313666
Binary100101101100101101011001101101001010000110001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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