Shades of Logan #9B96B1
Tints of Logan #9B96B1
RGB
CMYK
RGB Variations
Color information
#9B96B1 (or 0x9B96B1) is known color: Logan. HEX triplet: 9B, 96 and B1. RGB value is (155,150,177). Sum of RGB (Red+Green+Blue) = 155+150+177=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B96B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96B1 is #64694E. Grayscale: #9A9A9A. Windows color (decimal): -6580559 or 11638427. OLE color: 11638427.
HSL color Cylindrical-coordinate representation of color #9B96B1: hue angle of 251.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B96B1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 150 | 177 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.31 |
| HSL | 251.11º | 0.15% | 0.64% | - |
| HSV(B) | 251.11º | 0.15% | 0.69% | - |
| XYZ | 32.36 | 31.96 | 46.06 | - |
| YUV | 154.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 177 | 0.12 | 0.15 | 0 | 0.31 | 251.11 | 0.15 | 0.64 |
| Hex | 9B | 96 | B1 | C | F | 0 | 1F | FB | F | 40 |
| Octal | 233 | 226 | 261 | 14 | 17 | 0 | 37 | 373 | 17 | 100 |
| Binary | 10011011 | 10010110 | 10110001 | 1100 | 1111 | 0 | 11111 | 11111011 | 1111 | 1000000 |
Color Harmonies of #9B96B1
Complementary color
Monochromatic Colors of #9B96B1
Black with #9B96B1
Text Example
Text Example
White with #9B96B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96B1; }
p { color: rgb(155,150,177); }
H1.HeaderClassName
{
color: #9B96B1;
}
.AnyTagClassName
{
color: #9B96B1;
}
</style>
background-color css
<style>
a { background-color: #9B96B1; }
a { background-color: rgb(155,150,177); }
div.DivClassName
{
background-color: #9B96B1;
}
.BgClassName
{
background-color: #9B96B1;
}
</style>
border-color css
<style>
span { border-color: #9B96B1; }
span { border-color: rgb(155,150,177); }
td.TdClassName
{
border-color: #9B96B1;
}
.TagClassName
{
border-color: #9B96B1;
}
</style>