Shades of Light Slate Blue #9F53FF
Tints of Light Slate Blue #9F53FF
RGB
CMYK
RGB Variations
Color information
#9F53FF (or 0x9F53FF) is known color: Light Slate Blue. HEX triplet: 9F, 53 and FF. RGB value is (159,83,255). Sum of RGB (Red+Green+Blue) = 159+83+255=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 83 (32.81% from 255 or 16.70% 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 #9F53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F53FF is #60AC00. Grayscale: #7C7C7C. Windows color (decimal): -6335489 or 16733087. OLE color: 16733087.
HSL color Cylindrical-coordinate representation of color #9F53FF: hue angle of 266.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F53FF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 83 | 255 | - |
| CMYK | 0.38 | 0.67 | 0 | 0 |
| HSL | 266.51º | 1% | 0.66% | - |
| HSV(B) | 266.51º | 0.67% | 1% | - |
| XYZ | 35.44 | 20.78 | 96.75 | - |
| YUV | 125.33 | 201.18 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 255 | 0.38 | 0.67 | 0 | 0 | 266.51 | 1 | 0.66 |
| Hex | 9F | 53 | FF | 26 | 43 | 0 | 0 | 10B | 64 | 42 |
| Octal | 237 | 123 | 377 | 46 | 103 | 0 | 0 | 413 | 144 | 102 |
| Binary | 10011111 | 1010011 | 11111111 | 100110 | 1000011 | 0 | 0 | 100001011 | 1100100 | 1000010 |
Color Harmonies of #9F53FF
Complementary color
Monochromatic Colors of #9F53FF
Black with #9F53FF
Text Example
Text Example
White with #9F53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F53FF; }
p { color: rgb(159,83,255); }
H1.HeaderClassName
{
color: #9F53FF;
}
.AnyTagClassName
{
color: #9F53FF;
}
</style>
background-color css
<style>
a { background-color: #9F53FF; }
a { background-color: rgb(159,83,255); }
div.DivClassName
{
background-color: #9F53FF;
}
.BgClassName
{
background-color: #9F53FF;
}
</style>
border-color css
<style>
span { border-color: #9F53FF; }
span { border-color: rgb(159,83,255); }
td.TdClassName
{
border-color: #9F53FF;
}
.TagClassName
{
border-color: #9F53FF;
}
</style>