Shades of Medium Purple #9B75DC
Tints of Medium Purple #9B75DC
RGB
CMYK
RGB Variations
Color information
#9B75DC (or 0x9B75DC) is known color: Medium Purple. HEX triplet: 9B, 75 and DC. RGB value is (155,117,220). Sum of RGB (Red+Green+Blue) = 155+117+220=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75DC is #648A23. Grayscale: #8B8B8B. Windows color (decimal): -6588964 or 14448027. OLE color: 14448027.
HSL color Cylindrical-coordinate representation of color #9B75DC: hue angle of 262.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B75DC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 117 | 220 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.14 |
| HSL | 262.14º | 0.6% | 0.66% | - |
| HSV(B) | 262.14º | 0.47% | 0.86% | - |
| XYZ | 32.8 | 24.86 | 70.78 | - |
| YUV | 140.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 220 | 0.30 | 0.47 | 0 | 0.14 | 262.14 | 0.6 | 0.66 |
| Hex | 9B | 75 | DC | 1E | 2F | 0 | E | 106 | 3C | 42 |
| Octal | 233 | 165 | 334 | 36 | 57 | 0 | 16 | 406 | 74 | 102 |
| Binary | 10011011 | 1110101 | 11011100 | 11110 | 101111 | 0 | 1110 | 100000110 | 111100 | 1000010 |
Color Harmonies of #9B75DC
Complementary color
Monochromatic Colors of #9B75DC
Black with #9B75DC
Text Example
Text Example
White with #9B75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B75DC; }
p { color: rgb(155,117,220); }
H1.HeaderClassName
{
color: #9B75DC;
}
.AnyTagClassName
{
color: #9B75DC;
}
</style>
background-color css
<style>
a { background-color: #9B75DC; }
a { background-color: rgb(155,117,220); }
div.DivClassName
{
background-color: #9B75DC;
}
.BgClassName
{
background-color: #9B75DC;
}
</style>
border-color css
<style>
span { border-color: #9B75DC; }
span { border-color: rgb(155,117,220); }
td.TdClassName
{
border-color: #9B75DC;
}
.TagClassName
{
border-color: #9B75DC;
}
</style>