Shades of Medium Purple #9A7BDF
Tints of Medium Purple #9A7BDF
RGB
CMYK
RGB Variations
Color information
#9A7BDF (or 0x9A7BDF) is known color: Medium Purple. HEX triplet: 9A, 7B and DF. RGB value is (154,123,223). Sum of RGB (Red+Green+Blue) = 154+123+223=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BDF is #658420. Grayscale: #8F8F8F. Windows color (decimal): -6652961 or 14646170. OLE color: 14646170.
HSL color Cylindrical-coordinate representation of color #9A7BDF: hue angle of 258.6º degrees, saturation: 0.61, 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 #9A7BDF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 123 | 223 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.13 |
| HSL | 258.6º | 0.61% | 0.68% | - |
| HSV(B) | 258.6º | 0.45% | 0.87% | - |
| XYZ | 33.73 | 26.36 | 73.12 | - |
| YUV | 143.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 223 | 0.31 | 0.45 | 0 | 0.13 | 258.6 | 0.61 | 0.68 |
| Hex | 9A | 7B | DF | 1F | 2D | 0 | D | 103 | 3D | 44 |
| Octal | 232 | 173 | 337 | 37 | 55 | 0 | 15 | 403 | 75 | 104 |
| Binary | 10011010 | 1111011 | 11011111 | 11111 | 101101 | 0 | 1101 | 100000011 | 111101 | 1000100 |
Color Harmonies of #9A7BDF
Complementary color
Monochromatic Colors of #9A7BDF
Black with #9A7BDF
Text Example
Text Example
White with #9A7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BDF; }
p { color: rgb(154,123,223); }
H1.HeaderClassName
{
color: #9A7BDF;
}
.AnyTagClassName
{
color: #9A7BDF;
}
</style>
background-color css
<style>
a { background-color: #9A7BDF; }
a { background-color: rgb(154,123,223); }
div.DivClassName
{
background-color: #9A7BDF;
}
.BgClassName
{
background-color: #9A7BDF;
}
</style>
border-color css
<style>
span { border-color: #9A7BDF; }
span { border-color: rgb(154,123,223); }
td.TdClassName
{
border-color: #9A7BDF;
}
.TagClassName
{
border-color: #9A7BDF;
}
</style>