Shades of Light Slate Blue #9F55FF
Tints of Light Slate Blue #9F55FF
RGB
CMYK
RGB Variations
Color information
#9F55FF (or 0x9F55FF) is known color: Light Slate Blue. HEX triplet: 9F, 55 and FF. RGB value is (159,85,255). Sum of RGB (Red+Green+Blue) = 159+85+255=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 85 (33.59% from 255 or 17.03% 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 #9F55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F55FF is #60AA00. Grayscale: #7D7D7D. Windows color (decimal): -6334977 or 16733599. OLE color: 16733599.
HSL color Cylindrical-coordinate representation of color #9F55FF: hue angle of 266.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F55FF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 85 | 255 | - |
| CMYK | 0.38 | 0.67 | 0 | 0 |
| HSL | 266.12º | 1% | 0.67% | - |
| HSV(B) | 266.12º | 0.67% | 1% | - |
| XYZ | 35.6 | 21.09 | 96.8 | - |
| YUV | 126.51 | 200.52 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 255 | 0.38 | 0.67 | 0 | 0 | 266.12 | 1 | 0.67 |
| Hex | 9F | 55 | FF | 26 | 43 | 0 | 0 | 10A | 64 | 43 |
| Octal | 237 | 125 | 377 | 46 | 103 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10011111 | 1010101 | 11111111 | 100110 | 1000011 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #9F55FF
Complementary color
Monochromatic Colors of #9F55FF
Black with #9F55FF
Text Example
Text Example
White with #9F55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55FF; }
p { color: rgb(159,85,255); }
H1.HeaderClassName
{
color: #9F55FF;
}
.AnyTagClassName
{
color: #9F55FF;
}
</style>
background-color css
<style>
a { background-color: #9F55FF; }
a { background-color: rgb(159,85,255); }
div.DivClassName
{
background-color: #9F55FF;
}
.BgClassName
{
background-color: #9F55FF;
}
</style>
border-color css
<style>
span { border-color: #9F55FF; }
span { border-color: rgb(159,85,255); }
td.TdClassName
{
border-color: #9F55FF;
}
.TagClassName
{
border-color: #9F55FF;
}
</style>