Shades of True V #9A7FCF
Tints of True V #9A7FCF
RGB
CMYK
RGB Variations
Color information
#9A7FCF (or 0x9A7FCF) is known color: True V. HEX triplet: 9A, 7F and CF. RGB value is (154,127,207). Sum of RGB (Red+Green+Blue) = 154+127+207=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FCF is #658030. Grayscale: #8F8F8F. Windows color (decimal): -6651953 or 13598618. OLE color: 13598618.
HSL color Cylindrical-coordinate representation of color #9A7FCF: hue angle of 260.25º degrees, saturation: 0.45, 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 #9A7FCF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 127 | 207 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.19 |
| HSL | 260.25º | 0.45% | 0.65% | - |
| HSV(B) | 260.25º | 0.39% | 0.81% | - |
| XYZ | 32.18 | 26.55 | 62.46 | - |
| YUV | 144.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 207 | 0.26 | 0.39 | 0 | 0.19 | 260.25 | 0.45 | 0.65 |
| Hex | 9A | 7F | CF | 1A | 27 | 0 | 13 | 104 | 2D | 41 |
| Octal | 232 | 177 | 317 | 32 | 47 | 0 | 23 | 404 | 55 | 101 |
| Binary | 10011010 | 1111111 | 11001111 | 11010 | 100111 | 0 | 10011 | 100000100 | 101101 | 1000001 |
Color Harmonies of #9A7FCF
Complementary color
Monochromatic Colors of #9A7FCF
Black with #9A7FCF
Text Example
Text Example
White with #9A7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FCF; }
p { color: rgb(154,127,207); }
H1.HeaderClassName
{
color: #9A7FCF;
}
.AnyTagClassName
{
color: #9A7FCF;
}
</style>
background-color css
<style>
a { background-color: #9A7FCF; }
a { background-color: rgb(154,127,207); }
div.DivClassName
{
background-color: #9A7FCF;
}
.BgClassName
{
background-color: #9A7FCF;
}
</style>
border-color css
<style>
span { border-color: #9A7FCF; }
span { border-color: rgb(154,127,207); }
td.TdClassName
{
border-color: #9A7FCF;
}
.TagClassName
{
border-color: #9A7FCF;
}
</style>