Shades of Medium Purple #916BDD
Tints of Medium Purple #916BDD
RGB
CMYK
RGB Variations
Color information
#916BDD (or 0x916BDD) is known color: Medium Purple. HEX triplet: 91, 6B and DD. RGB value is (145,107,221). Sum of RGB (Red+Green+Blue) = 145+107+221=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #916BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BDD is #6E9422. Grayscale: #828282. Windows color (decimal): -7246883 or 14510993. OLE color: 14510993.
HSL color Cylindrical-coordinate representation of color #916BDD: hue angle of 260º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916BDD is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 107 | 221 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.13 |
| HSL | 260º | 0.63% | 0.64% | - |
| HSV(B) | 260º | 0.52% | 0.87% | - |
| XYZ | 29.99 | 21.76 | 71.03 | - |
| YUV | 131.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 221 | 0.34 | 0.52 | 0 | 0.13 | 260 | 0.63 | 0.64 |
| Hex | 91 | 6B | DD | 22 | 34 | 0 | D | 104 | 3F | 40 |
| Octal | 221 | 153 | 335 | 42 | 64 | 0 | 15 | 404 | 77 | 100 |
| Binary | 10010001 | 1101011 | 11011101 | 100010 | 110100 | 0 | 1101 | 100000100 | 111111 | 1000000 |
Color Harmonies of #916BDD
Complementary color
Monochromatic Colors of #916BDD
Black with #916BDD
Text Example
Text Example
White with #916BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BDD; }
p { color: rgb(145,107,221); }
H1.HeaderClassName
{
color: #916BDD;
}
.AnyTagClassName
{
color: #916BDD;
}
</style>
background-color css
<style>
a { background-color: #916BDD; }
a { background-color: rgb(145,107,221); }
div.DivClassName
{
background-color: #916BDD;
}
.BgClassName
{
background-color: #916BDD;
}
</style>
border-color css
<style>
span { border-color: #916BDD; }
span { border-color: rgb(145,107,221); }
td.TdClassName
{
border-color: #916BDD;
}
.TagClassName
{
border-color: #916BDD;
}
</style>