Shades of Medium Purple #917BD3
Tints of Medium Purple #917BD3
RGB
CMYK
RGB Variations
Color information
#917BD3 (or 0x917BD3) is known color: Medium Purple. HEX triplet: 91, 7B and D3. RGB value is (145,123,211). Sum of RGB (Red+Green+Blue) = 145+123+211=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #917BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BD3 is #6E842C. Grayscale: #8B8B8B. Windows color (decimal): -7242797 or 13859729. OLE color: 13859729.
HSL color Cylindrical-coordinate representation of color #917BD3: hue angle of 255º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917BD3 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 123 | 211 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.17 |
| HSL | 255º | 0.5% | 0.65% | - |
| HSV(B) | 255º | 0.42% | 0.83% | - |
| XYZ | 30.52 | 24.89 | 64.82 | - |
| YUV | 139.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 211 | 0.31 | 0.42 | 0 | 0.17 | 255 | 0.5 | 0.65 |
| Hex | 91 | 7B | D3 | 1F | 2A | 0 | 11 | FF | 32 | 41 |
| Octal | 221 | 173 | 323 | 37 | 52 | 0 | 21 | 377 | 62 | 101 |
| Binary | 10010001 | 1111011 | 11010011 | 11111 | 101010 | 0 | 10001 | 11111111 | 110010 | 1000001 |
Color Harmonies of #917BD3
Complementary color
Monochromatic Colors of #917BD3
Black with #917BD3
Text Example
Text Example
White with #917BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BD3; }
p { color: rgb(145,123,211); }
H1.HeaderClassName
{
color: #917BD3;
}
.AnyTagClassName
{
color: #917BD3;
}
</style>
background-color css
<style>
a { background-color: #917BD3; }
a { background-color: rgb(145,123,211); }
div.DivClassName
{
background-color: #917BD3;
}
.BgClassName
{
background-color: #917BD3;
}
</style>
border-color css
<style>
span { border-color: #917BD3; }
span { border-color: rgb(145,123,211); }
td.TdClassName
{
border-color: #917BD3;
}
.TagClassName
{
border-color: #917BD3;
}
</style>