Shades of Light Slate Blue #9D57FF
Tints of Light Slate Blue #9D57FF
RGB
CMYK
RGB Variations
Color information
#9D57FF (or 0x9D57FF) is known color: Light Slate Blue. HEX triplet: 9D, 57 and FF. RGB value is (157,87,255). Sum of RGB (Red+Green+Blue) = 157+87+255=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 87 (34.38% from 255 or 17.43% 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 #9D57FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D57FF is #62A800. Grayscale: #7E7E7E. Windows color (decimal): -6465537 or 16734109. OLE color: 16734109.
HSL color Cylindrical-coordinate representation of color #9D57FF: hue angle of 265º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D57FF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 87 | 255 | - |
| CMYK | 0.38 | 0.66 | 0 | 0 |
| HSL | 265º | 1% | 0.67% | - |
| HSV(B) | 265º | 0.66% | 1% | - |
| XYZ | 35.36 | 21.2 | 96.84 | - |
| YUV | 127.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 255 | 0.38 | 0.66 | 0 | 0 | 265 | 1 | 0.67 |
| Hex | 9D | 57 | FF | 26 | 42 | 0 | 0 | 109 | 64 | 43 |
| Octal | 235 | 127 | 377 | 46 | 102 | 0 | 0 | 411 | 144 | 103 |
| Binary | 10011101 | 1010111 | 11111111 | 100110 | 1000010 | 0 | 0 | 100001001 | 1100100 | 1000011 |
Color Harmonies of #9D57FF
Complementary color
Monochromatic Colors of #9D57FF
Black with #9D57FF
Text Example
Text Example
White with #9D57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D57FF; }
p { color: rgb(157,87,255); }
H1.HeaderClassName
{
color: #9D57FF;
}
.AnyTagClassName
{
color: #9D57FF;
}
</style>
background-color css
<style>
a { background-color: #9D57FF; }
a { background-color: rgb(157,87,255); }
div.DivClassName
{
background-color: #9D57FF;
}
.BgClassName
{
background-color: #9D57FF;
}
</style>
border-color css
<style>
span { border-color: #9D57FF; }
span { border-color: rgb(157,87,255); }
td.TdClassName
{
border-color: #9D57FF;
}
.TagClassName
{
border-color: #9D57FF;
}
</style>