Shades of Medium Purple #9A6BE9
Tints of Medium Purple #9A6BE9
RGB
CMYK
RGB Variations
Color information
#9A6BE9 (or 0x9A6BE9) is known color: Medium Purple. HEX triplet: 9A, 6B and E9. RGB value is (154,107,233). Sum of RGB (Red+Green+Blue) = 154+107+233=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A6BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BE9 is #659416. Grayscale: #868686. Windows color (decimal): -6657047 or 15297434. OLE color: 15297434.
HSL color Cylindrical-coordinate representation of color #9A6BE9: hue angle of 262.38º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6BE9 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 107 | 233 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.09 |
| HSL | 262.38º | 0.74% | 0.67% | - |
| HSV(B) | 262.38º | 0.54% | 0.91% | - |
| XYZ | 33.29 | 23.27 | 79.83 | - |
| YUV | 135.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 233 | 0.34 | 0.54 | 0 | 0.09 | 262.38 | 0.74 | 0.67 |
| Hex | 9A | 6B | E9 | 22 | 36 | 0 | 9 | 106 | 4A | 43 |
| Octal | 232 | 153 | 351 | 42 | 66 | 0 | 11 | 406 | 112 | 103 |
| Binary | 10011010 | 1101011 | 11101001 | 100010 | 110110 | 0 | 1001 | 100000110 | 1001010 | 1000011 |
Color Harmonies of #9A6BE9
Complementary color
Monochromatic Colors of #9A6BE9
Black with #9A6BE9
Text Example
Text Example
White with #9A6BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BE9; }
p { color: rgb(154,107,233); }
H1.HeaderClassName
{
color: #9A6BE9;
}
.AnyTagClassName
{
color: #9A6BE9;
}
</style>
background-color css
<style>
a { background-color: #9A6BE9; }
a { background-color: rgb(154,107,233); }
div.DivClassName
{
background-color: #9A6BE9;
}
.BgClassName
{
background-color: #9A6BE9;
}
</style>
border-color css
<style>
span { border-color: #9A6BE9; }
span { border-color: rgb(154,107,233); }
td.TdClassName
{
border-color: #9A6BE9;
}
.TagClassName
{
border-color: #9A6BE9;
}
</style>