Shades of True V #967CC9
Tints of True V #967CC9
RGB
CMYK
RGB Variations
Color information
#967CC9 (or 0x967CC9) is known color: True V. HEX triplet: 96, 7C and C9. RGB value is (150,124,201). Sum of RGB (Red+Green+Blue) = 150+124+201=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #967CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CC9 is #698336. Grayscale: #8C8C8C. Windows color (decimal): -6914871 or 13204630. OLE color: 13204630.
HSL color Cylindrical-coordinate representation of color #967CC9: hue angle of 260.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #967CC9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 124 | 201 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.21 |
| HSL | 260.26º | 0.42% | 0.64% | - |
| HSV(B) | 260.26º | 0.38% | 0.79% | - |
| XYZ | 30.33 | 25.12 | 58.51 | - |
| YUV | 140.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 201 | 0.25 | 0.38 | 0 | 0.21 | 260.26 | 0.42 | 0.64 |
| Hex | 96 | 7C | C9 | 19 | 26 | 0 | 15 | 104 | 2A | 40 |
| Octal | 226 | 174 | 311 | 31 | 46 | 0 | 25 | 404 | 52 | 100 |
| Binary | 10010110 | 1111100 | 11001001 | 11001 | 100110 | 0 | 10101 | 100000100 | 101010 | 1000000 |
Color Harmonies of #967CC9
Complementary color
Monochromatic Colors of #967CC9
Black with #967CC9
Text Example
Text Example
White with #967CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CC9; }
p { color: rgb(150,124,201); }
H1.HeaderClassName
{
color: #967CC9;
}
.AnyTagClassName
{
color: #967CC9;
}
</style>
background-color css
<style>
a { background-color: #967CC9; }
a { background-color: rgb(150,124,201); }
div.DivClassName
{
background-color: #967CC9;
}
.BgClassName
{
background-color: #967CC9;
}
</style>
border-color css
<style>
span { border-color: #967CC9; }
span { border-color: rgb(150,124,201); }
td.TdClassName
{
border-color: #967CC9;
}
.TagClassName
{
border-color: #967CC9;
}
</style>