Shades of True V #967FC9
Tints of True V #967FC9
RGB
CMYK
RGB Variations
Color information
#967FC9 (or 0x967FC9) is known color: True V. HEX triplet: 96, 7F and C9. RGB value is (150,127,201). Sum of RGB (Red+Green+Blue) = 150+127+201=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #967FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC9 is #698036. Grayscale: #8E8E8E. Windows color (decimal): -6914103 or 13205398. OLE color: 13205398.
HSL color Cylindrical-coordinate representation of color #967FC9: hue angle of 258.65º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967FC9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 127 | 201 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.21 |
| HSL | 258.65º | 0.41% | 0.64% | - |
| HSV(B) | 258.65º | 0.37% | 0.79% | - |
| XYZ | 30.71 | 25.88 | 58.64 | - |
| YUV | 142.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 201 | 0.25 | 0.37 | 0 | 0.21 | 258.65 | 0.41 | 0.64 |
| Hex | 96 | 7F | C9 | 19 | 25 | 0 | 15 | 103 | 29 | 40 |
| Octal | 226 | 177 | 311 | 31 | 45 | 0 | 25 | 403 | 51 | 100 |
| Binary | 10010110 | 1111111 | 11001001 | 11001 | 100101 | 0 | 10101 | 100000011 | 101001 | 1000000 |
Color Harmonies of #967FC9
Complementary color
Monochromatic Colors of #967FC9
Black with #967FC9
Text Example
Text Example
White with #967FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FC9; }
p { color: rgb(150,127,201); }
H1.HeaderClassName
{
color: #967FC9;
}
.AnyTagClassName
{
color: #967FC9;
}
</style>
background-color css
<style>
a { background-color: #967FC9; }
a { background-color: rgb(150,127,201); }
div.DivClassName
{
background-color: #967FC9;
}
.BgClassName
{
background-color: #967FC9;
}
</style>
border-color css
<style>
span { border-color: #967FC9; }
span { border-color: rgb(150,127,201); }
td.TdClassName
{
border-color: #967FC9;
}
.TagClassName
{
border-color: #967FC9;
}
</style>