Shades of True V #967BCF
Tints of True V #967BCF
RGB
CMYK
RGB Variations
Color information
#967BCF (or 0x967BCF) is known color: True V. HEX triplet: 96, 7B and CF. RGB value is (150,123,207). Sum of RGB (Red+Green+Blue) = 150+123+207=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #967BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCF is #698430. Grayscale: #8C8C8C. Windows color (decimal): -6915121 or 13597590. OLE color: 13597590.
HSL color Cylindrical-coordinate representation of color #967BCF: hue angle of 259.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967BCF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 123 | 207 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.19 |
| HSL | 259.29º | 0.47% | 0.65% | - |
| HSV(B) | 259.29º | 0.41% | 0.81% | - |
| XYZ | 30.92 | 25.15 | 62.26 | - |
| YUV | 140.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 207 | 0.28 | 0.41 | 0 | 0.19 | 259.29 | 0.47 | 0.65 |
| Hex | 96 | 7B | CF | 1C | 29 | 0 | 13 | 103 | 2F | 41 |
| Octal | 226 | 173 | 317 | 34 | 51 | 0 | 23 | 403 | 57 | 101 |
| Binary | 10010110 | 1111011 | 11001111 | 11100 | 101001 | 0 | 10011 | 100000011 | 101111 | 1000001 |
Color Harmonies of #967BCF
Complementary color
Monochromatic Colors of #967BCF
Black with #967BCF
Text Example
Text Example
White with #967BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BCF; }
p { color: rgb(150,123,207); }
H1.HeaderClassName
{
color: #967BCF;
}
.AnyTagClassName
{
color: #967BCF;
}
</style>
background-color css
<style>
a { background-color: #967BCF; }
a { background-color: rgb(150,123,207); }
div.DivClassName
{
background-color: #967BCF;
}
.BgClassName
{
background-color: #967BCF;
}
</style>
border-color css
<style>
span { border-color: #967BCF; }
span { border-color: rgb(150,123,207); }
td.TdClassName
{
border-color: #967BCF;
}
.TagClassName
{
border-color: #967BCF;
}
</style>