Shades of True V #967DCB
Tints of True V #967DCB
RGB
CMYK
RGB Variations
Color information
#967DCB (or 0x967DCB) is known color: True V. HEX triplet: 96, 7D and CB. RGB value is (150,125,203). Sum of RGB (Red+Green+Blue) = 150+125+203=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #967DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DCB is #698234. Grayscale: #8D8D8D. Windows color (decimal): -6914613 or 13335958. OLE color: 13335958.
HSL color Cylindrical-coordinate representation of color #967DCB: hue angle of 259.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #967DCB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 125 | 203 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.20 |
| HSL | 259.23º | 0.43% | 0.64% | - |
| HSV(B) | 259.23º | 0.38% | 0.8% | - |
| XYZ | 30.69 | 25.46 | 59.8 | - |
| YUV | 141.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 203 | 0.26 | 0.38 | 0 | 0.20 | 259.23 | 0.43 | 0.64 |
| Hex | 96 | 7D | CB | 1A | 26 | 0 | 14 | 103 | 2B | 40 |
| Octal | 226 | 175 | 313 | 32 | 46 | 0 | 24 | 403 | 53 | 100 |
| Binary | 10010110 | 1111101 | 11001011 | 11010 | 100110 | 0 | 10100 | 100000011 | 101011 | 1000000 |
Color Harmonies of #967DCB
Complementary color
Monochromatic Colors of #967DCB
Black with #967DCB
Text Example
Text Example
White with #967DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DCB; }
p { color: rgb(150,125,203); }
H1.HeaderClassName
{
color: #967DCB;
}
.AnyTagClassName
{
color: #967DCB;
}
</style>
background-color css
<style>
a { background-color: #967DCB; }
a { background-color: rgb(150,125,203); }
div.DivClassName
{
background-color: #967DCB;
}
.BgClassName
{
background-color: #967DCB;
}
</style>
border-color css
<style>
span { border-color: #967DCB; }
span { border-color: rgb(150,125,203); }
td.TdClassName
{
border-color: #967DCB;
}
.TagClassName
{
border-color: #967DCB;
}
</style>