Shades of Medium Purple #9A6BDF
Tints of Medium Purple #9A6BDF
RGB
CMYK
RGB Variations
Color information
#9A6BDF (or 0x9A6BDF) is known color: Medium Purple. HEX triplet: 9A, 6B and DF. RGB value is (154,107,223). Sum of RGB (Red+Green+Blue) = 154+107+223=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BDF is #659420. Grayscale: #858585. Windows color (decimal): -6657057 or 14642074. OLE color: 14642074.
HSL color Cylindrical-coordinate representation of color #9A6BDF: hue angle of 264.31º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A6BDF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 107 | 223 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.13 |
| HSL | 264.31º | 0.64% | 0.65% | - |
| HSV(B) | 264.31º | 0.52% | 0.87% | - |
| XYZ | 31.9 | 22.71 | 72.51 | - |
| YUV | 134.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 223 | 0.31 | 0.52 | 0 | 0.13 | 264.31 | 0.64 | 0.65 |
| Hex | 9A | 6B | DF | 1F | 34 | 0 | D | 108 | 40 | 41 |
| Octal | 232 | 153 | 337 | 37 | 64 | 0 | 15 | 410 | 100 | 101 |
| Binary | 10011010 | 1101011 | 11011111 | 11111 | 110100 | 0 | 1101 | 100001000 | 1000000 | 1000001 |
Color Harmonies of #9A6BDF
Complementary color
Monochromatic Colors of #9A6BDF
Black with #9A6BDF
Text Example
Text Example
White with #9A6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BDF; }
p { color: rgb(154,107,223); }
H1.HeaderClassName
{
color: #9A6BDF;
}
.AnyTagClassName
{
color: #9A6BDF;
}
</style>
background-color css
<style>
a { background-color: #9A6BDF; }
a { background-color: rgb(154,107,223); }
div.DivClassName
{
background-color: #9A6BDF;
}
.BgClassName
{
background-color: #9A6BDF;
}
</style>
border-color css
<style>
span { border-color: #9A6BDF; }
span { border-color: rgb(154,107,223); }
td.TdClassName
{
border-color: #9A6BDF;
}
.TagClassName
{
border-color: #9A6BDF;
}
</style>