Shades of Medium Purple #9B5AF3
Tints of Medium Purple #9B5AF3
RGB
CMYK
RGB Variations
Color information
#9B5AF3 (or 0x9B5AF3) is known color: Medium Purple. HEX triplet: 9B, 5A and F3. RGB value is (155,90,243). Sum of RGB (Red+Green+Blue) = 155+90+243=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B5AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5AF3 is #64A50C. Grayscale: #7E7E7E. Windows color (decimal): -6595853 or 15948443. OLE color: 15948443.
HSL color Cylindrical-coordinate representation of color #9B5AF3: hue angle of 265.49º degrees, saturation: 0.86, 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 #9B5AF3 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 90 | 243 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.05 |
| HSL | 265.49º | 0.86% | 0.65% | - |
| HSV(B) | 265.49º | 0.63% | 0.95% | - |
| XYZ | 33.35 | 20.75 | 87.04 | - |
| YUV | 126.88 | 193.53 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 243 | 0.36 | 0.63 | 0 | 0.05 | 265.49 | 0.86 | 0.65 |
| Hex | 9B | 5A | F3 | 24 | 3F | 0 | 5 | 109 | 56 | 41 |
| Octal | 233 | 132 | 363 | 44 | 77 | 0 | 5 | 411 | 126 | 101 |
| Binary | 10011011 | 1011010 | 11110011 | 100100 | 111111 | 0 | 101 | 100001001 | 1010110 | 1000001 |
Color Harmonies of #9B5AF3
Complementary color
Monochromatic Colors of #9B5AF3
Black with #9B5AF3
Text Example
Text Example
White with #9B5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AF3; }
p { color: rgb(155,90,243); }
H1.HeaderClassName
{
color: #9B5AF3;
}
.AnyTagClassName
{
color: #9B5AF3;
}
</style>
background-color css
<style>
a { background-color: #9B5AF3; }
a { background-color: rgb(155,90,243); }
div.DivClassName
{
background-color: #9B5AF3;
}
.BgClassName
{
background-color: #9B5AF3;
}
</style>
border-color css
<style>
span { border-color: #9B5AF3; }
span { border-color: rgb(155,90,243); }
td.TdClassName
{
border-color: #9B5AF3;
}
.TagClassName
{
border-color: #9B5AF3;
}
</style>