Shades of Medium Purple #956BDA
Tints of Medium Purple #956BDA
RGB
CMYK
RGB Variations
Color information
#956BDA (or 0x956BDA) is known color: Medium Purple. HEX triplet: 95, 6B and DA. RGB value is (149,107,218). Sum of RGB (Red+Green+Blue) = 149+107+218=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #956BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BDA is #6A9425. Grayscale: #838383. Windows color (decimal): -6984742 or 14314389. OLE color: 14314389.
HSL color Cylindrical-coordinate representation of color #956BDA: hue angle of 262.7º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956BDA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 107 | 218 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.15 |
| HSL | 262.7º | 0.6% | 0.64% | - |
| HSV(B) | 262.7º | 0.51% | 0.85% | - |
| XYZ | 30.31 | 21.97 | 68.97 | - |
| YUV | 132.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 218 | 0.32 | 0.51 | 0 | 0.15 | 262.7 | 0.6 | 0.64 |
| Hex | 95 | 6B | DA | 20 | 33 | 0 | F | 107 | 3C | 40 |
| Octal | 225 | 153 | 332 | 40 | 63 | 0 | 17 | 407 | 74 | 100 |
| Binary | 10010101 | 1101011 | 11011010 | 100000 | 110011 | 0 | 1111 | 100000111 | 111100 | 1000000 |
Color Harmonies of #956BDA
Complementary color
Monochromatic Colors of #956BDA
Black with #956BDA
Text Example
Text Example
White with #956BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BDA; }
p { color: rgb(149,107,218); }
H1.HeaderClassName
{
color: #956BDA;
}
.AnyTagClassName
{
color: #956BDA;
}
</style>
background-color css
<style>
a { background-color: #956BDA; }
a { background-color: rgb(149,107,218); }
div.DivClassName
{
background-color: #956BDA;
}
.BgClassName
{
background-color: #956BDA;
}
</style>
border-color css
<style>
span { border-color: #956BDA; }
span { border-color: rgb(149,107,218); }
td.TdClassName
{
border-color: #956BDA;
}
.TagClassName
{
border-color: #956BDA;
}
</style>