Shades of Medium Purple #9B81DF
Tints of Medium Purple #9B81DF
RGB
CMYK
RGB Variations
Color information
#9B81DF (or 0x9B81DF) is known color: Medium Purple. HEX triplet: 9B, 81 and DF. RGB value is (155,129,223). Sum of RGB (Red+Green+Blue) = 155+129+223=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81DF is #647E20. Grayscale: #939393. Windows color (decimal): -6585889 or 14647707. OLE color: 14647707.
HSL color Cylindrical-coordinate representation of color #9B81DF: hue angle of 256.6º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B81DF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 129 | 223 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.13 |
| HSL | 256.6º | 0.59% | 0.69% | - |
| HSV(B) | 256.6º | 0.42% | 0.87% | - |
| XYZ | 34.69 | 28 | 73.39 | - |
| YUV | 147.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 223 | 0.30 | 0.42 | 0 | 0.13 | 256.6 | 0.59 | 0.69 |
| Hex | 9B | 81 | DF | 1E | 2A | 0 | D | 101 | 3B | 45 |
| Octal | 233 | 201 | 337 | 36 | 52 | 0 | 15 | 401 | 73 | 105 |
| Binary | 10011011 | 10000001 | 11011111 | 11110 | 101010 | 0 | 1101 | 100000001 | 111011 | 1000101 |
Color Harmonies of #9B81DF
Complementary color
Monochromatic Colors of #9B81DF
Black with #9B81DF
Text Example
Text Example
White with #9B81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81DF; }
p { color: rgb(155,129,223); }
H1.HeaderClassName
{
color: #9B81DF;
}
.AnyTagClassName
{
color: #9B81DF;
}
</style>
background-color css
<style>
a { background-color: #9B81DF; }
a { background-color: rgb(155,129,223); }
div.DivClassName
{
background-color: #9B81DF;
}
.BgClassName
{
background-color: #9B81DF;
}
</style>
border-color css
<style>
span { border-color: #9B81DF; }
span { border-color: rgb(155,129,223); }
td.TdClassName
{
border-color: #9B81DF;
}
.TagClassName
{
border-color: #9B81DF;
}
</style>