Shades of True V #997ACE
Tints of True V #997ACE
RGB
CMYK
RGB Variations
Color information
#997ACE (or 0x997ACE) is known color: True V. HEX triplet: 99, 7A and CE. RGB value is (153,122,206). Sum of RGB (Red+Green+Blue) = 153+122+206=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #997ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ACE is #668531. Grayscale: #8C8C8C. Windows color (decimal): -6718770 or 13531801. OLE color: 13531801.
HSL color Cylindrical-coordinate representation of color #997ACE: hue angle of 262.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997ACE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 122 | 206 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.19 |
| HSL | 262.14º | 0.46% | 0.64% | - |
| HSV(B) | 262.14º | 0.41% | 0.81% | - |
| XYZ | 31.24 | 25.15 | 61.6 | - |
| YUV | 140.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 206 | 0.26 | 0.41 | 0 | 0.19 | 262.14 | 0.46 | 0.64 |
| Hex | 99 | 7A | CE | 1A | 29 | 0 | 13 | 106 | 2E | 40 |
| Octal | 231 | 172 | 316 | 32 | 51 | 0 | 23 | 406 | 56 | 100 |
| Binary | 10011001 | 1111010 | 11001110 | 11010 | 101001 | 0 | 10011 | 100000110 | 101110 | 1000000 |
Color Harmonies of #997ACE
Complementary color
Monochromatic Colors of #997ACE
Black with #997ACE
Text Example
Text Example
White with #997ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ACE; }
p { color: rgb(153,122,206); }
H1.HeaderClassName
{
color: #997ACE;
}
.AnyTagClassName
{
color: #997ACE;
}
</style>
background-color css
<style>
a { background-color: #997ACE; }
a { background-color: rgb(153,122,206); }
div.DivClassName
{
background-color: #997ACE;
}
.BgClassName
{
background-color: #997ACE;
}
</style>
border-color css
<style>
span { border-color: #997ACE; }
span { border-color: rgb(153,122,206); }
td.TdClassName
{
border-color: #997ACE;
}
.TagClassName
{
border-color: #997ACE;
}
</style>