Shades of Light Slate Blue #9F71FF
Tints of Light Slate Blue #9F71FF
RGB
CMYK
RGB Variations
Color information
#9F71FF (or 0x9F71FF) is known color: Light Slate Blue. HEX triplet: 9F, 71 and FF. RGB value is (159,113,255). Sum of RGB (Red+Green+Blue) = 159+113+255=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F71FF is #608E00. Grayscale: #8E8E8E. Windows color (decimal): -6327809 or 16740767. OLE color: 16740767.
HSL color Cylindrical-coordinate representation of color #9F71FF: hue angle of 259.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F71FF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 113 | 255 | - |
| CMYK | 0.38 | 0.56 | 0 | 0 |
| HSL | 259.44º | 1% | 0.72% | - |
| HSV(B) | 259.44º | 0.56% | 1% | - |
| XYZ | 38.25 | 26.4 | 97.69 | - |
| YUV | 142.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 255 | 0.38 | 0.56 | 0 | 0 | 259.44 | 1 | 0.72 |
| Hex | 9F | 71 | FF | 26 | 38 | 0 | 0 | 103 | 64 | 48 |
| Octal | 237 | 161 | 377 | 46 | 70 | 0 | 0 | 403 | 144 | 110 |
| Binary | 10011111 | 1110001 | 11111111 | 100110 | 111000 | 0 | 0 | 100000011 | 1100100 | 1001000 |
Color Harmonies of #9F71FF
Complementary color
Monochromatic Colors of #9F71FF
Black with #9F71FF
Text Example
Text Example
White with #9F71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71FF; }
p { color: rgb(159,113,255); }
H1.HeaderClassName
{
color: #9F71FF;
}
.AnyTagClassName
{
color: #9F71FF;
}
</style>
background-color css
<style>
a { background-color: #9F71FF; }
a { background-color: rgb(159,113,255); }
div.DivClassName
{
background-color: #9F71FF;
}
.BgClassName
{
background-color: #9F71FF;
}
</style>
border-color css
<style>
span { border-color: #9F71FF; }
span { border-color: rgb(159,113,255); }
td.TdClassName
{
border-color: #9F71FF;
}
.TagClassName
{
border-color: #9F71FF;
}
</style>