Shades of East Side #B97ADB
Tints of East Side #B97ADB
RGB
CMYK
RGB Variations
Color information
#B97ADB (or 0xB97ADB) is known color: East Side. HEX triplet: B9, 7A and DB. RGB value is (185,122,219). Sum of RGB (Red+Green+Blue) = 185+122+219=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #B97ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ADB is #468524. Grayscale: #979797. Windows color (decimal): -4621605 or 14383801. OLE color: 14383801.
HSL color Cylindrical-coordinate representation of color #B97ADB: hue angle of 278.97º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97ADB is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 122 | 219 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.14 |
| HSL | 278.97º | 0.57% | 0.67% | - |
| HSV(B) | 278.97º | 0.44% | 0.86% | - |
| XYZ | 39.75 | 29.35 | 70.59 | - |
| YUV | 151.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 219 | 0.16 | 0.44 | 0 | 0.14 | 278.97 | 0.57 | 0.67 |
| Hex | B9 | 7A | DB | 10 | 2C | 0 | E | 117 | 39 | 43 |
| Octal | 271 | 172 | 333 | 20 | 54 | 0 | 16 | 427 | 71 | 103 |
| Binary | 10111001 | 1111010 | 11011011 | 10000 | 101100 | 0 | 1110 | 100010111 | 111001 | 1000011 |
Color Harmonies of #B97ADB
Complementary color
Monochromatic Colors of #B97ADB
Black with #B97ADB
Text Example
Text Example
White with #B97ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97ADB; }
p { color: rgb(185,122,219); }
H1.HeaderClassName
{
color: #B97ADB;
}
.AnyTagClassName
{
color: #B97ADB;
}
</style>
background-color css
<style>
a { background-color: #B97ADB; }
a { background-color: rgb(185,122,219); }
div.DivClassName
{
background-color: #B97ADB;
}
.BgClassName
{
background-color: #B97ADB;
}
</style>
border-color css
<style>
span { border-color: #B97ADB; }
span { border-color: rgb(185,122,219); }
td.TdClassName
{
border-color: #B97ADB;
}
.TagClassName
{
border-color: #B97ADB;
}
</style>