Shades of True V #967FCB
Tints of True V #967FCB
RGB
CMYK
RGB Variations
Color information
#967FCB (or 0x967FCB) is known color: True V. HEX triplet: 96, 7F and CB. RGB value is (150,127,203). Sum of RGB (Red+Green+Blue) = 150+127+203=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #967FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCB is #698034. Grayscale: #8E8E8E. Windows color (decimal): -6914101 or 13336470. OLE color: 13336470.
HSL color Cylindrical-coordinate representation of color #967FCB: hue angle of 258.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967FCB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 127 | 203 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.20 |
| HSL | 258.16º | 0.42% | 0.65% | - |
| HSV(B) | 258.16º | 0.37% | 0.8% | - |
| XYZ | 30.95 | 25.97 | 59.88 | - |
| YUV | 142.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 203 | 0.26 | 0.37 | 0 | 0.20 | 258.16 | 0.42 | 0.65 |
| Hex | 96 | 7F | CB | 1A | 25 | 0 | 14 | 102 | 2A | 41 |
| Octal | 226 | 177 | 313 | 32 | 45 | 0 | 24 | 402 | 52 | 101 |
| Binary | 10010110 | 1111111 | 11001011 | 11010 | 100101 | 0 | 10100 | 100000010 | 101010 | 1000001 |
Color Harmonies of #967FCB
Complementary color
Monochromatic Colors of #967FCB
Black with #967FCB
Text Example
Text Example
White with #967FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FCB; }
p { color: rgb(150,127,203); }
H1.HeaderClassName
{
color: #967FCB;
}
.AnyTagClassName
{
color: #967FCB;
}
</style>
background-color css
<style>
a { background-color: #967FCB; }
a { background-color: rgb(150,127,203); }
div.DivClassName
{
background-color: #967FCB;
}
.BgClassName
{
background-color: #967FCB;
}
</style>
border-color css
<style>
span { border-color: #967FCB; }
span { border-color: rgb(150,127,203); }
td.TdClassName
{
border-color: #967FCB;
}
.TagClassName
{
border-color: #967FCB;
}
</style>