Shades of Medium Purple #995EF8
Tints of Medium Purple #995EF8
RGB
CMYK
RGB Variations
Color information
#995EF8 (or 0x995EF8) is known color: Medium Purple. HEX triplet: 99, 5E and F8. RGB value is (153,94,248). Sum of RGB (Red+Green+Blue) = 153+94+248=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #995EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995EF8 is #66A107. Grayscale: #808080. Windows color (decimal): -6725896 or 16277145. OLE color: 16277145.
HSL color Cylindrical-coordinate representation of color #995EF8: hue angle of 262.99º 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 #995EF8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 94 | 248 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.03 |
| HSL | 262.99º | 0.92% | 0.67% | - |
| HSV(B) | 262.99º | 0.62% | 0.97% | - |
| XYZ | 34.08 | 21.56 | 91.17 | - |
| YUV | 129.2 | 195.05 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 248 | 0.38 | 0.62 | 0 | 0.03 | 262.99 | 0.92 | 0.67 |
| Hex | 99 | 5E | F8 | 26 | 3E | 0 | 3 | 107 | 5C | 43 |
| Octal | 231 | 136 | 370 | 46 | 76 | 0 | 3 | 407 | 134 | 103 |
| Binary | 10011001 | 1011110 | 11111000 | 100110 | 111110 | 0 | 11 | 100000111 | 1011100 | 1000011 |
Color Harmonies of #995EF8
Complementary color
Monochromatic Colors of #995EF8
Black with #995EF8
Text Example
Text Example
White with #995EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EF8; }
p { color: rgb(153,94,248); }
H1.HeaderClassName
{
color: #995EF8;
}
.AnyTagClassName
{
color: #995EF8;
}
</style>
background-color css
<style>
a { background-color: #995EF8; }
a { background-color: rgb(153,94,248); }
div.DivClassName
{
background-color: #995EF8;
}
.BgClassName
{
background-color: #995EF8;
}
</style>
border-color css
<style>
span { border-color: #995EF8; }
span { border-color: rgb(153,94,248); }
td.TdClassName
{
border-color: #995EF8;
}
.TagClassName
{
border-color: #995EF8;
}
</style>