Shades of True V #9A7DCF
Tints of True V #9A7DCF
RGB
CMYK
RGB Variations
Color information
#9A7DCF (or 0x9A7DCF) is known color: True V. HEX triplet: 9A, 7D and CF. RGB value is (154,125,207). Sum of RGB (Red+Green+Blue) = 154+125+207=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 125 (49.22% from 255 or 25.72% 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 #9A7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DCF is #658230. Grayscale: #8E8E8E. Windows color (decimal): -6652465 or 13598106. OLE color: 13598106.
HSL color Cylindrical-coordinate representation of color #9A7DCF: hue angle of 261.22º 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 #9A7DCF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 125 | 207 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.19 |
| HSL | 261.22º | 0.46% | 0.65% | - |
| HSV(B) | 261.22º | 0.4% | 0.81% | - |
| XYZ | 31.92 | 26.04 | 62.38 | - |
| YUV | 143.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 207 | 0.26 | 0.40 | 0 | 0.19 | 261.22 | 0.46 | 0.65 |
| Hex | 9A | 7D | CF | 1A | 28 | 0 | 13 | 105 | 2E | 41 |
| Octal | 232 | 175 | 317 | 32 | 50 | 0 | 23 | 405 | 56 | 101 |
| Binary | 10011010 | 1111101 | 11001111 | 11010 | 101000 | 0 | 10011 | 100000101 | 101110 | 1000001 |
Color Harmonies of #9A7DCF
Complementary color
Monochromatic Colors of #9A7DCF
Black with #9A7DCF
Text Example
Text Example
White with #9A7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7DCF; }
p { color: rgb(154,125,207); }
H1.HeaderClassName
{
color: #9A7DCF;
}
.AnyTagClassName
{
color: #9A7DCF;
}
</style>
background-color css
<style>
a { background-color: #9A7DCF; }
a { background-color: rgb(154,125,207); }
div.DivClassName
{
background-color: #9A7DCF;
}
.BgClassName
{
background-color: #9A7DCF;
}
</style>
border-color css
<style>
span { border-color: #9A7DCF; }
span { border-color: rgb(154,125,207); }
td.TdClassName
{
border-color: #9A7DCF;
}
.TagClassName
{
border-color: #9A7DCF;
}
</style>