Shades of Medium Purple #995FF0
Tints of Medium Purple #995FF0
RGB
CMYK
RGB Variations
Color information
#995FF0 (or 0x995FF0) is known color: Medium Purple. HEX triplet: 99, 5F and F0. RGB value is (153,95,240). Sum of RGB (Red+Green+Blue) = 153+95+240=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #995FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FF0 is #66A00F. Grayscale: #808080. Windows color (decimal): -6725648 or 15753113. OLE color: 15753113.
HSL color Cylindrical-coordinate representation of color #995FF0: hue angle of 264º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995FF0 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 95 | 240 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.06 |
| HSL | 264º | 0.83% | 0.66% | - |
| HSV(B) | 264º | 0.6% | 0.94% | - |
| XYZ | 32.96 | 21.25 | 84.8 | - |
| YUV | 128.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 240 | 0.36 | 0.60 | 0 | 0.06 | 264 | 0.83 | 0.66 |
| Hex | 99 | 5F | F0 | 24 | 3C | 0 | 6 | 108 | 53 | 42 |
| Octal | 231 | 137 | 360 | 44 | 74 | 0 | 6 | 410 | 123 | 102 |
| Binary | 10011001 | 1011111 | 11110000 | 100100 | 111100 | 0 | 110 | 100001000 | 1010011 | 1000010 |
Color Harmonies of #995FF0
Complementary color
Monochromatic Colors of #995FF0
Black with #995FF0
Text Example
Text Example
White with #995FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FF0; }
p { color: rgb(153,95,240); }
H1.HeaderClassName
{
color: #995FF0;
}
.AnyTagClassName
{
color: #995FF0;
}
</style>
background-color css
<style>
a { background-color: #995FF0; }
a { background-color: rgb(153,95,240); }
div.DivClassName
{
background-color: #995FF0;
}
.BgClassName
{
background-color: #995FF0;
}
</style>
border-color css
<style>
span { border-color: #995FF0; }
span { border-color: rgb(153,95,240); }
td.TdClassName
{
border-color: #995FF0;
}
.TagClassName
{
border-color: #995FF0;
}
</style>