Shades of Medium Purple #9A6BEB
Tints of Medium Purple #9A6BEB
RGB
CMYK
RGB Variations
Color information
#9A6BEB (or 0x9A6BEB) is known color: Medium Purple. HEX triplet: 9A, 6B and EB. RGB value is (154,107,235). Sum of RGB (Red+Green+Blue) = 154+107+235=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A6BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BEB is #659414. Grayscale: #878787. Windows color (decimal): -6657045 or 15428506. OLE color: 15428506.
HSL color Cylindrical-coordinate representation of color #9A6BEB: hue angle of 262.03º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6BEB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 107 | 235 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.08 |
| HSL | 262.03º | 0.76% | 0.67% | - |
| HSV(B) | 262.03º | 0.54% | 0.92% | - |
| XYZ | 33.58 | 23.38 | 81.34 | - |
| YUV | 135.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 235 | 0.34 | 0.54 | 0 | 0.08 | 262.03 | 0.76 | 0.67 |
| Hex | 9A | 6B | EB | 22 | 36 | 0 | 8 | 106 | 4C | 43 |
| Octal | 232 | 153 | 353 | 42 | 66 | 0 | 10 | 406 | 114 | 103 |
| Binary | 10011010 | 1101011 | 11101011 | 100010 | 110110 | 0 | 1000 | 100000110 | 1001100 | 1000011 |
Color Harmonies of #9A6BEB
Complementary color
Monochromatic Colors of #9A6BEB
Black with #9A6BEB
Text Example
Text Example
White with #9A6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BEB; }
p { color: rgb(154,107,235); }
H1.HeaderClassName
{
color: #9A6BEB;
}
.AnyTagClassName
{
color: #9A6BEB;
}
</style>
background-color css
<style>
a { background-color: #9A6BEB; }
a { background-color: rgb(154,107,235); }
div.DivClassName
{
background-color: #9A6BEB;
}
.BgClassName
{
background-color: #9A6BEB;
}
</style>
border-color css
<style>
span { border-color: #9A6BEB; }
span { border-color: rgb(154,107,235); }
td.TdClassName
{
border-color: #9A6BEB;
}
.TagClassName
{
border-color: #9A6BEB;
}
</style>