Shades of True V #967CCA
Tints of True V #967CCA
RGB
CMYK
RGB Variations
Color information
#967CCA (or 0x967CCA) is known color: True V. HEX triplet: 96, 7C and CA. RGB value is (150,124,202). Sum of RGB (Red+Green+Blue) = 150+124+202=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #967CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CCA is #698335. Grayscale: #8C8C8C. Windows color (decimal): -6914870 or 13270166. OLE color: 13270166.
HSL color Cylindrical-coordinate representation of color #967CCA: hue angle of 260º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967CCA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 124 | 202 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.21 |
| HSL | 260º | 0.42% | 0.64% | - |
| HSV(B) | 260º | 0.39% | 0.79% | - |
| XYZ | 30.45 | 25.16 | 59.13 | - |
| YUV | 140.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 202 | 0.26 | 0.39 | 0 | 0.21 | 260 | 0.42 | 0.64 |
| Hex | 96 | 7C | CA | 1A | 27 | 0 | 15 | 104 | 2A | 40 |
| Octal | 226 | 174 | 312 | 32 | 47 | 0 | 25 | 404 | 52 | 100 |
| Binary | 10010110 | 1111100 | 11001010 | 11010 | 100111 | 0 | 10101 | 100000100 | 101010 | 1000000 |
Color Harmonies of #967CCA
Complementary color
Monochromatic Colors of #967CCA
Black with #967CCA
Text Example
Text Example
White with #967CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CCA; }
p { color: rgb(150,124,202); }
H1.HeaderClassName
{
color: #967CCA;
}
.AnyTagClassName
{
color: #967CCA;
}
</style>
background-color css
<style>
a { background-color: #967CCA; }
a { background-color: rgb(150,124,202); }
div.DivClassName
{
background-color: #967CCA;
}
.BgClassName
{
background-color: #967CCA;
}
</style>
border-color css
<style>
span { border-color: #967CCA; }
span { border-color: rgb(150,124,202); }
td.TdClassName
{
border-color: #967CCA;
}
.TagClassName
{
border-color: #967CCA;
}
</style>