Shades of Medium Purple #9B76DF
Tints of Medium Purple #9B76DF
RGB
CMYK
RGB Variations
Color information
#9B76DF (or 0x9B76DF) is known color: Medium Purple. HEX triplet: 9B, 76 and DF. RGB value is (155,118,223). Sum of RGB (Red+Green+Blue) = 155+118+223=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76DF is #648920. Grayscale: #8C8C8C. Windows color (decimal): -6588705 or 14644891. OLE color: 14644891.
HSL color Cylindrical-coordinate representation of color #9B76DF: hue angle of 261.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B76DF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 118 | 223 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.13 |
| HSL | 261.14º | 0.62% | 0.67% | - |
| HSV(B) | 261.14º | 0.47% | 0.87% | - |
| XYZ | 33.32 | 25.25 | 72.93 | - |
| YUV | 141.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 223 | 0.30 | 0.47 | 0 | 0.13 | 261.14 | 0.62 | 0.67 |
| Hex | 9B | 76 | DF | 1E | 2F | 0 | D | 105 | 3E | 43 |
| Octal | 233 | 166 | 337 | 36 | 57 | 0 | 15 | 405 | 76 | 103 |
| Binary | 10011011 | 1110110 | 11011111 | 11110 | 101111 | 0 | 1101 | 100000101 | 111110 | 1000011 |
Color Harmonies of #9B76DF
Complementary color
Monochromatic Colors of #9B76DF
Black with #9B76DF
Text Example
Text Example
White with #9B76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B76DF; }
p { color: rgb(155,118,223); }
H1.HeaderClassName
{
color: #9B76DF;
}
.AnyTagClassName
{
color: #9B76DF;
}
</style>
background-color css
<style>
a { background-color: #9B76DF; }
a { background-color: rgb(155,118,223); }
div.DivClassName
{
background-color: #9B76DF;
}
.BgClassName
{
background-color: #9B76DF;
}
</style>
border-color css
<style>
span { border-color: #9B76DF; }
span { border-color: rgb(155,118,223); }
td.TdClassName
{
border-color: #9B76DF;
}
.TagClassName
{
border-color: #9B76DF;
}
</style>