Shades of True V #997DCB
Tints of True V #997DCB
RGB
CMYK
RGB Variations
Color information
#997DCB (or 0x997DCB) is known color: True V. HEX triplet: 99, 7D and CB. RGB value is (153,125,203). Sum of RGB (Red+Green+Blue) = 153+125+203=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #997DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DCB is #668234. Grayscale: #8D8D8D. Windows color (decimal): -6718005 or 13335961. OLE color: 13335961.
HSL color Cylindrical-coordinate representation of color #997DCB: hue angle of 261.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #997DCB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 125 | 203 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.20 |
| HSL | 261.54º | 0.43% | 0.64% | - |
| HSV(B) | 261.54º | 0.38% | 0.8% | - |
| XYZ | 31.25 | 25.75 | 59.82 | - |
| YUV | 142.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 203 | 0.25 | 0.38 | 0 | 0.20 | 261.54 | 0.43 | 0.64 |
| Hex | 99 | 7D | CB | 19 | 26 | 0 | 14 | 106 | 2B | 40 |
| Octal | 231 | 175 | 313 | 31 | 46 | 0 | 24 | 406 | 53 | 100 |
| Binary | 10011001 | 1111101 | 11001011 | 11001 | 100110 | 0 | 10100 | 100000110 | 101011 | 1000000 |
Color Harmonies of #997DCB
Complementary color
Monochromatic Colors of #997DCB
Black with #997DCB
Text Example
Text Example
White with #997DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DCB; }
p { color: rgb(153,125,203); }
H1.HeaderClassName
{
color: #997DCB;
}
.AnyTagClassName
{
color: #997DCB;
}
</style>
background-color css
<style>
a { background-color: #997DCB; }
a { background-color: rgb(153,125,203); }
div.DivClassName
{
background-color: #997DCB;
}
.BgClassName
{
background-color: #997DCB;
}
</style>
border-color css
<style>
span { border-color: #997DCB; }
span { border-color: rgb(153,125,203); }
td.TdClassName
{
border-color: #997DCB;
}
.TagClassName
{
border-color: #997DCB;
}
</style>