#9666B1

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

Shades of Ce Soir #9666B1

Tints of Ce Soir #9666B1

Color information

#9666B1 (or 0x9666B1) is unknown color: approx Ce Soir. HEX triplet: 96, 66 and B1. RGB value is (150,102,177). Sum of RGB (Red+Green+Blue) = 150+102+177=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #9666B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666B1 is #69994E. Grayscale: #7C7C7C. Windows color (decimal): -6920527 or 11626134. OLE color: 11626134.

HSL color Cylindrical-coordinate representation of color #9666B1: hue angle of 278.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9666B1 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150102177-
CMYK0.150.4200.31
HSL278.4º32.47%54.71%-
HSV(B)278.4º42.37%69.41%-
XYZ25.2619.1643.96-
YUV124.9157.4145.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=34.97%
G=23.78%
B=41.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501021770.150.4200.31278.432.4754.71
Hex9666B1F2A01F1162037
Octal22614626117520374264067
Binary100101101100110101100011111101010011111100010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9666B1; }

 p { color: rgb(150,102,177); }

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

<style>
 a { background-color: #9666B1; }

 a { background-color: rgb(150,102,177); }

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

<style>
 span { border-color: #9666B1; }

 span { border-color: rgb(150,102,177); }

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