Shades of Medium Purple #9B76DE
Tints of Medium Purple #9B76DE
RGB
CMYK
RGB Variations
Color information
#9B76DE (or 0x9B76DE) is known color: Medium Purple. HEX triplet: 9B, 76 and DE. RGB value is (155,118,222). Sum of RGB (Red+Green+Blue) = 155+118+222=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76DE is #648921. Grayscale: #8C8C8C. Windows color (decimal): -6588706 or 14579355. OLE color: 14579355.
HSL color Cylindrical-coordinate representation of color #9B76DE: hue angle of 261.35º degrees, saturation: 0.61, 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 #9B76DE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 118 | 222 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.13 |
| HSL | 261.35º | 0.61% | 0.67% | - |
| HSV(B) | 261.35º | 0.47% | 0.87% | - |
| XYZ | 33.18 | 25.2 | 72.22 | - |
| YUV | 140.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 222 | 0.30 | 0.47 | 0 | 0.13 | 261.35 | 0.61 | 0.67 |
| Hex | 9B | 76 | DE | 1E | 2F | 0 | D | 105 | 3D | 43 |
| Octal | 233 | 166 | 336 | 36 | 57 | 0 | 15 | 405 | 75 | 103 |
| Binary | 10011011 | 1110110 | 11011110 | 11110 | 101111 | 0 | 1101 | 100000101 | 111101 | 1000011 |
Color Harmonies of #9B76DE
Complementary color
Monochromatic Colors of #9B76DE
Black with #9B76DE
Text Example
Text Example
White with #9B76DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B76DE; }
p { color: rgb(155,118,222); }
H1.HeaderClassName
{
color: #9B76DE;
}
.AnyTagClassName
{
color: #9B76DE;
}
</style>
background-color css
<style>
a { background-color: #9B76DE; }
a { background-color: rgb(155,118,222); }
div.DivClassName
{
background-color: #9B76DE;
}
.BgClassName
{
background-color: #9B76DE;
}
</style>
border-color css
<style>
span { border-color: #9B76DE; }
span { border-color: rgb(155,118,222); }
td.TdClassName
{
border-color: #9B76DE;
}
.TagClassName
{
border-color: #9B76DE;
}
</style>