Shades of Medium Purple #995BEF
Tints of Medium Purple #995BEF
RGB
CMYK
RGB Variations
Color information
#995BEF (or 0x995BEF) is known color: Medium Purple. HEX triplet: 99, 5B and EF. RGB value is (153,91,239). Sum of RGB (Red+Green+Blue) = 153+91+239=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #995BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BEF is #66A410. Grayscale: #7D7D7D. Windows color (decimal): -6726673 or 15686553. OLE color: 15686553.
HSL color Cylindrical-coordinate representation of color #995BEF: hue angle of 265.14º degrees, saturation: 0.82, 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 #995BEF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 91 | 239 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.06 |
| HSL | 265.14º | 0.82% | 0.65% | - |
| HSV(B) | 265.14º | 0.62% | 0.94% | - |
| XYZ | 32.46 | 20.49 | 83.9 | - |
| YUV | 126.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 239 | 0.36 | 0.62 | 0 | 0.06 | 265.14 | 0.82 | 0.65 |
| Hex | 99 | 5B | EF | 24 | 3E | 0 | 6 | 109 | 52 | 41 |
| Octal | 231 | 133 | 357 | 44 | 76 | 0 | 6 | 411 | 122 | 101 |
| Binary | 10011001 | 1011011 | 11101111 | 100100 | 111110 | 0 | 110 | 100001001 | 1010010 | 1000001 |
Color Harmonies of #995BEF
Complementary color
Monochromatic Colors of #995BEF
Black with #995BEF
Text Example
Text Example
White with #995BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BEF; }
p { color: rgb(153,91,239); }
H1.HeaderClassName
{
color: #995BEF;
}
.AnyTagClassName
{
color: #995BEF;
}
</style>
background-color css
<style>
a { background-color: #995BEF; }
a { background-color: rgb(153,91,239); }
div.DivClassName
{
background-color: #995BEF;
}
.BgClassName
{
background-color: #995BEF;
}
</style>
border-color css
<style>
span { border-color: #995BEF; }
span { border-color: rgb(153,91,239); }
td.TdClassName
{
border-color: #995BEF;
}
.TagClassName
{
border-color: #995BEF;
}
</style>