Shades of East Side #B98DCA
Tints of East Side #B98DCA
RGB
CMYK
RGB Variations
Color information
#B98DCA (or 0xB98DCA) is known color: East Side. HEX triplet: B9, 8D and CA. RGB value is (185,141,202). Sum of RGB (Red+Green+Blue) = 185+141+202=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B98DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DCA is #467235. Grayscale: #A0A0A0. Windows color (decimal): -4616758 or 13274553. OLE color: 13274553.
HSL color Cylindrical-coordinate representation of color #B98DCA: hue angle of 283.28º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98DCA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 141 | 202 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.21 |
| HSL | 283.28º | 0.37% | 0.67% | - |
| HSV(B) | 283.28º | 0.3% | 0.79% | - |
| XYZ | 40.19 | 33.63 | 60.25 | - |
| YUV | 161.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 202 | 0.08 | 0.30 | 0 | 0.21 | 283.28 | 0.37 | 0.67 |
| Hex | B9 | 8D | CA | 8 | 1E | 0 | 15 | 11B | 25 | 43 |
| Octal | 271 | 215 | 312 | 10 | 36 | 0 | 25 | 433 | 45 | 103 |
| Binary | 10111001 | 10001101 | 11001010 | 1000 | 11110 | 0 | 10101 | 100011011 | 100101 | 1000011 |
Color Harmonies of #B98DCA
Complementary color
Monochromatic Colors of #B98DCA
Black with #B98DCA
Text Example
Text Example
White with #B98DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DCA; }
p { color: rgb(185,141,202); }
H1.HeaderClassName
{
color: #B98DCA;
}
.AnyTagClassName
{
color: #B98DCA;
}
</style>
background-color css
<style>
a { background-color: #B98DCA; }
a { background-color: rgb(185,141,202); }
div.DivClassName
{
background-color: #B98DCA;
}
.BgClassName
{
background-color: #B98DCA;
}
</style>
border-color css
<style>
span { border-color: #B98DCA; }
span { border-color: rgb(185,141,202); }
td.TdClassName
{
border-color: #B98DCA;
}
.TagClassName
{
border-color: #B98DCA;
}
</style>