Shades of Medium Purple #9B75DB
Tints of Medium Purple #9B75DB
RGB
CMYK
RGB Variations
Color information
#9B75DB (or 0x9B75DB) is known color: Medium Purple. HEX triplet: 9B, 75 and DB. RGB value is (155,117,219). Sum of RGB (Red+Green+Blue) = 155+117+219=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75DB is #648A24. Grayscale: #8B8B8B. Windows color (decimal): -6588965 or 14382491. OLE color: 14382491.
HSL color Cylindrical-coordinate representation of color #9B75DB: hue angle of 262.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B75DB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 117 | 219 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.14 |
| HSL | 262.35º | 0.59% | 0.66% | - |
| HSV(B) | 262.35º | 0.47% | 0.86% | - |
| XYZ | 32.67 | 24.81 | 70.08 | - |
| YUV | 139.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 219 | 0.29 | 0.47 | 0 | 0.14 | 262.35 | 0.59 | 0.66 |
| Hex | 9B | 75 | DB | 1D | 2F | 0 | E | 106 | 3B | 42 |
| Octal | 233 | 165 | 333 | 35 | 57 | 0 | 16 | 406 | 73 | 102 |
| Binary | 10011011 | 1110101 | 11011011 | 11101 | 101111 | 0 | 1110 | 100000110 | 111011 | 1000010 |
Color Harmonies of #9B75DB
Complementary color
Monochromatic Colors of #9B75DB
Black with #9B75DB
Text Example
Text Example
White with #9B75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B75DB; }
p { color: rgb(155,117,219); }
H1.HeaderClassName
{
color: #9B75DB;
}
.AnyTagClassName
{
color: #9B75DB;
}
</style>
background-color css
<style>
a { background-color: #9B75DB; }
a { background-color: rgb(155,117,219); }
div.DivClassName
{
background-color: #9B75DB;
}
.BgClassName
{
background-color: #9B75DB;
}
</style>
border-color css
<style>
span { border-color: #9B75DB; }
span { border-color: rgb(155,117,219); }
td.TdClassName
{
border-color: #9B75DB;
}
.TagClassName
{
border-color: #9B75DB;
}
</style>