Shades of True V #9A7ECD
Tints of True V #9A7ECD
RGB
CMYK
RGB Variations
Color information
#9A7ECD (or 0x9A7ECD) is known color: True V. HEX triplet: 9A, 7E and CD. RGB value is (154,126,205). Sum of RGB (Red+Green+Blue) = 154+126+205=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ECD is #658132. Grayscale: #8F8F8F. Windows color (decimal): -6652211 or 13467290. OLE color: 13467290.
HSL color Cylindrical-coordinate representation of color #9A7ECD: hue angle of 261.27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A7ECD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 126 | 205 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.20 |
| HSL | 261.27º | 0.44% | 0.65% | - |
| HSV(B) | 261.27º | 0.39% | 0.8% | - |
| XYZ | 31.81 | 26.2 | 61.14 | - |
| YUV | 143.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 205 | 0.25 | 0.39 | 0 | 0.20 | 261.27 | 0.44 | 0.65 |
| Hex | 9A | 7E | CD | 19 | 27 | 0 | 14 | 105 | 2C | 41 |
| Octal | 232 | 176 | 315 | 31 | 47 | 0 | 24 | 405 | 54 | 101 |
| Binary | 10011010 | 1111110 | 11001101 | 11001 | 100111 | 0 | 10100 | 100000101 | 101100 | 1000001 |
Color Harmonies of #9A7ECD
Complementary color
Monochromatic Colors of #9A7ECD
Black with #9A7ECD
Text Example
Text Example
White with #9A7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7ECD; }
p { color: rgb(154,126,205); }
H1.HeaderClassName
{
color: #9A7ECD;
}
.AnyTagClassName
{
color: #9A7ECD;
}
</style>
background-color css
<style>
a { background-color: #9A7ECD; }
a { background-color: rgb(154,126,205); }
div.DivClassName
{
background-color: #9A7ECD;
}
.BgClassName
{
background-color: #9A7ECD;
}
</style>
border-color css
<style>
span { border-color: #9A7ECD; }
span { border-color: rgb(154,126,205); }
td.TdClassName
{
border-color: #9A7ECD;
}
.TagClassName
{
border-color: #9A7ECD;
}
</style>