Shades of Medium Purple #995DF3
Tints of Medium Purple #995DF3
RGB
CMYK
RGB Variations
Color information
#995DF3 (or 0x995DF3) is known color: Medium Purple. HEX triplet: 99, 5D and F3. RGB value is (153,93,243). Sum of RGB (Red+Green+Blue) = 153+93+243=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #995DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DF3 is #66A20C. Grayscale: #7F7F7F. Windows color (decimal): -6726157 or 15949209. OLE color: 15949209.
HSL color Cylindrical-coordinate representation of color #995DF3: hue angle of 264º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #995DF3 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 93 | 243 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.05 |
| HSL | 264º | 0.86% | 0.66% | - |
| HSV(B) | 264º | 0.62% | 0.95% | - |
| XYZ | 33.23 | 21.07 | 87.11 | - |
| YUV | 128.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 243 | 0.37 | 0.62 | 0 | 0.05 | 264 | 0.86 | 0.66 |
| Hex | 99 | 5D | F3 | 25 | 3E | 0 | 5 | 108 | 56 | 42 |
| Octal | 231 | 135 | 363 | 45 | 76 | 0 | 5 | 410 | 126 | 102 |
| Binary | 10011001 | 1011101 | 11110011 | 100101 | 111110 | 0 | 101 | 100001000 | 1010110 | 1000010 |
Color Harmonies of #995DF3
Complementary color
Monochromatic Colors of #995DF3
Black with #995DF3
Text Example
Text Example
White with #995DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DF3; }
p { color: rgb(153,93,243); }
H1.HeaderClassName
{
color: #995DF3;
}
.AnyTagClassName
{
color: #995DF3;
}
</style>
background-color css
<style>
a { background-color: #995DF3; }
a { background-color: rgb(153,93,243); }
div.DivClassName
{
background-color: #995DF3;
}
.BgClassName
{
background-color: #995DF3;
}
</style>
border-color css
<style>
span { border-color: #995DF3; }
span { border-color: rgb(153,93,243); }
td.TdClassName
{
border-color: #995DF3;
}
.TagClassName
{
border-color: #995DF3;
}
</style>