Shades of Medium Purple #9B6FEA
Tints of Medium Purple #9B6FEA
RGB
CMYK
RGB Variations
Color information
#9B6FEA (or 0x9B6FEA) is known color: Medium Purple. HEX triplet: 9B, 6F and EA. RGB value is (155,111,234). Sum of RGB (Red+Green+Blue) = 155+111+234=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6FEA is #649015. Grayscale: #898989. Windows color (decimal): -6590486 or 15363995. OLE color: 15363995.
HSL color Cylindrical-coordinate representation of color #9B6FEA: hue angle of 261.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B6FEA is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 111 | 234 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.08 |
| HSL | 261.46º | 0.75% | 0.68% | - |
| HSV(B) | 261.46º | 0.53% | 0.92% | - |
| XYZ | 34.05 | 24.28 | 80.73 | - |
| YUV | 138.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 234 | 0.34 | 0.53 | 0 | 0.08 | 261.46 | 0.75 | 0.68 |
| Hex | 9B | 6F | EA | 22 | 35 | 0 | 8 | 105 | 4B | 44 |
| Octal | 233 | 157 | 352 | 42 | 65 | 0 | 10 | 405 | 113 | 104 |
| Binary | 10011011 | 1101111 | 11101010 | 100010 | 110101 | 0 | 1000 | 100000101 | 1001011 | 1000100 |
Color Harmonies of #9B6FEA
Complementary color
Monochromatic Colors of #9B6FEA
Black with #9B6FEA
Text Example
Text Example
White with #9B6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FEA; }
p { color: rgb(155,111,234); }
H1.HeaderClassName
{
color: #9B6FEA;
}
.AnyTagClassName
{
color: #9B6FEA;
}
</style>
background-color css
<style>
a { background-color: #9B6FEA; }
a { background-color: rgb(155,111,234); }
div.DivClassName
{
background-color: #9B6FEA;
}
.BgClassName
{
background-color: #9B6FEA;
}
</style>
border-color css
<style>
span { border-color: #9B6FEA; }
span { border-color: rgb(155,111,234); }
td.TdClassName
{
border-color: #9B6FEA;
}
.TagClassName
{
border-color: #9B6FEA;
}
</style>