Shades of Ce Soir #9066B4
Tints of Ce Soir #9066B4
RGB
CMYK
RGB Variations
Color information
#9066B4 (or 0x9066B4) is known color: Ce Soir. HEX triplet: 90, 66 and B4. RGB value is (144,102,180). Sum of RGB (Red+Green+Blue) = 144+102+180=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #9066B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066B4 is #6F994B. Grayscale: #7B7B7B. Windows color (decimal): -7313740 or 11822736. OLE color: 11822736.
HSL color Cylindrical-coordinate representation of color #9066B4: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9066B4 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 102 | 180 | - |
| CMYK | 0.2 | 0.43 | 0 | 0.29 |
| HSL | 272.31º | 0.34% | 0.55% | - |
| HSV(B) | 272.31º | 0.43% | 0.71% | - |
| XYZ | 24.49 | 18.73 | 45.5 | - |
| YUV | 123.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 180 | 0.2 | 0.43 | 0 | 0.29 | 272.31 | 0.34 | 0.55 |
| Hex | 90 | 66 | B4 | 14 | 2B | 0 | 1D | 110 | 22 | 37 |
| Octal | 220 | 146 | 264 | 24 | 53 | 0 | 35 | 420 | 42 | 67 |
| Binary | 10010000 | 1100110 | 10110100 | 10100 | 101011 | 0 | 11101 | 100010000 | 100010 | 110111 |
Color Harmonies of #9066B4
Complementary color
Monochromatic Colors of #9066B4
Black with #9066B4
Text Example
Text Example
White with #9066B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066B4; }
p { color: rgb(144,102,180); }
H1.HeaderClassName
{
color: #9066B4;
}
.AnyTagClassName
{
color: #9066B4;
}
</style>
background-color css
<style>
a { background-color: #9066B4; }
a { background-color: rgb(144,102,180); }
div.DivClassName
{
background-color: #9066B4;
}
.BgClassName
{
background-color: #9066B4;
}
</style>
border-color css
<style>
span { border-color: #9066B4; }
span { border-color: rgb(144,102,180); }
td.TdClassName
{
border-color: #9066B4;
}
.TagClassName
{
border-color: #9066B4;
}
</style>