Shades of Medium Purple #9B58F1
Tints of Medium Purple #9B58F1
RGB
CMYK
RGB Variations
Color information
#9B58F1 (or 0x9B58F1) is known color: Medium Purple. HEX triplet: 9B, 58 and F1. RGB value is (155,88,241). Sum of RGB (Red+Green+Blue) = 155+88+241=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B58F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B58F1 is #64A70E. Grayscale: #7C7C7C. Windows color (decimal): -6596367 or 15816859. OLE color: 15816859.
HSL color Cylindrical-coordinate representation of color #9B58F1: hue angle of 266.27º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B58F1 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 88 | 241 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.05 |
| HSL | 266.27º | 0.85% | 0.65% | - |
| HSV(B) | 266.27º | 0.63% | 0.95% | - |
| XYZ | 32.88 | 20.3 | 85.4 | - |
| YUV | 125.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 241 | 0.36 | 0.63 | 0 | 0.05 | 266.27 | 0.85 | 0.65 |
| Hex | 9B | 58 | F1 | 24 | 3F | 0 | 5 | 10A | 55 | 41 |
| Octal | 233 | 130 | 361 | 44 | 77 | 0 | 5 | 412 | 125 | 101 |
| Binary | 10011011 | 1011000 | 11110001 | 100100 | 111111 | 0 | 101 | 100001010 | 1010101 | 1000001 |
Color Harmonies of #9B58F1
Complementary color
Monochromatic Colors of #9B58F1
Black with #9B58F1
Text Example
Text Example
White with #9B58F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58F1; }
p { color: rgb(155,88,241); }
H1.HeaderClassName
{
color: #9B58F1;
}
.AnyTagClassName
{
color: #9B58F1;
}
</style>
background-color css
<style>
a { background-color: #9B58F1; }
a { background-color: rgb(155,88,241); }
div.DivClassName
{
background-color: #9B58F1;
}
.BgClassName
{
background-color: #9B58F1;
}
</style>
border-color css
<style>
span { border-color: #9B58F1; }
span { border-color: rgb(155,88,241); }
td.TdClassName
{
border-color: #9B58F1;
}
.TagClassName
{
border-color: #9B58F1;
}
</style>