Shades of Light Slate Blue #9161FF
Tints of Light Slate Blue #9161FF
RGB
CMYK
RGB Variations
Color information
#9161FF (or 0x9161FF) is known color: Light Slate Blue. HEX triplet: 91, 61 and FF. RGB value is (145,97,255). Sum of RGB (Red+Green+Blue) = 145+97+255=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #9161FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9161FF is #6E9E00. Grayscale: #808080. Windows color (decimal): -7249409 or 16736657. OLE color: 16736657.
HSL color Cylindrical-coordinate representation of color #9161FF: hue angle of 258.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9161FF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 97 | 255 | - |
| CMYK | 0.43 | 0.62 | 0 | 0 |
| HSL | 258.23º | 1% | 0.69% | - |
| HSV(B) | 258.23º | 0.62% | 1% | - |
| XYZ | 34 | 21.79 | 97.02 | - |
| YUV | 129.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 255 | 0.43 | 0.62 | 0 | 0 | 258.23 | 1 | 0.69 |
| Hex | 91 | 61 | FF | 2B | 3E | 0 | 0 | 102 | 64 | 45 |
| Octal | 221 | 141 | 377 | 53 | 76 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10010001 | 1100001 | 11111111 | 101011 | 111110 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #9161FF
Complementary color
Monochromatic Colors of #9161FF
Black with #9161FF
Text Example
Text Example
White with #9161FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9161FF; }
p { color: rgb(145,97,255); }
H1.HeaderClassName
{
color: #9161FF;
}
.AnyTagClassName
{
color: #9161FF;
}
</style>
background-color css
<style>
a { background-color: #9161FF; }
a { background-color: rgb(145,97,255); }
div.DivClassName
{
background-color: #9161FF;
}
.BgClassName
{
background-color: #9161FF;
}
</style>
border-color css
<style>
span { border-color: #9161FF; }
span { border-color: rgb(145,97,255); }
td.TdClassName
{
border-color: #9161FF;
}
.TagClassName
{
border-color: #9161FF;
}
</style>