Shades of True V #997BCF
Tints of True V #997BCF
RGB
CMYK
RGB Variations
Color information
#997BCF (or 0x997BCF) is known color: True V. HEX triplet: 99, 7B and CF. RGB value is (153,123,207). Sum of RGB (Red+Green+Blue) = 153+123+207=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 123 (48.44% from 255 or 25.47% 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 #997BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BCF is #668430. Grayscale: #8D8D8D. Windows color (decimal): -6718513 or 13597593. OLE color: 13597593.
HSL color Cylindrical-coordinate representation of color #997BCF: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997BCF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 123 | 207 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.19 |
| HSL | 261.43º | 0.47% | 0.65% | - |
| HSV(B) | 261.43º | 0.41% | 0.81% | - |
| XYZ | 31.48 | 25.44 | 62.28 | - |
| YUV | 141.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 207 | 0.26 | 0.41 | 0 | 0.19 | 261.43 | 0.47 | 0.65 |
| Hex | 99 | 7B | CF | 1A | 29 | 0 | 13 | 105 | 2F | 41 |
| Octal | 231 | 173 | 317 | 32 | 51 | 0 | 23 | 405 | 57 | 101 |
| Binary | 10011001 | 1111011 | 11001111 | 11010 | 101001 | 0 | 10011 | 100000101 | 101111 | 1000001 |
Color Harmonies of #997BCF
Complementary color
Monochromatic Colors of #997BCF
Black with #997BCF
Text Example
Text Example
White with #997BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BCF; }
p { color: rgb(153,123,207); }
H1.HeaderClassName
{
color: #997BCF;
}
.AnyTagClassName
{
color: #997BCF;
}
</style>
background-color css
<style>
a { background-color: #997BCF; }
a { background-color: rgb(153,123,207); }
div.DivClassName
{
background-color: #997BCF;
}
.BgClassName
{
background-color: #997BCF;
}
</style>
border-color css
<style>
span { border-color: #997BCF; }
span { border-color: rgb(153,123,207); }
td.TdClassName
{
border-color: #997BCF;
}
.TagClassName
{
border-color: #997BCF;
}
</style>