Shades of Medium Purple #9B6CE5
Tints of Medium Purple #9B6CE5
RGB
CMYK
RGB Variations
Color information
#9B6CE5 (or 0x9B6CE5) is known color: Medium Purple. HEX triplet: 9B, 6C and E5. RGB value is (155,108,229). Sum of RGB (Red+Green+Blue) = 155+108+229=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B6CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CE5 is #64931A. Grayscale: #878787. Windows color (decimal): -6591259 or 15035547. OLE color: 15035547.
HSL color Cylindrical-coordinate representation of color #9B6CE5: hue angle of 263.31º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B6CE5 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 108 | 229 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.10 |
| HSL | 263.31º | 0.7% | 0.66% | - |
| HSV(B) | 263.31º | 0.53% | 0.9% | - |
| XYZ | 33.02 | 23.35 | 76.9 | - |
| YUV | 135.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 229 | 0.32 | 0.53 | 0 | 0.10 | 263.31 | 0.7 | 0.66 |
| Hex | 9B | 6C | E5 | 20 | 35 | 0 | A | 107 | 46 | 42 |
| Octal | 233 | 154 | 345 | 40 | 65 | 0 | 12 | 407 | 106 | 102 |
| Binary | 10011011 | 1101100 | 11100101 | 100000 | 110101 | 0 | 1010 | 100000111 | 1000110 | 1000010 |
Color Harmonies of #9B6CE5
Complementary color
Monochromatic Colors of #9B6CE5
Black with #9B6CE5
Text Example
Text Example
White with #9B6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6CE5; }
p { color: rgb(155,108,229); }
H1.HeaderClassName
{
color: #9B6CE5;
}
.AnyTagClassName
{
color: #9B6CE5;
}
</style>
background-color css
<style>
a { background-color: #9B6CE5; }
a { background-color: rgb(155,108,229); }
div.DivClassName
{
background-color: #9B6CE5;
}
.BgClassName
{
background-color: #9B6CE5;
}
</style>
border-color css
<style>
span { border-color: #9B6CE5; }
span { border-color: rgb(155,108,229); }
td.TdClassName
{
border-color: #9B6CE5;
}
.TagClassName
{
border-color: #9B6CE5;
}
</style>