Shades of True V #967FCF
Tints of True V #967FCF
RGB
CMYK
RGB Variations
Color information
#967FCF (or 0x967FCF) is known color: True V. HEX triplet: 96, 7F and CF. RGB value is (150,127,207). Sum of RGB (Red+Green+Blue) = 150+127+207=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #967FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCF is #698030. Grayscale: #8E8E8E. Windows color (decimal): -6914097 or 13598614. OLE color: 13598614.
HSL color Cylindrical-coordinate representation of color #967FCF: hue angle of 257.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967FCF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 127 | 207 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.19 |
| HSL | 257.25º | 0.45% | 0.65% | - |
| HSV(B) | 257.25º | 0.39% | 0.81% | - |
| XYZ | 31.43 | 26.17 | 62.43 | - |
| YUV | 143 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 207 | 0.28 | 0.39 | 0 | 0.19 | 257.25 | 0.45 | 0.65 |
| Hex | 96 | 7F | CF | 1C | 27 | 0 | 13 | 101 | 2D | 41 |
| Octal | 226 | 177 | 317 | 34 | 47 | 0 | 23 | 401 | 55 | 101 |
| Binary | 10010110 | 1111111 | 11001111 | 11100 | 100111 | 0 | 10011 | 100000001 | 101101 | 1000001 |
Color Harmonies of #967FCF
Complementary color
Monochromatic Colors of #967FCF
Black with #967FCF
Text Example
Text Example
White with #967FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FCF; }
p { color: rgb(150,127,207); }
H1.HeaderClassName
{
color: #967FCF;
}
.AnyTagClassName
{
color: #967FCF;
}
</style>
background-color css
<style>
a { background-color: #967FCF; }
a { background-color: rgb(150,127,207); }
div.DivClassName
{
background-color: #967FCF;
}
.BgClassName
{
background-color: #967FCF;
}
</style>
border-color css
<style>
span { border-color: #967FCF; }
span { border-color: rgb(150,127,207); }
td.TdClassName
{
border-color: #967FCF;
}
.TagClassName
{
border-color: #967FCF;
}
</style>