Shades of East Side #B981D9
Tints of East Side #B981D9
RGB
CMYK
RGB Variations
Color information
#B981D9 (or 0xB981D9) is known color: East Side. HEX triplet: B9, 81 and D9. RGB value is (185,129,217). Sum of RGB (Red+Green+Blue) = 185+129+217=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #B981D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981D9 is #467E26. Grayscale: #9B9B9B. Windows color (decimal): -4619815 or 14254521. OLE color: 14254521.
HSL color Cylindrical-coordinate representation of color #B981D9: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B981D9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 129 | 217 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.15 |
| HSL | 278.18º | 0.54% | 0.68% | - |
| HSV(B) | 278.18º | 0.41% | 0.85% | - |
| XYZ | 40.38 | 31.02 | 69.51 | - |
| YUV | 155.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 217 | 0.15 | 0.41 | 0 | 0.15 | 278.18 | 0.54 | 0.68 |
| Hex | B9 | 81 | D9 | F | 29 | 0 | F | 116 | 36 | 44 |
| Octal | 271 | 201 | 331 | 17 | 51 | 0 | 17 | 426 | 66 | 104 |
| Binary | 10111001 | 10000001 | 11011001 | 1111 | 101001 | 0 | 1111 | 100010110 | 110110 | 1000100 |
Color Harmonies of #B981D9
Complementary color
Monochromatic Colors of #B981D9
Black with #B981D9
Text Example
Text Example
White with #B981D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981D9; }
p { color: rgb(185,129,217); }
H1.HeaderClassName
{
color: #B981D9;
}
.AnyTagClassName
{
color: #B981D9;
}
</style>
background-color css
<style>
a { background-color: #B981D9; }
a { background-color: rgb(185,129,217); }
div.DivClassName
{
background-color: #B981D9;
}
.BgClassName
{
background-color: #B981D9;
}
</style>
border-color css
<style>
span { border-color: #B981D9; }
span { border-color: rgb(185,129,217); }
td.TdClassName
{
border-color: #B981D9;
}
.TagClassName
{
border-color: #B981D9;
}
</style>