Shades of True V #967CCF
Tints of True V #967CCF
RGB
CMYK
RGB Variations
Color information
#967CCF (or 0x967CCF) is known color: True V. HEX triplet: 96, 7C and CF. RGB value is (150,124,207). Sum of RGB (Red+Green+Blue) = 150+124+207=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #967CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CCF is #698330. Grayscale: #8C8C8C. Windows color (decimal): -6914865 or 13597846. OLE color: 13597846.
HSL color Cylindrical-coordinate representation of color #967CCF: hue angle of 258.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967CCF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 124 | 207 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.19 |
| HSL | 258.8º | 0.46% | 0.65% | - |
| HSV(B) | 258.8º | 0.4% | 0.81% | - |
| XYZ | 31.05 | 25.4 | 62.3 | - |
| YUV | 141.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 207 | 0.28 | 0.40 | 0 | 0.19 | 258.8 | 0.46 | 0.65 |
| Hex | 96 | 7C | CF | 1C | 28 | 0 | 13 | 103 | 2E | 41 |
| Octal | 226 | 174 | 317 | 34 | 50 | 0 | 23 | 403 | 56 | 101 |
| Binary | 10010110 | 1111100 | 11001111 | 11100 | 101000 | 0 | 10011 | 100000011 | 101110 | 1000001 |
Color Harmonies of #967CCF
Complementary color
Monochromatic Colors of #967CCF
Black with #967CCF
Text Example
Text Example
White with #967CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CCF; }
p { color: rgb(150,124,207); }
H1.HeaderClassName
{
color: #967CCF;
}
.AnyTagClassName
{
color: #967CCF;
}
</style>
background-color css
<style>
a { background-color: #967CCF; }
a { background-color: rgb(150,124,207); }
div.DivClassName
{
background-color: #967CCF;
}
.BgClassName
{
background-color: #967CCF;
}
</style>
border-color css
<style>
span { border-color: #967CCF; }
span { border-color: rgb(150,124,207); }
td.TdClassName
{
border-color: #967CCF;
}
.TagClassName
{
border-color: #967CCF;
}
</style>