Shades of Medium Purple #9B8AE2
Tints of Medium Purple #9B8AE2
RGB
CMYK
RGB Variations
Color information
#9B8AE2 (or 0x9B8AE2) is known color: Medium Purple. HEX triplet: 9B, 8A and E2. RGB value is (155,138,226). Sum of RGB (Red+Green+Blue) = 155+138+226=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #9B8AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8AE2 is #64751D. Grayscale: #989898. Windows color (decimal): -6583582 or 14846619. OLE color: 14846619.
HSL color Cylindrical-coordinate representation of color #9B8AE2: hue angle of 251.59º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B8AE2 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 138 | 226 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.11 |
| HSL | 251.59º | 0.6% | 0.71% | - |
| HSV(B) | 251.59º | 0.39% | 0.89% | - |
| XYZ | 36.33 | 30.64 | 75.95 | - |
| YUV | 153.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 226 | 0.31 | 0.39 | 0 | 0.11 | 251.59 | 0.6 | 0.71 |
| Hex | 9B | 8A | E2 | 1F | 27 | 0 | B | FC | 3C | 47 |
| Octal | 233 | 212 | 342 | 37 | 47 | 0 | 13 | 374 | 74 | 107 |
| Binary | 10011011 | 10001010 | 11100010 | 11111 | 100111 | 0 | 1011 | 11111100 | 111100 | 1000111 |
Color Harmonies of #9B8AE2
Complementary color
Monochromatic Colors of #9B8AE2
Black with #9B8AE2
Text Example
Text Example
White with #9B8AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8AE2; }
p { color: rgb(155,138,226); }
H1.HeaderClassName
{
color: #9B8AE2;
}
.AnyTagClassName
{
color: #9B8AE2;
}
</style>
background-color css
<style>
a { background-color: #9B8AE2; }
a { background-color: rgb(155,138,226); }
div.DivClassName
{
background-color: #9B8AE2;
}
.BgClassName
{
background-color: #9B8AE2;
}
</style>
border-color css
<style>
span { border-color: #9B8AE2; }
span { border-color: rgb(155,138,226); }
td.TdClassName
{
border-color: #9B8AE2;
}
.TagClassName
{
border-color: #9B8AE2;
}
</style>