Shades of East Side #B98ACF
Tints of East Side #B98ACF
RGB
CMYK
RGB Variations
Color information
#B98ACF (or 0xB98ACF) is known color: East Side. HEX triplet: B9, 8A and CF. RGB value is (185,138,207). Sum of RGB (Red+Green+Blue) = 185+138+207=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #B98ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ACF is #467530. Grayscale: #9F9F9F. Windows color (decimal): -4617521 or 13601465. OLE color: 13601465.
HSL color Cylindrical-coordinate representation of color #B98ACF: hue angle of 280.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B98ACF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 138 | 207 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.19 |
| HSL | 280.87º | 0.42% | 0.68% | - |
| HSV(B) | 280.87º | 0.33% | 0.81% | - |
| XYZ | 40.36 | 33 | 63.27 | - |
| YUV | 159.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 207 | 0.11 | 0.33 | 0 | 0.19 | 280.87 | 0.42 | 0.68 |
| Hex | B9 | 8A | CF | B | 21 | 0 | 13 | 119 | 2A | 44 |
| Octal | 271 | 212 | 317 | 13 | 41 | 0 | 23 | 431 | 52 | 104 |
| Binary | 10111001 | 10001010 | 11001111 | 1011 | 100001 | 0 | 10011 | 100011001 | 101010 | 1000100 |
Color Harmonies of #B98ACF
Complementary color
Monochromatic Colors of #B98ACF
Black with #B98ACF
Text Example
Text Example
White with #B98ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98ACF; }
p { color: rgb(185,138,207); }
H1.HeaderClassName
{
color: #B98ACF;
}
.AnyTagClassName
{
color: #B98ACF;
}
</style>
background-color css
<style>
a { background-color: #B98ACF; }
a { background-color: rgb(185,138,207); }
div.DivClassName
{
background-color: #B98ACF;
}
.BgClassName
{
background-color: #B98ACF;
}
</style>
border-color css
<style>
span { border-color: #B98ACF; }
span { border-color: rgb(185,138,207); }
td.TdClassName
{
border-color: #B98ACF;
}
.TagClassName
{
border-color: #B98ACF;
}
</style>