Shades of Light Slate Blue #9D59FF
Tints of Light Slate Blue #9D59FF
RGB
CMYK
RGB Variations
Color information
#9D59FF (or 0x9D59FF) is known color: Light Slate Blue. HEX triplet: 9D, 59 and FF. RGB value is (157,89,255). Sum of RGB (Red+Green+Blue) = 157+89+255=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D59FF is #62A600. Grayscale: #7F7F7F. Windows color (decimal): -6465025 or 16734621. OLE color: 16734621.
HSL color Cylindrical-coordinate representation of color #9D59FF: hue angle of 264.58º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D59FF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 89 | 255 | - |
| CMYK | 0.38 | 0.65 | 0 | 0 |
| HSL | 264.58º | 1% | 0.67% | - |
| HSV(B) | 264.58º | 0.65% | 1% | - |
| XYZ | 35.53 | 21.53 | 96.89 | - |
| YUV | 128.26 | 199.53 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 255 | 0.38 | 0.65 | 0 | 0 | 264.58 | 1 | 0.67 |
| Hex | 9D | 59 | FF | 26 | 41 | 0 | 0 | 109 | 64 | 43 |
| Octal | 235 | 131 | 377 | 46 | 101 | 0 | 0 | 411 | 144 | 103 |
| Binary | 10011101 | 1011001 | 11111111 | 100110 | 1000001 | 0 | 0 | 100001001 | 1100100 | 1000011 |
Color Harmonies of #9D59FF
Complementary color
Monochromatic Colors of #9D59FF
Black with #9D59FF
Text Example
Text Example
White with #9D59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59FF; }
p { color: rgb(157,89,255); }
H1.HeaderClassName
{
color: #9D59FF;
}
.AnyTagClassName
{
color: #9D59FF;
}
</style>
background-color css
<style>
a { background-color: #9D59FF; }
a { background-color: rgb(157,89,255); }
div.DivClassName
{
background-color: #9D59FF;
}
.BgClassName
{
background-color: #9D59FF;
}
</style>
border-color css
<style>
span { border-color: #9D59FF; }
span { border-color: rgb(157,89,255); }
td.TdClassName
{
border-color: #9D59FF;
}
.TagClassName
{
border-color: #9D59FF;
}
</style>