Shades of Medium Purple #9981DA
Tints of Medium Purple #9981DA
RGB
CMYK
RGB Variations
Color information
#9981DA (or 0x9981DA) is known color: Medium Purple. HEX triplet: 99, 81 and DA. RGB value is (153,129,218). Sum of RGB (Red+Green+Blue) = 153+129+218=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9981DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981DA is #667E25. Grayscale: #919191. Windows color (decimal): -6716966 or 14320025. OLE color: 14320025.
HSL color Cylindrical-coordinate representation of color #9981DA: hue angle of 256.18º 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 #9981DA is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 129 | 218 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.15 |
| HSL | 256.18º | 0.55% | 0.68% | - |
| HSV(B) | 256.18º | 0.41% | 0.85% | - |
| XYZ | 33.64 | 27.53 | 69.87 | - |
| YUV | 146.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 218 | 0.30 | 0.41 | 0 | 0.15 | 256.18 | 0.55 | 0.68 |
| Hex | 99 | 81 | DA | 1E | 29 | 0 | F | 100 | 37 | 44 |
| Octal | 231 | 201 | 332 | 36 | 51 | 0 | 17 | 400 | 67 | 104 |
| Binary | 10011001 | 10000001 | 11011010 | 11110 | 101001 | 0 | 1111 | 100000000 | 110111 | 1000100 |
Color Harmonies of #9981DA
Complementary color
Monochromatic Colors of #9981DA
Black with #9981DA
Text Example
Text Example
White with #9981DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9981DA; }
p { color: rgb(153,129,218); }
H1.HeaderClassName
{
color: #9981DA;
}
.AnyTagClassName
{
color: #9981DA;
}
</style>
background-color css
<style>
a { background-color: #9981DA; }
a { background-color: rgb(153,129,218); }
div.DivClassName
{
background-color: #9981DA;
}
.BgClassName
{
background-color: #9981DA;
}
</style>
border-color css
<style>
span { border-color: #9981DA; }
span { border-color: rgb(153,129,218); }
td.TdClassName
{
border-color: #9981DA;
}
.TagClassName
{
border-color: #9981DA;
}
</style>