Shades of Medium Purple #995BF1
Tints of Medium Purple #995BF1
RGB
CMYK
RGB Variations
Color information
#995BF1 (or 0x995BF1) is known color: Medium Purple. HEX triplet: 99, 5B and F1. RGB value is (153,91,241). Sum of RGB (Red+Green+Blue) = 153+91+241=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #995BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BF1 is #66A40E. Grayscale: #7E7E7E. Windows color (decimal): -6726671 or 15817625. OLE color: 15817625.
HSL color Cylindrical-coordinate representation of color #995BF1: hue angle of 264.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #995BF1 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 91 | 241 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.05 |
| HSL | 264.8º | 0.84% | 0.65% | - |
| HSV(B) | 264.8º | 0.62% | 0.95% | - |
| XYZ | 32.76 | 20.61 | 85.47 | - |
| YUV | 126.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 241 | 0.37 | 0.62 | 0 | 0.05 | 264.8 | 0.84 | 0.65 |
| Hex | 99 | 5B | F1 | 25 | 3E | 0 | 5 | 109 | 54 | 41 |
| Octal | 231 | 133 | 361 | 45 | 76 | 0 | 5 | 411 | 124 | 101 |
| Binary | 10011001 | 1011011 | 11110001 | 100101 | 111110 | 0 | 101 | 100001001 | 1010100 | 1000001 |
Color Harmonies of #995BF1
Complementary color
Monochromatic Colors of #995BF1
Black with #995BF1
Text Example
Text Example
White with #995BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BF1; }
p { color: rgb(153,91,241); }
H1.HeaderClassName
{
color: #995BF1;
}
.AnyTagClassName
{
color: #995BF1;
}
</style>
background-color css
<style>
a { background-color: #995BF1; }
a { background-color: rgb(153,91,241); }
div.DivClassName
{
background-color: #995BF1;
}
.BgClassName
{
background-color: #995BF1;
}
</style>
border-color css
<style>
span { border-color: #995BF1; }
span { border-color: rgb(153,91,241); }
td.TdClassName
{
border-color: #995BF1;
}
.TagClassName
{
border-color: #995BF1;
}
</style>