Shades of Logan #9A93B3
Tints of Logan #9A93B3
RGB
CMYK
RGB Variations
Color information
#9A93B3 (or 0x9A93B3) is known color: Logan. HEX triplet: 9A, 93 and B3. RGB value is (154,147,179). Sum of RGB (Red+Green+Blue) = 154+147+179=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A93B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A93B3 is #656C4C. Grayscale: #989898. Windows color (decimal): -6646861 or 11768730. OLE color: 11768730.
HSL color Cylindrical-coordinate representation of color #9A93B3: hue angle of 253.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A93B3 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 147 | 179 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.30 |
| HSL | 253.13º | 0.17% | 0.64% | - |
| HSV(B) | 253.13º | 0.18% | 0.7% | - |
| XYZ | 31.9 | 30.99 | 46.95 | - |
| YUV | 152.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 179 | 0.14 | 0.18 | 0 | 0.30 | 253.13 | 0.17 | 0.64 |
| Hex | 9A | 93 | B3 | E | 12 | 0 | 1E | FD | 11 | 40 |
| Octal | 232 | 223 | 263 | 16 | 22 | 0 | 36 | 375 | 21 | 100 |
| Binary | 10011010 | 10010011 | 10110011 | 1110 | 10010 | 0 | 11110 | 11111101 | 10001 | 1000000 |
Color Harmonies of #9A93B3
Complementary color
Monochromatic Colors of #9A93B3
Black with #9A93B3
Text Example
Text Example
White with #9A93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A93B3; }
p { color: rgb(154,147,179); }
H1.HeaderClassName
{
color: #9A93B3;
}
.AnyTagClassName
{
color: #9A93B3;
}
</style>
background-color css
<style>
a { background-color: #9A93B3; }
a { background-color: rgb(154,147,179); }
div.DivClassName
{
background-color: #9A93B3;
}
.BgClassName
{
background-color: #9A93B3;
}
</style>
border-color css
<style>
span { border-color: #9A93B3; }
span { border-color: rgb(154,147,179); }
td.TdClassName
{
border-color: #9A93B3;
}
.TagClassName
{
border-color: #9A93B3;
}
</style>