Shades of True V #997DCF
Tints of True V #997DCF
RGB
CMYK
RGB Variations
Color information
#997DCF (or 0x997DCF) is known color: True V. HEX triplet: 99, 7D and CF. RGB value is (153,125,207). Sum of RGB (Red+Green+Blue) = 153+125+207=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #997DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DCF is #668230. Grayscale: #8E8E8E. Windows color (decimal): -6718001 or 13598105. OLE color: 13598105.
HSL color Cylindrical-coordinate representation of color #997DCF: hue angle of 260.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #997DCF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 125 | 207 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.19 |
| HSL | 260.49º | 0.46% | 0.65% | - |
| HSV(B) | 260.49º | 0.4% | 0.81% | - |
| XYZ | 31.73 | 25.94 | 62.37 | - |
| YUV | 142.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 207 | 0.26 | 0.40 | 0 | 0.19 | 260.49 | 0.46 | 0.65 |
| Hex | 99 | 7D | CF | 1A | 28 | 0 | 13 | 104 | 2E | 41 |
| Octal | 231 | 175 | 317 | 32 | 50 | 0 | 23 | 404 | 56 | 101 |
| Binary | 10011001 | 1111101 | 11001111 | 11010 | 101000 | 0 | 10011 | 100000100 | 101110 | 1000001 |
Color Harmonies of #997DCF
Complementary color
Monochromatic Colors of #997DCF
Black with #997DCF
Text Example
Text Example
White with #997DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DCF; }
p { color: rgb(153,125,207); }
H1.HeaderClassName
{
color: #997DCF;
}
.AnyTagClassName
{
color: #997DCF;
}
</style>
background-color css
<style>
a { background-color: #997DCF; }
a { background-color: rgb(153,125,207); }
div.DivClassName
{
background-color: #997DCF;
}
.BgClassName
{
background-color: #997DCF;
}
</style>
border-color css
<style>
span { border-color: #997DCF; }
span { border-color: rgb(153,125,207); }
td.TdClassName
{
border-color: #997DCF;
}
.TagClassName
{
border-color: #997DCF;
}
</style>