Shades of True V #967DCC
Tints of True V #967DCC
RGB
CMYK
RGB Variations
Color information
#967DCC (or 0x967DCC) is known color: True V. HEX triplet: 96, 7D and CC. RGB value is (150,125,204). Sum of RGB (Red+Green+Blue) = 150+125+204=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #967DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DCC is #698233. Grayscale: #8D8D8D. Windows color (decimal): -6914612 or 13401494. OLE color: 13401494.
HSL color Cylindrical-coordinate representation of color #967DCC: hue angle of 258.99º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967DCC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 125 | 204 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.2 |
| HSL | 258.99º | 0.44% | 0.65% | - |
| HSV(B) | 258.99º | 0.39% | 0.8% | - |
| XYZ | 30.81 | 25.51 | 60.43 | - |
| YUV | 141.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 204 | 0.26 | 0.39 | 0 | 0.2 | 258.99 | 0.44 | 0.65 |
| Hex | 96 | 7D | CC | 1A | 27 | 0 | 14 | 103 | 2C | 41 |
| Octal | 226 | 175 | 314 | 32 | 47 | 0 | 24 | 403 | 54 | 101 |
| Binary | 10010110 | 1111101 | 11001100 | 11010 | 100111 | 0 | 10100 | 100000011 | 101100 | 1000001 |
Color Harmonies of #967DCC
Complementary color
Monochromatic Colors of #967DCC
Black with #967DCC
Text Example
Text Example
White with #967DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DCC; }
p { color: rgb(150,125,204); }
H1.HeaderClassName
{
color: #967DCC;
}
.AnyTagClassName
{
color: #967DCC;
}
</style>
background-color css
<style>
a { background-color: #967DCC; }
a { background-color: rgb(150,125,204); }
div.DivClassName
{
background-color: #967DCC;
}
.BgClassName
{
background-color: #967DCC;
}
</style>
border-color css
<style>
span { border-color: #967DCC; }
span { border-color: rgb(150,125,204); }
td.TdClassName
{
border-color: #967DCC;
}
.TagClassName
{
border-color: #967DCC;
}
</style>