Shades of Medium Purple #9B4FEE
Tints of Medium Purple #9B4FEE
RGB
CMYK
RGB Variations
Color information
#9B4FEE (or 0x9B4FEE) is known color: Medium Purple. HEX triplet: 9B, 4F and EE. RGB value is (155,79,238). Sum of RGB (Red+Green+Blue) = 155+79+238=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FEE is #64B011. Grayscale: #777777. Windows color (decimal): -6598674 or 15617947. OLE color: 15617947.
HSL color Cylindrical-coordinate representation of color #9B4FEE: hue angle of 268.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4FEE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 79 | 238 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.07 |
| HSL | 268.68º | 0.82% | 0.62% | - |
| HSV(B) | 268.68º | 0.67% | 0.93% | - |
| XYZ | 31.75 | 18.73 | 82.83 | - |
| YUV | 119.85 | 194.68 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 238 | 0.35 | 0.67 | 0 | 0.07 | 268.68 | 0.82 | 0.62 |
| Hex | 9B | 4F | EE | 23 | 43 | 0 | 7 | 10D | 52 | 3E |
| Octal | 233 | 117 | 356 | 43 | 103 | 0 | 7 | 415 | 122 | 76 |
| Binary | 10011011 | 1001111 | 11101110 | 100011 | 1000011 | 0 | 111 | 100001101 | 1010010 | 111110 |
Color Harmonies of #9B4FEE
Complementary color
Monochromatic Colors of #9B4FEE
Black with #9B4FEE
Text Example
Text Example
White with #9B4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FEE; }
p { color: rgb(155,79,238); }
H1.HeaderClassName
{
color: #9B4FEE;
}
.AnyTagClassName
{
color: #9B4FEE;
}
</style>
background-color css
<style>
a { background-color: #9B4FEE; }
a { background-color: rgb(155,79,238); }
div.DivClassName
{
background-color: #9B4FEE;
}
.BgClassName
{
background-color: #9B4FEE;
}
</style>
border-color css
<style>
span { border-color: #9B4FEE; }
span { border-color: rgb(155,79,238); }
td.TdClassName
{
border-color: #9B4FEE;
}
.TagClassName
{
border-color: #9B4FEE;
}
</style>