Shades of True V #967FCA
Tints of True V #967FCA
RGB
CMYK
RGB Variations
Color information
#967FCA (or 0x967FCA) is known color: True V. HEX triplet: 96, 7F and CA. RGB value is (150,127,202). Sum of RGB (Red+Green+Blue) = 150+127+202=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #967FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCA is #698035. Grayscale: #8E8E8E. Windows color (decimal): -6914102 or 13270934. OLE color: 13270934.
HSL color Cylindrical-coordinate representation of color #967FCA: hue angle of 258.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967FCA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 127 | 202 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.21 |
| HSL | 258.4º | 0.41% | 0.65% | - |
| HSV(B) | 258.4º | 0.37% | 0.79% | - |
| XYZ | 30.83 | 25.93 | 59.26 | - |
| YUV | 142.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 202 | 0.26 | 0.37 | 0 | 0.21 | 258.4 | 0.41 | 0.65 |
| Hex | 96 | 7F | CA | 1A | 25 | 0 | 15 | 102 | 29 | 41 |
| Octal | 226 | 177 | 312 | 32 | 45 | 0 | 25 | 402 | 51 | 101 |
| Binary | 10010110 | 1111111 | 11001010 | 11010 | 100101 | 0 | 10101 | 100000010 | 101001 | 1000001 |
Color Harmonies of #967FCA
Complementary color
Monochromatic Colors of #967FCA
Black with #967FCA
Text Example
Text Example
White with #967FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FCA; }
p { color: rgb(150,127,202); }
H1.HeaderClassName
{
color: #967FCA;
}
.AnyTagClassName
{
color: #967FCA;
}
</style>
background-color css
<style>
a { background-color: #967FCA; }
a { background-color: rgb(150,127,202); }
div.DivClassName
{
background-color: #967FCA;
}
.BgClassName
{
background-color: #967FCA;
}
</style>
border-color css
<style>
span { border-color: #967FCA; }
span { border-color: rgb(150,127,202); }
td.TdClassName
{
border-color: #967FCA;
}
.TagClassName
{
border-color: #967FCA;
}
</style>