Shades of True V #967FCC
Tints of True V #967FCC
RGB
CMYK
RGB Variations
Color information
#967FCC (or 0x967FCC) is known color: True V. HEX triplet: 96, 7F and CC. RGB value is (150,127,204). Sum of RGB (Red+Green+Blue) = 150+127+204=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #967FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCC is #698033. Grayscale: #8E8E8E. Windows color (decimal): -6914100 or 13402006. OLE color: 13402006.
HSL color Cylindrical-coordinate representation of color #967FCC: hue angle of 257.92º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #967FCC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 127 | 204 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.2 |
| HSL | 257.92º | 0.43% | 0.65% | - |
| HSV(B) | 257.92º | 0.38% | 0.8% | - |
| XYZ | 31.07 | 26.02 | 60.51 | - |
| YUV | 142.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 204 | 0.26 | 0.38 | 0 | 0.2 | 257.92 | 0.43 | 0.65 |
| Hex | 96 | 7F | CC | 1A | 26 | 0 | 14 | 102 | 2B | 41 |
| Octal | 226 | 177 | 314 | 32 | 46 | 0 | 24 | 402 | 53 | 101 |
| Binary | 10010110 | 1111111 | 11001100 | 11010 | 100110 | 0 | 10100 | 100000010 | 101011 | 1000001 |
Color Harmonies of #967FCC
Complementary color
Monochromatic Colors of #967FCC
Black with #967FCC
Text Example
Text Example
White with #967FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FCC; }
p { color: rgb(150,127,204); }
H1.HeaderClassName
{
color: #967FCC;
}
.AnyTagClassName
{
color: #967FCC;
}
</style>
background-color css
<style>
a { background-color: #967FCC; }
a { background-color: rgb(150,127,204); }
div.DivClassName
{
background-color: #967FCC;
}
.BgClassName
{
background-color: #967FCC;
}
</style>
border-color css
<style>
span { border-color: #967FCC; }
span { border-color: rgb(150,127,204); }
td.TdClassName
{
border-color: #967FCC;
}
.TagClassName
{
border-color: #967FCC;
}
</style>