Shades of Medium Purple #995DF8
Tints of Medium Purple #995DF8
RGB
CMYK
RGB Variations
Color information
#995DF8 (or 0x995DF8) is known color: Medium Purple. HEX triplet: 99, 5D and F8. RGB value is (153,93,248). Sum of RGB (Red+Green+Blue) = 153+93+248=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #995DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DF8 is #66A207. Grayscale: #808080. Windows color (decimal): -6726152 or 16276889. OLE color: 16276889.
HSL color Cylindrical-coordinate representation of color #995DF8: hue angle of 263.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #995DF8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 93 | 248 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.03 |
| HSL | 263.23º | 0.92% | 0.67% | - |
| HSV(B) | 263.23º | 0.63% | 0.97% | - |
| XYZ | 33.99 | 21.38 | 91.14 | - |
| YUV | 128.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 248 | 0.38 | 0.62 | 0 | 0.03 | 263.23 | 0.92 | 0.67 |
| Hex | 99 | 5D | F8 | 26 | 3E | 0 | 3 | 107 | 5C | 43 |
| Octal | 231 | 135 | 370 | 46 | 76 | 0 | 3 | 407 | 134 | 103 |
| Binary | 10011001 | 1011101 | 11111000 | 100110 | 111110 | 0 | 11 | 100000111 | 1011100 | 1000011 |
Color Harmonies of #995DF8
Complementary color
Monochromatic Colors of #995DF8
Black with #995DF8
Text Example
Text Example
White with #995DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DF8; }
p { color: rgb(153,93,248); }
H1.HeaderClassName
{
color: #995DF8;
}
.AnyTagClassName
{
color: #995DF8;
}
</style>
background-color css
<style>
a { background-color: #995DF8; }
a { background-color: rgb(153,93,248); }
div.DivClassName
{
background-color: #995DF8;
}
.BgClassName
{
background-color: #995DF8;
}
</style>
border-color css
<style>
span { border-color: #995DF8; }
span { border-color: rgb(153,93,248); }
td.TdClassName
{
border-color: #995DF8;
}
.TagClassName
{
border-color: #995DF8;
}
</style>