Shades of Medium Purple #917BDB
Tints of Medium Purple #917BDB
RGB
CMYK
RGB Variations
Color information
#917BDB (or 0x917BDB) is known color: Medium Purple. HEX triplet: 91, 7B and DB. RGB value is (145,123,219). Sum of RGB (Red+Green+Blue) = 145+123+219=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #917BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BDB is #6E8424. Grayscale: #8C8C8C. Windows color (decimal): -7242789 or 14384017. OLE color: 14384017.
HSL color Cylindrical-coordinate representation of color #917BDB: hue angle of 253.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917BDB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 123 | 219 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.14 |
| HSL | 253.75º | 0.57% | 0.67% | - |
| HSV(B) | 253.75º | 0.44% | 0.86% | - |
| XYZ | 31.55 | 25.3 | 70.24 | - |
| YUV | 140.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 219 | 0.34 | 0.44 | 0 | 0.14 | 253.75 | 0.57 | 0.67 |
| Hex | 91 | 7B | DB | 22 | 2C | 0 | E | FE | 39 | 43 |
| Octal | 221 | 173 | 333 | 42 | 54 | 0 | 16 | 376 | 71 | 103 |
| Binary | 10010001 | 1111011 | 11011011 | 100010 | 101100 | 0 | 1110 | 11111110 | 111001 | 1000011 |
Color Harmonies of #917BDB
Complementary color
Monochromatic Colors of #917BDB
Black with #917BDB
Text Example
Text Example
White with #917BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BDB; }
p { color: rgb(145,123,219); }
H1.HeaderClassName
{
color: #917BDB;
}
.AnyTagClassName
{
color: #917BDB;
}
</style>
background-color css
<style>
a { background-color: #917BDB; }
a { background-color: rgb(145,123,219); }
div.DivClassName
{
background-color: #917BDB;
}
.BgClassName
{
background-color: #917BDB;
}
</style>
border-color css
<style>
span { border-color: #917BDB; }
span { border-color: rgb(145,123,219); }
td.TdClassName
{
border-color: #917BDB;
}
.TagClassName
{
border-color: #917BDB;
}
</style>