Shades of Medium Purple #9B5EF8
Tints of Medium Purple #9B5EF8
RGB
CMYK
RGB Variations
Color information
#9B5EF8 (or 0x9B5EF8) is known color: Medium Purple. HEX triplet: 9B, 5E and F8. RGB value is (155,94,248). Sum of RGB (Red+Green+Blue) = 155+94+248=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #9B5EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5EF8 is #64A107. Grayscale: #818181. Windows color (decimal): -6594824 or 16277147. OLE color: 16277147.
HSL color Cylindrical-coordinate representation of color #9B5EF8: hue angle of 263.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B5EF8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 94 | 248 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.03 |
| HSL | 263.77º | 0.92% | 0.67% | - |
| HSV(B) | 263.77º | 0.62% | 0.97% | - |
| XYZ | 34.46 | 21.75 | 91.19 | - |
| YUV | 129.8 | 194.71 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 248 | 0.38 | 0.62 | 0 | 0.03 | 263.77 | 0.92 | 0.67 |
| Hex | 9B | 5E | F8 | 26 | 3E | 0 | 3 | 108 | 5C | 43 |
| Octal | 233 | 136 | 370 | 46 | 76 | 0 | 3 | 410 | 134 | 103 |
| Binary | 10011011 | 1011110 | 11111000 | 100110 | 111110 | 0 | 11 | 100001000 | 1011100 | 1000011 |
Color Harmonies of #9B5EF8
Complementary color
Monochromatic Colors of #9B5EF8
Black with #9B5EF8
Text Example
Text Example
White with #9B5EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5EF8; }
p { color: rgb(155,94,248); }
H1.HeaderClassName
{
color: #9B5EF8;
}
.AnyTagClassName
{
color: #9B5EF8;
}
</style>
background-color css
<style>
a { background-color: #9B5EF8; }
a { background-color: rgb(155,94,248); }
div.DivClassName
{
background-color: #9B5EF8;
}
.BgClassName
{
background-color: #9B5EF8;
}
</style>
border-color css
<style>
span { border-color: #9B5EF8; }
span { border-color: rgb(155,94,248); }
td.TdClassName
{
border-color: #9B5EF8;
}
.TagClassName
{
border-color: #9B5EF8;
}
</style>