Shades of Ce Soir #966CAA
Tints of Ce Soir #966CAA
RGB
CMYK
RGB Variations
Color information
#966CAA (or 0x966CAA) is known color: Ce Soir. HEX triplet: 96, 6C and AA. RGB value is (150,108,170). Sum of RGB (Red+Green+Blue) = 150+108+170=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #966CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966CAA is #699355. Grayscale: #7F7F7F. Windows color (decimal): -6918998 or 11168918. OLE color: 11168918.
HSL color Cylindrical-coordinate representation of color #966CAA: hue angle of 280.65º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966CAA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 108 | 170 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.33 |
| HSL | 280.65º | 0.27% | 0.55% | - |
| HSV(B) | 280.65º | 0.36% | 0.67% | - |
| XYZ | 25.2 | 20.11 | 40.58 | - |
| YUV | 127.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 170 | 0.12 | 0.36 | 0 | 0.33 | 280.65 | 0.27 | 0.55 |
| Hex | 96 | 6C | AA | C | 24 | 0 | 21 | 119 | 1B | 37 |
| Octal | 226 | 154 | 252 | 14 | 44 | 0 | 41 | 431 | 33 | 67 |
| Binary | 10010110 | 1101100 | 10101010 | 1100 | 100100 | 0 | 100001 | 100011001 | 11011 | 110111 |
Color Harmonies of #966CAA
Complementary color
Monochromatic Colors of #966CAA
Black with #966CAA
Text Example
Text Example
White with #966CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CAA; }
p { color: rgb(150,108,170); }
H1.HeaderClassName
{
color: #966CAA;
}
.AnyTagClassName
{
color: #966CAA;
}
</style>
background-color css
<style>
a { background-color: #966CAA; }
a { background-color: rgb(150,108,170); }
div.DivClassName
{
background-color: #966CAA;
}
.BgClassName
{
background-color: #966CAA;
}
</style>
border-color css
<style>
span { border-color: #966CAA; }
span { border-color: rgb(150,108,170); }
td.TdClassName
{
border-color: #966CAA;
}
.TagClassName
{
border-color: #966CAA;
}
</style>