Shades of Medium Purple #9A7BD4
Tints of Medium Purple #9A7BD4
RGB
CMYK
RGB Variations
Color information
#9A7BD4 (or 0x9A7BD4) is known color: Medium Purple. HEX triplet: 9A, 7B and D4. RGB value is (154,123,212). Sum of RGB (Red+Green+Blue) = 154+123+212=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A7BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BD4 is #65842B. Grayscale: #8E8E8E. Windows color (decimal): -6652972 or 13925274. OLE color: 13925274.
HSL color Cylindrical-coordinate representation of color #9A7BD4: hue angle of 260.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7BD4 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 123 | 212 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.17 |
| HSL | 260.9º | 0.51% | 0.66% | - |
| HSV(B) | 260.9º | 0.42% | 0.83% | - |
| XYZ | 32.29 | 25.79 | 65.56 | - |
| YUV | 142.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 212 | 0.27 | 0.42 | 0 | 0.17 | 260.9 | 0.51 | 0.66 |
| Hex | 9A | 7B | D4 | 1B | 2A | 0 | 11 | 105 | 33 | 42 |
| Octal | 232 | 173 | 324 | 33 | 52 | 0 | 21 | 405 | 63 | 102 |
| Binary | 10011010 | 1111011 | 11010100 | 11011 | 101010 | 0 | 10001 | 100000101 | 110011 | 1000010 |
Color Harmonies of #9A7BD4
Complementary color
Monochromatic Colors of #9A7BD4
Black with #9A7BD4
Text Example
Text Example
White with #9A7BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BD4; }
p { color: rgb(154,123,212); }
H1.HeaderClassName
{
color: #9A7BD4;
}
.AnyTagClassName
{
color: #9A7BD4;
}
</style>
background-color css
<style>
a { background-color: #9A7BD4; }
a { background-color: rgb(154,123,212); }
div.DivClassName
{
background-color: #9A7BD4;
}
.BgClassName
{
background-color: #9A7BD4;
}
</style>
border-color css
<style>
span { border-color: #9A7BD4; }
span { border-color: rgb(154,123,212); }
td.TdClassName
{
border-color: #9A7BD4;
}
.TagClassName
{
border-color: #9A7BD4;
}
</style>