Shades of Medium Purple #9C8CEB
Tints of Medium Purple #9C8CEB
RGB
CMYK
RGB Variations
Color information
#9C8CEB (or 0x9C8CEB) is known color: Medium Purple. HEX triplet: 9C, 8C and EB. RGB value is (156,140,235). Sum of RGB (Red+Green+Blue) = 156+140+235=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CEB is #637314. Grayscale: #9B9B9B. Windows color (decimal): -6517525 or 15436956. OLE color: 15436956.
HSL color Cylindrical-coordinate representation of color #9C8CEB: hue angle of 250.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C8CEB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 140 | 235 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.08 |
| HSL | 250.11º | 0.7% | 0.74% | - |
| HSV(B) | 250.11º | 0.4% | 0.92% | - |
| XYZ | 38.08 | 31.82 | 82.73 | - |
| YUV | 155.61 | 172.8 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 235 | 0.34 | 0.40 | 0 | 0.08 | 250.11 | 0.7 | 0.74 |
| Hex | 9C | 8C | EB | 22 | 28 | 0 | 8 | FA | 46 | 4A |
| Octal | 234 | 214 | 353 | 42 | 50 | 0 | 10 | 372 | 106 | 112 |
| Binary | 10011100 | 10001100 | 11101011 | 100010 | 101000 | 0 | 1000 | 11111010 | 1000110 | 1001010 |
Color Harmonies of #9C8CEB
Complementary color
Monochromatic Colors of #9C8CEB
Black with #9C8CEB
Text Example
Text Example
White with #9C8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CEB; }
p { color: rgb(156,140,235); }
H1.HeaderClassName
{
color: #9C8CEB;
}
.AnyTagClassName
{
color: #9C8CEB;
}
</style>
background-color css
<style>
a { background-color: #9C8CEB; }
a { background-color: rgb(156,140,235); }
div.DivClassName
{
background-color: #9C8CEB;
}
.BgClassName
{
background-color: #9C8CEB;
}
</style>
border-color css
<style>
span { border-color: #9C8CEB; }
span { border-color: rgb(156,140,235); }
td.TdClassName
{
border-color: #9C8CEB;
}
.TagClassName
{
border-color: #9C8CEB;
}
</style>