Shades of Medium Purple #9C8BED
Tints of Medium Purple #9C8BED
RGB
CMYK
RGB Variations
Color information
#9C8BED (or 0x9C8BED) is known color: Medium Purple. HEX triplet: 9C, 8B and ED. RGB value is (156,139,237). Sum of RGB (Red+Green+Blue) = 156+139+237=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C8BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BED is #637412. Grayscale: #9A9A9A. Windows color (decimal): -6517779 or 15567772. OLE color: 15567772.
HSL color Cylindrical-coordinate representation of color #9C8BED: hue angle of 250.41º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8BED is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 139 | 237 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.07 |
| HSL | 250.41º | 0.73% | 0.74% | - |
| HSV(B) | 250.41º | 0.41% | 0.93% | - |
| XYZ | 38.23 | 31.65 | 84.21 | - |
| YUV | 155.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 237 | 0.34 | 0.41 | 0 | 0.07 | 250.41 | 0.73 | 0.74 |
| Hex | 9C | 8B | ED | 22 | 29 | 0 | 7 | FA | 49 | 4A |
| Octal | 234 | 213 | 355 | 42 | 51 | 0 | 7 | 372 | 111 | 112 |
| Binary | 10011100 | 10001011 | 11101101 | 100010 | 101001 | 0 | 111 | 11111010 | 1001001 | 1001010 |
Color Harmonies of #9C8BED
Complementary color
Monochromatic Colors of #9C8BED
Black with #9C8BED
Text Example
Text Example
White with #9C8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BED; }
p { color: rgb(156,139,237); }
H1.HeaderClassName
{
color: #9C8BED;
}
.AnyTagClassName
{
color: #9C8BED;
}
</style>
background-color css
<style>
a { background-color: #9C8BED; }
a { background-color: rgb(156,139,237); }
div.DivClassName
{
background-color: #9C8BED;
}
.BgClassName
{
background-color: #9C8BED;
}
</style>
border-color css
<style>
span { border-color: #9C8BED; }
span { border-color: rgb(156,139,237); }
td.TdClassName
{
border-color: #9C8BED;
}
.TagClassName
{
border-color: #9C8BED;
}
</style>