Shades of Logan #9A96BD
Tints of Logan #9A96BD
RGB
CMYK
RGB Variations
Color information
#9A96BD (or 0x9A96BD) is known color: Logan. HEX triplet: 9A, 96 and BD. RGB value is (154,150,189). Sum of RGB (Red+Green+Blue) = 154+150+189=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96BD is #656942. Grayscale: #9B9B9B. Windows color (decimal): -6646083 or 12424858. OLE color: 12424858.
HSL color Cylindrical-coordinate representation of color #9A96BD: hue angle of 246.15º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A96BD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 150 | 189 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.26 |
| HSL | 246.15º | 0.23% | 0.66% | - |
| HSV(B) | 246.15º | 0.21% | 0.74% | - |
| XYZ | 33.42 | 32.36 | 52.63 | - |
| YUV | 155.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 189 | 0.19 | 0.21 | 0 | 0.26 | 246.15 | 0.23 | 0.66 |
| Hex | 9A | 96 | BD | 13 | 15 | 0 | 1A | F6 | 17 | 42 |
| Octal | 232 | 226 | 275 | 23 | 25 | 0 | 32 | 366 | 27 | 102 |
| Binary | 10011010 | 10010110 | 10111101 | 10011 | 10101 | 0 | 11010 | 11110110 | 10111 | 1000010 |
Color Harmonies of #9A96BD
Complementary color
Monochromatic Colors of #9A96BD
Black with #9A96BD
Text Example
Text Example
White with #9A96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A96BD; }
p { color: rgb(154,150,189); }
H1.HeaderClassName
{
color: #9A96BD;
}
.AnyTagClassName
{
color: #9A96BD;
}
</style>
background-color css
<style>
a { background-color: #9A96BD; }
a { background-color: rgb(154,150,189); }
div.DivClassName
{
background-color: #9A96BD;
}
.BgClassName
{
background-color: #9A96BD;
}
</style>
border-color css
<style>
span { border-color: #9A96BD; }
span { border-color: rgb(154,150,189); }
td.TdClassName
{
border-color: #9A96BD;
}
.TagClassName
{
border-color: #9A96BD;
}
</style>