Shades of Light Slate Blue #9160FF
Tints of Light Slate Blue #9160FF
RGB
CMYK
RGB Variations
Color information
#9160FF (or 0x9160FF) is known color: Light Slate Blue. HEX triplet: 91, 60 and FF. RGB value is (145,96,255). Sum of RGB (Red+Green+Blue) = 145+96+255=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9160FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9160FF is #6E9F00. Grayscale: #808080. Windows color (decimal): -7249665 or 16736401. OLE color: 16736401.
HSL color Cylindrical-coordinate representation of color #9160FF: hue angle of 258.49º 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 #9160FF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 96 | 255 | - |
| CMYK | 0.43 | 0.62 | 0 | 0 |
| HSL | 258.49º | 1% | 0.69% | - |
| HSV(B) | 258.49º | 0.62% | 1% | - |
| XYZ | 33.91 | 21.61 | 96.99 | - |
| YUV | 128.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 255 | 0.43 | 0.62 | 0 | 0 | 258.49 | 1 | 0.69 |
| Hex | 91 | 60 | FF | 2B | 3E | 0 | 0 | 102 | 64 | 45 |
| Octal | 221 | 140 | 377 | 53 | 76 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10010001 | 1100000 | 11111111 | 101011 | 111110 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #9160FF
Complementary color
Monochromatic Colors of #9160FF
Black with #9160FF
Text Example
Text Example
White with #9160FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160FF; }
p { color: rgb(145,96,255); }
H1.HeaderClassName
{
color: #9160FF;
}
.AnyTagClassName
{
color: #9160FF;
}
</style>
background-color css
<style>
a { background-color: #9160FF; }
a { background-color: rgb(145,96,255); }
div.DivClassName
{
background-color: #9160FF;
}
.BgClassName
{
background-color: #9160FF;
}
</style>
border-color css
<style>
span { border-color: #9160FF; }
span { border-color: rgb(145,96,255); }
td.TdClassName
{
border-color: #9160FF;
}
.TagClassName
{
border-color: #9160FF;
}
</style>