Shades of Light Slate Blue #9163F6
Tints of Light Slate Blue #9163F6
RGB
CMYK
RGB Variations
Color information
#9163F6 (or 0x9163F6) is known color: Light Slate Blue. HEX triplet: 91, 63 and F6. RGB value is (145,99,246). Sum of RGB (Red+Green+Blue) = 145+99+246=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #9163F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9163F6 is #6E9C09. Grayscale: #808080. Windows color (decimal): -7248906 or 16147345. OLE color: 16147345.
HSL color Cylindrical-coordinate representation of color #9163F6: hue angle of 258.78º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9163F6 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 99 | 246 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.04 |
| HSL | 258.78º | 0.89% | 0.68% | - |
| HSV(B) | 258.78º | 0.6% | 0.96% | - |
| XYZ | 32.77 | 21.6 | 89.63 | - |
| YUV | 129.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 246 | 0.41 | 0.60 | 0 | 0.04 | 258.78 | 0.89 | 0.68 |
| Hex | 91 | 63 | F6 | 29 | 3C | 0 | 4 | 103 | 59 | 44 |
| Octal | 221 | 143 | 366 | 51 | 74 | 0 | 4 | 403 | 131 | 104 |
| Binary | 10010001 | 1100011 | 11110110 | 101001 | 111100 | 0 | 100 | 100000011 | 1011001 | 1000100 |
Color Harmonies of #9163F6
Complementary color
Monochromatic Colors of #9163F6
Black with #9163F6
Text Example
Text Example
White with #9163F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163F6; }
p { color: rgb(145,99,246); }
H1.HeaderClassName
{
color: #9163F6;
}
.AnyTagClassName
{
color: #9163F6;
}
</style>
background-color css
<style>
a { background-color: #9163F6; }
a { background-color: rgb(145,99,246); }
div.DivClassName
{
background-color: #9163F6;
}
.BgClassName
{
background-color: #9163F6;
}
</style>
border-color css
<style>
span { border-color: #9163F6; }
span { border-color: rgb(145,99,246); }
td.TdClassName
{
border-color: #9163F6;
}
.TagClassName
{
border-color: #9163F6;
}
</style>