Shades of True V #967ACB
Tints of True V #967ACB
RGB
CMYK
RGB Variations
Color information
#967ACB (or 0x967ACB) is known color: True V. HEX triplet: 96, 7A and CB. RGB value is (150,122,203). Sum of RGB (Red+Green+Blue) = 150+122+203=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #967ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ACB is #698534. Grayscale: #8B8B8B. Windows color (decimal): -6915381 or 13335190. OLE color: 13335190.
HSL color Cylindrical-coordinate representation of color #967ACB: hue angle of 260.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967ACB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 122 | 203 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.20 |
| HSL | 260.74º | 0.44% | 0.64% | - |
| HSV(B) | 260.74º | 0.4% | 0.8% | - |
| XYZ | 30.32 | 24.71 | 59.67 | - |
| YUV | 139.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 203 | 0.26 | 0.40 | 0 | 0.20 | 260.74 | 0.44 | 0.64 |
| Hex | 96 | 7A | CB | 1A | 28 | 0 | 14 | 105 | 2C | 40 |
| Octal | 226 | 172 | 313 | 32 | 50 | 0 | 24 | 405 | 54 | 100 |
| Binary | 10010110 | 1111010 | 11001011 | 11010 | 101000 | 0 | 10100 | 100000101 | 101100 | 1000000 |
Color Harmonies of #967ACB
Complementary color
Monochromatic Colors of #967ACB
Black with #967ACB
Text Example
Text Example
White with #967ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ACB; }
p { color: rgb(150,122,203); }
H1.HeaderClassName
{
color: #967ACB;
}
.AnyTagClassName
{
color: #967ACB;
}
</style>
background-color css
<style>
a { background-color: #967ACB; }
a { background-color: rgb(150,122,203); }
div.DivClassName
{
background-color: #967ACB;
}
.BgClassName
{
background-color: #967ACB;
}
</style>
border-color css
<style>
span { border-color: #967ACB; }
span { border-color: rgb(150,122,203); }
td.TdClassName
{
border-color: #967ACB;
}
.TagClassName
{
border-color: #967ACB;
}
</style>