Shades of True V #9A7FD0
Tints of True V #9A7FD0
RGB
CMYK
RGB Variations
Color information
#9A7FD0 (or 0x9A7FD0) is known color: True V. HEX triplet: 9A, 7F and D0. RGB value is (154,127,208). Sum of RGB (Red+Green+Blue) = 154+127+208=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A7FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FD0 is #65802F. Grayscale: #909090. Windows color (decimal): -6651952 or 13664154. OLE color: 13664154.
HSL color Cylindrical-coordinate representation of color #9A7FD0: hue angle of 260º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A7FD0 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 127 | 208 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.18 |
| HSL | 260º | 0.46% | 0.66% | - |
| HSV(B) | 260º | 0.39% | 0.82% | - |
| XYZ | 32.3 | 26.6 | 63.11 | - |
| YUV | 144.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 208 | 0.26 | 0.39 | 0 | 0.18 | 260 | 0.46 | 0.66 |
| Hex | 9A | 7F | D0 | 1A | 27 | 0 | 12 | 104 | 2E | 42 |
| Octal | 232 | 177 | 320 | 32 | 47 | 0 | 22 | 404 | 56 | 102 |
| Binary | 10011010 | 1111111 | 11010000 | 11010 | 100111 | 0 | 10010 | 100000100 | 101110 | 1000010 |
Color Harmonies of #9A7FD0
Complementary color
Monochromatic Colors of #9A7FD0
Black with #9A7FD0
Text Example
Text Example
White with #9A7FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FD0; }
p { color: rgb(154,127,208); }
H1.HeaderClassName
{
color: #9A7FD0;
}
.AnyTagClassName
{
color: #9A7FD0;
}
</style>
background-color css
<style>
a { background-color: #9A7FD0; }
a { background-color: rgb(154,127,208); }
div.DivClassName
{
background-color: #9A7FD0;
}
.BgClassName
{
background-color: #9A7FD0;
}
</style>
border-color css
<style>
span { border-color: #9A7FD0; }
span { border-color: rgb(154,127,208); }
td.TdClassName
{
border-color: #9A7FD0;
}
.TagClassName
{
border-color: #9A7FD0;
}
</style>