Shades of Medium Purple #9B5DF3
Tints of Medium Purple #9B5DF3
RGB
CMYK
RGB Variations
Color information
#9B5DF3 (or 0x9B5DF3) is known color: Medium Purple. HEX triplet: 9B, 5D and F3. RGB value is (155,93,243). Sum of RGB (Red+Green+Blue) = 155+93+243=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B5DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5DF3 is #64A20C. Grayscale: #808080. Windows color (decimal): -6595085 or 15949211. OLE color: 15949211.
HSL color Cylindrical-coordinate representation of color #9B5DF3: hue angle of 264.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B5DF3 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 93 | 243 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.05 |
| HSL | 264.8º | 0.86% | 0.66% | - |
| HSV(B) | 264.8º | 0.62% | 0.95% | - |
| XYZ | 33.61 | 21.27 | 87.13 | - |
| YUV | 128.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 243 | 0.36 | 0.62 | 0 | 0.05 | 264.8 | 0.86 | 0.66 |
| Hex | 9B | 5D | F3 | 24 | 3E | 0 | 5 | 109 | 56 | 42 |
| Octal | 233 | 135 | 363 | 44 | 76 | 0 | 5 | 411 | 126 | 102 |
| Binary | 10011011 | 1011101 | 11110011 | 100100 | 111110 | 0 | 101 | 100001001 | 1010110 | 1000010 |
Color Harmonies of #9B5DF3
Complementary color
Monochromatic Colors of #9B5DF3
Black with #9B5DF3
Text Example
Text Example
White with #9B5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5DF3; }
p { color: rgb(155,93,243); }
H1.HeaderClassName
{
color: #9B5DF3;
}
.AnyTagClassName
{
color: #9B5DF3;
}
</style>
background-color css
<style>
a { background-color: #9B5DF3; }
a { background-color: rgb(155,93,243); }
div.DivClassName
{
background-color: #9B5DF3;
}
.BgClassName
{
background-color: #9B5DF3;
}
</style>
border-color css
<style>
span { border-color: #9B5DF3; }
span { border-color: rgb(155,93,243); }
td.TdClassName
{
border-color: #9B5DF3;
}
.TagClassName
{
border-color: #9B5DF3;
}
</style>