Shades of Medium Purple #995BF0
Tints of Medium Purple #995BF0
RGB
CMYK
RGB Variations
Color information
#995BF0 (or 0x995BF0) is known color: Medium Purple. HEX triplet: 99, 5B and F0. RGB value is (153,91,240). Sum of RGB (Red+Green+Blue) = 153+91+240=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #995BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BF0 is #66A40F. Grayscale: #7D7D7D. Windows color (decimal): -6726672 or 15752089. OLE color: 15752089.
HSL color Cylindrical-coordinate representation of color #995BF0: hue angle of 264.97º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #995BF0 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 91 | 240 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.06 |
| HSL | 264.97º | 0.83% | 0.65% | - |
| HSV(B) | 264.97º | 0.62% | 0.94% | - |
| XYZ | 32.61 | 20.55 | 84.69 | - |
| YUV | 126.52 | 192.04 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 240 | 0.36 | 0.62 | 0 | 0.06 | 264.97 | 0.83 | 0.65 |
| Hex | 99 | 5B | F0 | 24 | 3E | 0 | 6 | 109 | 53 | 41 |
| Octal | 231 | 133 | 360 | 44 | 76 | 0 | 6 | 411 | 123 | 101 |
| Binary | 10011001 | 1011011 | 11110000 | 100100 | 111110 | 0 | 110 | 100001001 | 1010011 | 1000001 |
Color Harmonies of #995BF0
Complementary color
Monochromatic Colors of #995BF0
Black with #995BF0
Text Example
Text Example
White with #995BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BF0; }
p { color: rgb(153,91,240); }
H1.HeaderClassName
{
color: #995BF0;
}
.AnyTagClassName
{
color: #995BF0;
}
</style>
background-color css
<style>
a { background-color: #995BF0; }
a { background-color: rgb(153,91,240); }
div.DivClassName
{
background-color: #995BF0;
}
.BgClassName
{
background-color: #995BF0;
}
</style>
border-color css
<style>
span { border-color: #995BF0; }
span { border-color: rgb(153,91,240); }
td.TdClassName
{
border-color: #995BF0;
}
.TagClassName
{
border-color: #995BF0;
}
</style>