Shades of Logan #9A96B5
Tints of Logan #9A96B5
RGB
CMYK
RGB Variations
Color information
#9A96B5 (or 0x9A96B5) is known color: Logan. HEX triplet: 9A, 96 and B5. RGB value is (154,150,181). Sum of RGB (Red+Green+Blue) = 154+150+181=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A96B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96B5 is #65694A. Grayscale: #9A9A9A. Windows color (decimal): -6646091 or 11900570. OLE color: 11900570.
HSL color Cylindrical-coordinate representation of color #9A96B5: hue angle of 247.74º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A96B5 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 150 | 181 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.29 |
| HSL | 247.74º | 0.17% | 0.65% | - |
| HSV(B) | 247.74º | 0.17% | 0.71% | - |
| XYZ | 32.57 | 32.02 | 48.18 | - |
| YUV | 154.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 181 | 0.15 | 0.17 | 0 | 0.29 | 247.74 | 0.17 | 0.65 |
| Hex | 9A | 96 | B5 | F | 11 | 0 | 1D | F8 | 11 | 41 |
| Octal | 232 | 226 | 265 | 17 | 21 | 0 | 35 | 370 | 21 | 101 |
| Binary | 10011010 | 10010110 | 10110101 | 1111 | 10001 | 0 | 11101 | 11111000 | 10001 | 1000001 |
Color Harmonies of #9A96B5
Complementary color
Monochromatic Colors of #9A96B5
Black with #9A96B5
Text Example
Text Example
White with #9A96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A96B5; }
p { color: rgb(154,150,181); }
H1.HeaderClassName
{
color: #9A96B5;
}
.AnyTagClassName
{
color: #9A96B5;
}
</style>
background-color css
<style>
a { background-color: #9A96B5; }
a { background-color: rgb(154,150,181); }
div.DivClassName
{
background-color: #9A96B5;
}
.BgClassName
{
background-color: #9A96B5;
}
</style>
border-color css
<style>
span { border-color: #9A96B5; }
span { border-color: rgb(154,150,181); }
td.TdClassName
{
border-color: #9A96B5;
}
.TagClassName
{
border-color: #9A96B5;
}
</style>