Shades of Medium Purple #9C8BEB
Tints of Medium Purple #9C8BEB
RGB
CMYK
RGB Variations
Color information
#9C8BEB (or 0x9C8BEB) is known color: Medium Purple. HEX triplet: 9C, 8B and EB. RGB value is (156,139,235). Sum of RGB (Red+Green+Blue) = 156+139+235=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BEB is #637414. Grayscale: #9A9A9A. Windows color (decimal): -6517781 or 15436700. OLE color: 15436700.
HSL color Cylindrical-coordinate representation of color #9C8BEB: hue angle of 250.63º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8BEB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 139 | 235 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.08 |
| HSL | 250.63º | 0.71% | 0.73% | - |
| HSV(B) | 250.63º | 0.41% | 0.92% | - |
| XYZ | 37.94 | 31.53 | 82.68 | - |
| YUV | 155.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 235 | 0.34 | 0.41 | 0 | 0.08 | 250.63 | 0.71 | 0.73 |
| Hex | 9C | 8B | EB | 22 | 29 | 0 | 8 | FB | 47 | 49 |
| Octal | 234 | 213 | 353 | 42 | 51 | 0 | 10 | 373 | 107 | 111 |
| Binary | 10011100 | 10001011 | 11101011 | 100010 | 101001 | 0 | 1000 | 11111011 | 1000111 | 1001001 |
Color Harmonies of #9C8BEB
Complementary color
Monochromatic Colors of #9C8BEB
Black with #9C8BEB
Text Example
Text Example
White with #9C8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BEB; }
p { color: rgb(156,139,235); }
H1.HeaderClassName
{
color: #9C8BEB;
}
.AnyTagClassName
{
color: #9C8BEB;
}
</style>
background-color css
<style>
a { background-color: #9C8BEB; }
a { background-color: rgb(156,139,235); }
div.DivClassName
{
background-color: #9C8BEB;
}
.BgClassName
{
background-color: #9C8BEB;
}
</style>
border-color css
<style>
span { border-color: #9C8BEB; }
span { border-color: rgb(156,139,235); }
td.TdClassName
{
border-color: #9C8BEB;
}
.TagClassName
{
border-color: #9C8BEB;
}
</style>