#9665B3

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

Shades of Ce Soir #9665B3

Tints of Ce Soir #9665B3

Color information

#9665B3 (or 0x9665B3) is unknown color: approx Ce Soir. HEX triplet: 96, 65 and B3. RGB value is (150,101,179). Sum of RGB (Red+Green+Blue) = 150+101+179=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #9665B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665B3 is #699A4C. Grayscale: #7C7C7C. Windows color (decimal): -6920781 or 11756950. OLE color: 11756950.

HSL color Cylindrical-coordinate representation of color #9665B3: hue angle of 277.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9665B3 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150101179-
CMYK0.160.4400.30
HSL277.69º33.91%54.9%-
HSV(B)277.69º43.58%70.2%-
XYZ25.3719.0544.99-
YUV124.54158.73146.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=34.88%
G=23.49%
B=41.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501011790.160.4400.30277.6933.9154.9
Hex9665B3102C01E1162237
Octal22614526320540364264267
Binary1001011011001011011001110000101100011110100010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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