Shades of True V #967ECF
Tints of True V #967ECF
RGB
CMYK
RGB Variations
Color information
#967ECF (or 0x967ECF) is known color: True V. HEX triplet: 96, 7E and CF. RGB value is (150,126,207). Sum of RGB (Red+Green+Blue) = 150+126+207=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #967ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ECF is #698130. Grayscale: #8E8E8E. Windows color (decimal): -6914353 or 13598358. OLE color: 13598358.
HSL color Cylindrical-coordinate representation of color #967ECF: hue angle of 257.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967ECF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 126 | 207 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.19 |
| HSL | 257.78º | 0.46% | 0.65% | - |
| HSV(B) | 257.78º | 0.39% | 0.81% | - |
| XYZ | 31.3 | 25.91 | 62.38 | - |
| YUV | 142.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 207 | 0.28 | 0.39 | 0 | 0.19 | 257.78 | 0.46 | 0.65 |
| Hex | 96 | 7E | CF | 1C | 27 | 0 | 13 | 102 | 2E | 41 |
| Octal | 226 | 176 | 317 | 34 | 47 | 0 | 23 | 402 | 56 | 101 |
| Binary | 10010110 | 1111110 | 11001111 | 11100 | 100111 | 0 | 10011 | 100000010 | 101110 | 1000001 |
Color Harmonies of #967ECF
Complementary color
Monochromatic Colors of #967ECF
Black with #967ECF
Text Example
Text Example
White with #967ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ECF; }
p { color: rgb(150,126,207); }
H1.HeaderClassName
{
color: #967ECF;
}
.AnyTagClassName
{
color: #967ECF;
}
</style>
background-color css
<style>
a { background-color: #967ECF; }
a { background-color: rgb(150,126,207); }
div.DivClassName
{
background-color: #967ECF;
}
.BgClassName
{
background-color: #967ECF;
}
</style>
border-color css
<style>
span { border-color: #967ECF; }
span { border-color: rgb(150,126,207); }
td.TdClassName
{
border-color: #967ECF;
}
.TagClassName
{
border-color: #967ECF;
}
</style>