Shades of Light Slate Blue #9F4FFF
Tints of Light Slate Blue #9F4FFF
RGB
CMYK
RGB Variations
Color information
#9F4FFF (or 0x9F4FFF) is known color: Light Slate Blue. HEX triplet: 9F, 4F and FF. RGB value is (159,79,255). Sum of RGB (Red+Green+Blue) = 159+79+255=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4FFF is #60B000. Grayscale: #7A7A7A. Windows color (decimal): -6336513 or 16732063. OLE color: 16732063.
HSL color Cylindrical-coordinate representation of color #9F4FFF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4FFF is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 79 | 255 | - |
| CMYK | 0.38 | 0.69 | 0 | 0 |
| HSL | 267.27º | 1% | 0.65% | - |
| HSV(B) | 267.27º | 0.69% | 1% | - |
| XYZ | 35.14 | 20.18 | 96.65 | - |
| YUV | 122.98 | 202.5 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 255 | 0.38 | 0.69 | 0 | 0 | 267.27 | 1 | 0.65 |
| Hex | 9F | 4F | FF | 26 | 45 | 0 | 0 | 10B | 64 | 41 |
| Octal | 237 | 117 | 377 | 46 | 105 | 0 | 0 | 413 | 144 | 101 |
| Binary | 10011111 | 1001111 | 11111111 | 100110 | 1000101 | 0 | 0 | 100001011 | 1100100 | 1000001 |
Color Harmonies of #9F4FFF
Complementary color
Monochromatic Colors of #9F4FFF
Black with #9F4FFF
Text Example
Text Example
White with #9F4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FFF; }
p { color: rgb(159,79,255); }
H1.HeaderClassName
{
color: #9F4FFF;
}
.AnyTagClassName
{
color: #9F4FFF;
}
</style>
background-color css
<style>
a { background-color: #9F4FFF; }
a { background-color: rgb(159,79,255); }
div.DivClassName
{
background-color: #9F4FFF;
}
.BgClassName
{
background-color: #9F4FFF;
}
</style>
border-color css
<style>
span { border-color: #9F4FFF; }
span { border-color: rgb(159,79,255); }
td.TdClassName
{
border-color: #9F4FFF;
}
.TagClassName
{
border-color: #9F4FFF;
}
</style>