Shades of Medium Purple #9A7BDE
Tints of Medium Purple #9A7BDE
RGB
CMYK
RGB Variations
Color information
#9A7BDE (or 0x9A7BDE) is known color: Medium Purple. HEX triplet: 9A, 7B and DE. RGB value is (154,123,222). Sum of RGB (Red+Green+Blue) = 154+123+222=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BDE is #658421. Grayscale: #8F8F8F. Windows color (decimal): -6652962 or 14580634. OLE color: 14580634.
HSL color Cylindrical-coordinate representation of color #9A7BDE: hue angle of 258.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A7BDE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 123 | 222 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.13 |
| HSL | 258.79º | 0.6% | 0.68% | - |
| HSV(B) | 258.79º | 0.45% | 0.87% | - |
| XYZ | 33.59 | 26.31 | 72.41 | - |
| YUV | 143.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 222 | 0.31 | 0.45 | 0 | 0.13 | 258.79 | 0.6 | 0.68 |
| Hex | 9A | 7B | DE | 1F | 2D | 0 | D | 103 | 3C | 44 |
| Octal | 232 | 173 | 336 | 37 | 55 | 0 | 15 | 403 | 74 | 104 |
| Binary | 10011010 | 1111011 | 11011110 | 11111 | 101101 | 0 | 1101 | 100000011 | 111100 | 1000100 |
Color Harmonies of #9A7BDE
Complementary color
Monochromatic Colors of #9A7BDE
Black with #9A7BDE
Text Example
Text Example
White with #9A7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BDE; }
p { color: rgb(154,123,222); }
H1.HeaderClassName
{
color: #9A7BDE;
}
.AnyTagClassName
{
color: #9A7BDE;
}
</style>
background-color css
<style>
a { background-color: #9A7BDE; }
a { background-color: rgb(154,123,222); }
div.DivClassName
{
background-color: #9A7BDE;
}
.BgClassName
{
background-color: #9A7BDE;
}
</style>
border-color css
<style>
span { border-color: #9A7BDE; }
span { border-color: rgb(154,123,222); }
td.TdClassName
{
border-color: #9A7BDE;
}
.TagClassName
{
border-color: #9A7BDE;
}
</style>