Shades of Medium Purple #9B74DB
Tints of Medium Purple #9B74DB
RGB
CMYK
RGB Variations
Color information
#9B74DB (or 0x9B74DB) is known color: Medium Purple. HEX triplet: 9B, 74 and DB. RGB value is (155,116,219). Sum of RGB (Red+Green+Blue) = 155+116+219=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B74DB is #648B24. Grayscale: #8B8B8B. Windows color (decimal): -6589221 or 14382235. OLE color: 14382235.
HSL color Cylindrical-coordinate representation of color #9B74DB: hue angle of 262.72º 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 #9B74DB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 116 | 219 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.14 |
| HSL | 262.72º | 0.59% | 0.66% | - |
| HSV(B) | 262.72º | 0.47% | 0.86% | - |
| XYZ | 32.55 | 24.57 | 70.05 | - |
| YUV | 139.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 219 | 0.29 | 0.47 | 0 | 0.14 | 262.72 | 0.59 | 0.66 |
| Hex | 9B | 74 | DB | 1D | 2F | 0 | E | 107 | 3B | 42 |
| Octal | 233 | 164 | 333 | 35 | 57 | 0 | 16 | 407 | 73 | 102 |
| Binary | 10011011 | 1110100 | 11011011 | 11101 | 101111 | 0 | 1110 | 100000111 | 111011 | 1000010 |
Color Harmonies of #9B74DB
Complementary color
Monochromatic Colors of #9B74DB
Black with #9B74DB
Text Example
Text Example
White with #9B74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B74DB; }
p { color: rgb(155,116,219); }
H1.HeaderClassName
{
color: #9B74DB;
}
.AnyTagClassName
{
color: #9B74DB;
}
</style>
background-color css
<style>
a { background-color: #9B74DB; }
a { background-color: rgb(155,116,219); }
div.DivClassName
{
background-color: #9B74DB;
}
.BgClassName
{
background-color: #9B74DB;
}
</style>
border-color css
<style>
span { border-color: #9B74DB; }
span { border-color: rgb(155,116,219); }
td.TdClassName
{
border-color: #9B74DB;
}
.TagClassName
{
border-color: #9B74DB;
}
</style>