Shades of Light Slate Blue #9163FA
Tints of Light Slate Blue #9163FA
RGB
CMYK
RGB Variations
Color information
#9163FA (or 0x9163FA) is known color: Light Slate Blue. HEX triplet: 91, 63 and FA. RGB value is (145,99,250). Sum of RGB (Red+Green+Blue) = 145+99+250=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #9163FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9163FA is #6E9C05. Grayscale: #818181. Windows color (decimal): -7248902 or 16409489. OLE color: 16409489.
HSL color Cylindrical-coordinate representation of color #9163FA: hue angle of 258.28º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9163FA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 99 | 250 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.02 |
| HSL | 258.28º | 0.94% | 0.68% | - |
| HSV(B) | 258.28º | 0.6% | 0.98% | - |
| XYZ | 33.39 | 21.85 | 92.9 | - |
| YUV | 129.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 250 | 0.42 | 0.60 | 0 | 0.02 | 258.28 | 0.94 | 0.68 |
| Hex | 91 | 63 | FA | 2A | 3C | 0 | 2 | 102 | 5E | 44 |
| Octal | 221 | 143 | 372 | 52 | 74 | 0 | 2 | 402 | 136 | 104 |
| Binary | 10010001 | 1100011 | 11111010 | 101010 | 111100 | 0 | 10 | 100000010 | 1011110 | 1000100 |
Color Harmonies of #9163FA
Complementary color
Monochromatic Colors of #9163FA
Black with #9163FA
Text Example
Text Example
White with #9163FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163FA; }
p { color: rgb(145,99,250); }
H1.HeaderClassName
{
color: #9163FA;
}
.AnyTagClassName
{
color: #9163FA;
}
</style>
background-color css
<style>
a { background-color: #9163FA; }
a { background-color: rgb(145,99,250); }
div.DivClassName
{
background-color: #9163FA;
}
.BgClassName
{
background-color: #9163FA;
}
</style>
border-color css
<style>
span { border-color: #9163FA; }
span { border-color: rgb(145,99,250); }
td.TdClassName
{
border-color: #9163FA;
}
.TagClassName
{
border-color: #9163FA;
}
</style>