Shades of Light Slate Blue #9361FF
Tints of Light Slate Blue #9361FF
RGB
CMYK
RGB Variations
Color information
#9361FF (or 0x9361FF) is known color: Light Slate Blue. HEX triplet: 93, 61 and FF. RGB value is (147,97,255). Sum of RGB (Red+Green+Blue) = 147+97+255=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #9361FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9361FF is #6C9E00. Grayscale: #818181. Windows color (decimal): -7118337 or 16736659. OLE color: 16736659.
HSL color Cylindrical-coordinate representation of color #9361FF: hue angle of 258.99º 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 #9361FF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 97 | 255 | - |
| CMYK | 0.42 | 0.62 | 0 | 0 |
| HSL | 258.99º | 1% | 0.69% | - |
| HSV(B) | 258.99º | 0.62% | 1% | - |
| XYZ | 34.36 | 21.97 | 97.04 | - |
| YUV | 129.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 255 | 0.42 | 0.62 | 0 | 0 | 258.99 | 1 | 0.69 |
| Hex | 93 | 61 | FF | 2A | 3E | 0 | 0 | 103 | 64 | 45 |
| Octal | 223 | 141 | 377 | 52 | 76 | 0 | 0 | 403 | 144 | 105 |
| Binary | 10010011 | 1100001 | 11111111 | 101010 | 111110 | 0 | 0 | 100000011 | 1100100 | 1000101 |
Color Harmonies of #9361FF
Complementary color
Monochromatic Colors of #9361FF
Black with #9361FF
Text Example
Text Example
White with #9361FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9361FF; }
p { color: rgb(147,97,255); }
H1.HeaderClassName
{
color: #9361FF;
}
.AnyTagClassName
{
color: #9361FF;
}
</style>
background-color css
<style>
a { background-color: #9361FF; }
a { background-color: rgb(147,97,255); }
div.DivClassName
{
background-color: #9361FF;
}
.BgClassName
{
background-color: #9361FF;
}
</style>
border-color css
<style>
span { border-color: #9361FF; }
span { border-color: rgb(147,97,255); }
td.TdClassName
{
border-color: #9361FF;
}
.TagClassName
{
border-color: #9361FF;
}
</style>