Shades of Medium Purple #9B8CEC
Tints of Medium Purple #9B8CEC
RGB
CMYK
RGB Variations
Color information
#9B8CEC (or 0x9B8CEC) is known color: Medium Purple. HEX triplet: 9B, 8C and EC. RGB value is (155,140,236). Sum of RGB (Red+Green+Blue) = 155+140+236=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8CEC is #647313. Grayscale: #9B9B9B. Windows color (decimal): -6583060 or 15502491. OLE color: 15502491.
HSL color Cylindrical-coordinate representation of color #9B8CEC: hue angle of 249.38º degrees, saturation: 0.72, 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 #9B8CEC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 140 | 236 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.07 |
| HSL | 249.38º | 0.72% | 0.74% | - |
| HSV(B) | 249.38º | 0.41% | 0.93% | - |
| XYZ | 38.04 | 31.78 | 83.49 | - |
| YUV | 155.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 236 | 0.34 | 0.41 | 0 | 0.07 | 249.38 | 0.72 | 0.74 |
| Hex | 9B | 8C | EC | 22 | 29 | 0 | 7 | F9 | 48 | 4A |
| Octal | 233 | 214 | 354 | 42 | 51 | 0 | 7 | 371 | 110 | 112 |
| Binary | 10011011 | 10001100 | 11101100 | 100010 | 101001 | 0 | 111 | 11111001 | 1001000 | 1001010 |
Color Harmonies of #9B8CEC
Complementary color
Monochromatic Colors of #9B8CEC
Black with #9B8CEC
Text Example
Text Example
White with #9B8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8CEC; }
p { color: rgb(155,140,236); }
H1.HeaderClassName
{
color: #9B8CEC;
}
.AnyTagClassName
{
color: #9B8CEC;
}
</style>
background-color css
<style>
a { background-color: #9B8CEC; }
a { background-color: rgb(155,140,236); }
div.DivClassName
{
background-color: #9B8CEC;
}
.BgClassName
{
background-color: #9B8CEC;
}
</style>
border-color css
<style>
span { border-color: #9B8CEC; }
span { border-color: rgb(155,140,236); }
td.TdClassName
{
border-color: #9B8CEC;
}
.TagClassName
{
border-color: #9B8CEC;
}
</style>