Shades of True V #997ECF
Tints of True V #997ECF
RGB
CMYK
RGB Variations
Color information
#997ECF (or 0x997ECF) is known color: True V. HEX triplet: 99, 7E and CF. RGB value is (153,126,207). Sum of RGB (Red+Green+Blue) = 153+126+207=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #997ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ECF is #668130. Grayscale: #8F8F8F. Windows color (decimal): -6717745 or 13598361. OLE color: 13598361.
HSL color Cylindrical-coordinate representation of color #997ECF: hue angle of 260º 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 #997ECF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 126 | 207 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.19 |
| HSL | 260º | 0.46% | 0.65% | - |
| HSV(B) | 260º | 0.39% | 0.81% | - |
| XYZ | 31.86 | 26.2 | 62.41 | - |
| YUV | 143.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 207 | 0.26 | 0.39 | 0 | 0.19 | 260 | 0.46 | 0.65 |
| Hex | 99 | 7E | CF | 1A | 27 | 0 | 13 | 104 | 2E | 41 |
| Octal | 231 | 176 | 317 | 32 | 47 | 0 | 23 | 404 | 56 | 101 |
| Binary | 10011001 | 1111110 | 11001111 | 11010 | 100111 | 0 | 10011 | 100000100 | 101110 | 1000001 |
Color Harmonies of #997ECF
Complementary color
Monochromatic Colors of #997ECF
Black with #997ECF
Text Example
Text Example
White with #997ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ECF; }
p { color: rgb(153,126,207); }
H1.HeaderClassName
{
color: #997ECF;
}
.AnyTagClassName
{
color: #997ECF;
}
</style>
background-color css
<style>
a { background-color: #997ECF; }
a { background-color: rgb(153,126,207); }
div.DivClassName
{
background-color: #997ECF;
}
.BgClassName
{
background-color: #997ECF;
}
</style>
border-color css
<style>
span { border-color: #997ECF; }
span { border-color: rgb(153,126,207); }
td.TdClassName
{
border-color: #997ECF;
}
.TagClassName
{
border-color: #997ECF;
}
</style>