Shades of Medium Purple #9781DA
Tints of Medium Purple #9781DA
RGB
CMYK
RGB Variations
Color information
#9781DA (or 0x9781DA) is known color: Medium Purple. HEX triplet: 97, 81 and DA. RGB value is (151,129,218). Sum of RGB (Red+Green+Blue) = 151+129+218=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #9781DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781DA is #687E25. Grayscale: #919191. Windows color (decimal): -6848038 or 14320023. OLE color: 14320023.
HSL color Cylindrical-coordinate representation of color #9781DA: hue angle of 254.83º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9781DA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 129 | 218 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.15 |
| HSL | 254.83º | 0.55% | 0.68% | - |
| HSV(B) | 254.83º | 0.41% | 0.85% | - |
| XYZ | 33.27 | 27.34 | 69.85 | - |
| YUV | 145.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 218 | 0.31 | 0.41 | 0 | 0.15 | 254.83 | 0.55 | 0.68 |
| Hex | 97 | 81 | DA | 1F | 29 | 0 | F | FF | 37 | 44 |
| Octal | 227 | 201 | 332 | 37 | 51 | 0 | 17 | 377 | 67 | 104 |
| Binary | 10010111 | 10000001 | 11011010 | 11111 | 101001 | 0 | 1111 | 11111111 | 110111 | 1000100 |
Color Harmonies of #9781DA
Complementary color
Monochromatic Colors of #9781DA
Black with #9781DA
Text Example
Text Example
White with #9781DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781DA; }
p { color: rgb(151,129,218); }
H1.HeaderClassName
{
color: #9781DA;
}
.AnyTagClassName
{
color: #9781DA;
}
</style>
background-color css
<style>
a { background-color: #9781DA; }
a { background-color: rgb(151,129,218); }
div.DivClassName
{
background-color: #9781DA;
}
.BgClassName
{
background-color: #9781DA;
}
</style>
border-color css
<style>
span { border-color: #9781DA; }
span { border-color: rgb(151,129,218); }
td.TdClassName
{
border-color: #9781DA;
}
.TagClassName
{
border-color: #9781DA;
}
</style>