Shades of True V #967BCA
Tints of True V #967BCA
RGB
CMYK
RGB Variations
Color information
#967BCA (or 0x967BCA) is known color: True V. HEX triplet: 96, 7B and CA. RGB value is (150,123,202). Sum of RGB (Red+Green+Blue) = 150+123+202=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #967BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCA is #698435. Grayscale: #8B8B8B. Windows color (decimal): -6915126 or 13269910. OLE color: 13269910.
HSL color Cylindrical-coordinate representation of color #967BCA: hue angle of 260.51º degrees, saturation: 0.43, 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 #967BCA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 123 | 202 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.21 |
| HSL | 260.51º | 0.43% | 0.64% | - |
| HSV(B) | 260.51º | 0.39% | 0.79% | - |
| XYZ | 30.32 | 24.91 | 59.09 | - |
| YUV | 140.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 202 | 0.26 | 0.39 | 0 | 0.21 | 260.51 | 0.43 | 0.64 |
| Hex | 96 | 7B | CA | 1A | 27 | 0 | 15 | 105 | 2B | 40 |
| Octal | 226 | 173 | 312 | 32 | 47 | 0 | 25 | 405 | 53 | 100 |
| Binary | 10010110 | 1111011 | 11001010 | 11010 | 100111 | 0 | 10101 | 100000101 | 101011 | 1000000 |
Color Harmonies of #967BCA
Complementary color
Monochromatic Colors of #967BCA
Black with #967BCA
Text Example
Text Example
White with #967BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BCA; }
p { color: rgb(150,123,202); }
H1.HeaderClassName
{
color: #967BCA;
}
.AnyTagClassName
{
color: #967BCA;
}
</style>
background-color css
<style>
a { background-color: #967BCA; }
a { background-color: rgb(150,123,202); }
div.DivClassName
{
background-color: #967BCA;
}
.BgClassName
{
background-color: #967BCA;
}
</style>
border-color css
<style>
span { border-color: #967BCA; }
span { border-color: rgb(150,123,202); }
td.TdClassName
{
border-color: #967BCA;
}
.TagClassName
{
border-color: #967BCA;
}
</style>