Shades of Medium Purple #9B74EE
Tints of Medium Purple #9B74EE
RGB
CMYK
RGB Variations
Color information
#9B74EE (or 0x9B74EE) is known color: Medium Purple. HEX triplet: 9B, 74 and EE. RGB value is (155,116,238). Sum of RGB (Red+Green+Blue) = 155+116+238=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B74EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B74EE is #648B11. Grayscale: #8D8D8D. Windows color (decimal): -6589202 or 15627419. OLE color: 15627419.
HSL color Cylindrical-coordinate representation of color #9B74EE: hue angle of 259.18º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B74EE is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 116 | 238 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.07 |
| HSL | 259.18º | 0.78% | 0.69% | - |
| HSV(B) | 259.18º | 0.51% | 0.93% | - |
| XYZ | 35.2 | 25.63 | 83.98 | - |
| YUV | 141.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 238 | 0.35 | 0.51 | 0 | 0.07 | 259.18 | 0.78 | 0.69 |
| Hex | 9B | 74 | EE | 23 | 33 | 0 | 7 | 103 | 4E | 45 |
| Octal | 233 | 164 | 356 | 43 | 63 | 0 | 7 | 403 | 116 | 105 |
| Binary | 10011011 | 1110100 | 11101110 | 100011 | 110011 | 0 | 111 | 100000011 | 1001110 | 1000101 |
Color Harmonies of #9B74EE
Complementary color
Monochromatic Colors of #9B74EE
Black with #9B74EE
Text Example
Text Example
White with #9B74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B74EE; }
p { color: rgb(155,116,238); }
H1.HeaderClassName
{
color: #9B74EE;
}
.AnyTagClassName
{
color: #9B74EE;
}
</style>
background-color css
<style>
a { background-color: #9B74EE; }
a { background-color: rgb(155,116,238); }
div.DivClassName
{
background-color: #9B74EE;
}
.BgClassName
{
background-color: #9B74EE;
}
</style>
border-color css
<style>
span { border-color: #9B74EE; }
span { border-color: rgb(155,116,238); }
td.TdClassName
{
border-color: #9B74EE;
}
.TagClassName
{
border-color: #9B74EE;
}
</style>