Shades of Medium Purple #995FE7
Tints of Medium Purple #995FE7
RGB
CMYK
RGB Variations
Color information
#995FE7 (or 0x995FE7) is known color: Medium Purple. HEX triplet: 99, 5F and E7. RGB value is (153,95,231). Sum of RGB (Red+Green+Blue) = 153+95+231=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #995FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FE7 is #66A018. Grayscale: #7F7F7F. Windows color (decimal): -6725657 or 15163289. OLE color: 15163289.
HSL color Cylindrical-coordinate representation of color #995FE7: hue angle of 265.59º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995FE7 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 95 | 231 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.09 |
| HSL | 265.59º | 0.74% | 0.64% | - |
| HSV(B) | 265.59º | 0.59% | 0.91% | - |
| XYZ | 31.65 | 20.73 | 77.93 | - |
| YUV | 127.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 231 | 0.34 | 0.59 | 0 | 0.09 | 265.59 | 0.74 | 0.64 |
| Hex | 99 | 5F | E7 | 22 | 3B | 0 | 9 | 10A | 4A | 40 |
| Octal | 231 | 137 | 347 | 42 | 73 | 0 | 11 | 412 | 112 | 100 |
| Binary | 10011001 | 1011111 | 11100111 | 100010 | 111011 | 0 | 1001 | 100001010 | 1001010 | 1000000 |
Color Harmonies of #995FE7
Complementary color
Monochromatic Colors of #995FE7
Black with #995FE7
Text Example
Text Example
White with #995FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FE7; }
p { color: rgb(153,95,231); }
H1.HeaderClassName
{
color: #995FE7;
}
.AnyTagClassName
{
color: #995FE7;
}
</style>
background-color css
<style>
a { background-color: #995FE7; }
a { background-color: rgb(153,95,231); }
div.DivClassName
{
background-color: #995FE7;
}
.BgClassName
{
background-color: #995FE7;
}
</style>
border-color css
<style>
span { border-color: #995FE7; }
span { border-color: rgb(153,95,231); }
td.TdClassName
{
border-color: #995FE7;
}
.TagClassName
{
border-color: #995FE7;
}
</style>