Shades of Medium Purple #995BEA
Tints of Medium Purple #995BEA
RGB
CMYK
RGB Variations
Color information
#995BEA (or 0x995BEA) is known color: Medium Purple. HEX triplet: 99, 5B and EA. RGB value is (153,91,234). Sum of RGB (Red+Green+Blue) = 153+91+234=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #995BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BEA is #66A415. Grayscale: #7D7D7D. Windows color (decimal): -6726678 or 15358873. OLE color: 15358873.
HSL color Cylindrical-coordinate representation of color #995BEA: hue angle of 266.01º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #995BEA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 91 | 234 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.08 |
| HSL | 266.01º | 0.77% | 0.64% | - |
| HSV(B) | 266.01º | 0.61% | 0.92% | - |
| XYZ | 31.73 | 20.19 | 80.07 | - |
| YUV | 125.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 234 | 0.35 | 0.61 | 0 | 0.08 | 266.01 | 0.77 | 0.64 |
| Hex | 99 | 5B | EA | 23 | 3D | 0 | 8 | 10A | 4D | 40 |
| Octal | 231 | 133 | 352 | 43 | 75 | 0 | 10 | 412 | 115 | 100 |
| Binary | 10011001 | 1011011 | 11101010 | 100011 | 111101 | 0 | 1000 | 100001010 | 1001101 | 1000000 |
Color Harmonies of #995BEA
Complementary color
Monochromatic Colors of #995BEA
Black with #995BEA
Text Example
Text Example
White with #995BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BEA; }
p { color: rgb(153,91,234); }
H1.HeaderClassName
{
color: #995BEA;
}
.AnyTagClassName
{
color: #995BEA;
}
</style>
background-color css
<style>
a { background-color: #995BEA; }
a { background-color: rgb(153,91,234); }
div.DivClassName
{
background-color: #995BEA;
}
.BgClassName
{
background-color: #995BEA;
}
</style>
border-color css
<style>
span { border-color: #995BEA; }
span { border-color: rgb(153,91,234); }
td.TdClassName
{
border-color: #995BEA;
}
.TagClassName
{
border-color: #995BEA;
}
</style>