Shades of Logan #9C96B3
Tints of Logan #9C96B3
RGB
CMYK
RGB Variations
Color information
#9C96B3 (or 0x9C96B3) is known color: Logan. HEX triplet: 9C, 96 and B3. RGB value is (156,150,179). Sum of RGB (Red+Green+Blue) = 156+150+179=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96B3 is #63694C. Grayscale: #9A9A9A. Windows color (decimal): -6515021 or 11769500. OLE color: 11769500.
HSL color Cylindrical-coordinate representation of color #9C96B3: hue angle of 252.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C96B3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 150 | 179 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.30 |
| HSL | 252.41º | 0.16% | 0.65% | - |
| HSV(B) | 252.41º | 0.16% | 0.7% | - |
| XYZ | 32.75 | 32.14 | 47.12 | - |
| YUV | 155.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 179 | 0.13 | 0.16 | 0 | 0.30 | 252.41 | 0.16 | 0.65 |
| Hex | 9C | 96 | B3 | D | 10 | 0 | 1E | FC | 10 | 41 |
| Octal | 234 | 226 | 263 | 15 | 20 | 0 | 36 | 374 | 20 | 101 |
| Binary | 10011100 | 10010110 | 10110011 | 1101 | 10000 | 0 | 11110 | 11111100 | 10000 | 1000001 |
Color Harmonies of #9C96B3
Complementary color
Monochromatic Colors of #9C96B3
Black with #9C96B3
Text Example
Text Example
White with #9C96B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96B3; }
p { color: rgb(156,150,179); }
H1.HeaderClassName
{
color: #9C96B3;
}
.AnyTagClassName
{
color: #9C96B3;
}
</style>
background-color css
<style>
a { background-color: #9C96B3; }
a { background-color: rgb(156,150,179); }
div.DivClassName
{
background-color: #9C96B3;
}
.BgClassName
{
background-color: #9C96B3;
}
</style>
border-color css
<style>
span { border-color: #9C96B3; }
span { border-color: rgb(156,150,179); }
td.TdClassName
{
border-color: #9C96B3;
}
.TagClassName
{
border-color: #9C96B3;
}
</style>