Shades of Ce Soir #9667B1
Tints of Ce Soir #9667B1
RGB
CMYK
RGB Variations
Color information
#9667B1 (or 0x9667B1) is known color: Ce Soir. HEX triplet: 96, 67 and B1. RGB value is (150,103,177). Sum of RGB (Red+Green+Blue) = 150+103+177=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #9667B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9667B1 is #69984E. Grayscale: #7D7D7D. Windows color (decimal): -6920271 or 11626390. OLE color: 11626390.
HSL color Cylindrical-coordinate representation of color #9667B1: hue angle of 278.11º 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 #9667B1 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 103 | 177 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.31 |
| HSL | 278.11º | 0.32% | 0.55% | - |
| HSV(B) | 278.11º | 0.42% | 0.69% | - |
| XYZ | 25.36 | 19.36 | 43.99 | - |
| YUV | 125.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 177 | 0.15 | 0.42 | 0 | 0.31 | 278.11 | 0.32 | 0.55 |
| Hex | 96 | 67 | B1 | F | 2A | 0 | 1F | 116 | 20 | 37 |
| Octal | 226 | 147 | 261 | 17 | 52 | 0 | 37 | 426 | 40 | 67 |
| Binary | 10010110 | 1100111 | 10110001 | 1111 | 101010 | 0 | 11111 | 100010110 | 100000 | 110111 |
Color Harmonies of #9667B1
Complementary color
Monochromatic Colors of #9667B1
Black with #9667B1
Text Example
Text Example
White with #9667B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667B1; }
p { color: rgb(150,103,177); }
H1.HeaderClassName
{
color: #9667B1;
}
.AnyTagClassName
{
color: #9667B1;
}
</style>
background-color css
<style>
a { background-color: #9667B1; }
a { background-color: rgb(150,103,177); }
div.DivClassName
{
background-color: #9667B1;
}
.BgClassName
{
background-color: #9667B1;
}
</style>
border-color css
<style>
span { border-color: #9667B1; }
span { border-color: rgb(150,103,177); }
td.TdClassName
{
border-color: #9667B1;
}
.TagClassName
{
border-color: #9667B1;
}
</style>