Shades of Medium Purple #9B5FE7
Tints of Medium Purple #9B5FE7
RGB
CMYK
RGB Variations
Color information
#9B5FE7 (or 0x9B5FE7) is known color: Medium Purple. HEX triplet: 9B, 5F and E7. RGB value is (155,95,231). Sum of RGB (Red+Green+Blue) = 155+95+231=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B5FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FE7 is #64A018. Grayscale: #7F7F7F. Windows color (decimal): -6594585 or 15163291. OLE color: 15163291.
HSL color Cylindrical-coordinate representation of color #9B5FE7: hue angle of 266.47º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B5FE7 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 95 | 231 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.09 |
| HSL | 266.47º | 0.74% | 0.64% | - |
| HSV(B) | 266.47º | 0.59% | 0.91% | - |
| XYZ | 32.03 | 20.92 | 77.95 | - |
| YUV | 128.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 231 | 0.33 | 0.59 | 0 | 0.09 | 266.47 | 0.74 | 0.64 |
| Hex | 9B | 5F | E7 | 21 | 3B | 0 | 9 | 10A | 4A | 40 |
| Octal | 233 | 137 | 347 | 41 | 73 | 0 | 11 | 412 | 112 | 100 |
| Binary | 10011011 | 1011111 | 11100111 | 100001 | 111011 | 0 | 1001 | 100001010 | 1001010 | 1000000 |
Color Harmonies of #9B5FE7
Complementary color
Monochromatic Colors of #9B5FE7
Black with #9B5FE7
Text Example
Text Example
White with #9B5FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FE7; }
p { color: rgb(155,95,231); }
H1.HeaderClassName
{
color: #9B5FE7;
}
.AnyTagClassName
{
color: #9B5FE7;
}
</style>
background-color css
<style>
a { background-color: #9B5FE7; }
a { background-color: rgb(155,95,231); }
div.DivClassName
{
background-color: #9B5FE7;
}
.BgClassName
{
background-color: #9B5FE7;
}
</style>
border-color css
<style>
span { border-color: #9B5FE7; }
span { border-color: rgb(155,95,231); }
td.TdClassName
{
border-color: #9B5FE7;
}
.TagClassName
{
border-color: #9B5FE7;
}
</style>