Shades of Light Slate Blue #9D71FF
Tints of Light Slate Blue #9D71FF
RGB
CMYK
RGB Variations
Color information
#9D71FF (or 0x9D71FF) is known color: Light Slate Blue. HEX triplet: 9D, 71 and FF. RGB value is (157,113,255). Sum of RGB (Red+Green+Blue) = 157+113+255=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D71FF is #628E00. Grayscale: #8D8D8D. Windows color (decimal): -6458881 or 16740765. OLE color: 16740765.
HSL color Cylindrical-coordinate representation of color #9D71FF: hue angle of 258.59º 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 #9D71FF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 113 | 255 | - |
| CMYK | 0.38 | 0.56 | 0 | 0 |
| HSL | 258.59º | 1% | 0.72% | - |
| HSV(B) | 258.59º | 0.56% | 1% | - |
| XYZ | 37.86 | 26.2 | 97.67 | - |
| YUV | 142.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 255 | 0.38 | 0.56 | 0 | 0 | 258.59 | 1 | 0.72 |
| Hex | 9D | 71 | FF | 26 | 38 | 0 | 0 | 103 | 64 | 48 |
| Octal | 235 | 161 | 377 | 46 | 70 | 0 | 0 | 403 | 144 | 110 |
| Binary | 10011101 | 1110001 | 11111111 | 100110 | 111000 | 0 | 0 | 100000011 | 1100100 | 1001000 |
Color Harmonies of #9D71FF
Complementary color
Monochromatic Colors of #9D71FF
Black with #9D71FF
Text Example
Text Example
White with #9D71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D71FF; }
p { color: rgb(157,113,255); }
H1.HeaderClassName
{
color: #9D71FF;
}
.AnyTagClassName
{
color: #9D71FF;
}
</style>
background-color css
<style>
a { background-color: #9D71FF; }
a { background-color: rgb(157,113,255); }
div.DivClassName
{
background-color: #9D71FF;
}
.BgClassName
{
background-color: #9D71FF;
}
</style>
border-color css
<style>
span { border-color: #9D71FF; }
span { border-color: rgb(157,113,255); }
td.TdClassName
{
border-color: #9D71FF;
}
.TagClassName
{
border-color: #9D71FF;
}
</style>