Shades of Medium Purple #995AF1
Tints of Medium Purple #995AF1
RGB
CMYK
RGB Variations
Color information
#995AF1 (or 0x995AF1) is known color: Medium Purple. HEX triplet: 99, 5A and F1. RGB value is (153,90,241). Sum of RGB (Red+Green+Blue) = 153+90+241=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #995AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995AF1 is #66A50E. Grayscale: #7D7D7D. Windows color (decimal): -6726927 or 15817369. OLE color: 15817369.
HSL color Cylindrical-coordinate representation of color #995AF1: hue angle of 265.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995AF1 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 90 | 241 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.05 |
| HSL | 265.03º | 0.84% | 0.65% | - |
| HSV(B) | 265.03º | 0.63% | 0.95% | - |
| XYZ | 32.67 | 20.44 | 85.44 | - |
| YUV | 126.05 | 192.87 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 241 | 0.37 | 0.63 | 0 | 0.05 | 265.03 | 0.84 | 0.65 |
| Hex | 99 | 5A | F1 | 25 | 3F | 0 | 5 | 109 | 54 | 41 |
| Octal | 231 | 132 | 361 | 45 | 77 | 0 | 5 | 411 | 124 | 101 |
| Binary | 10011001 | 1011010 | 11110001 | 100101 | 111111 | 0 | 101 | 100001001 | 1010100 | 1000001 |
Color Harmonies of #995AF1
Complementary color
Monochromatic Colors of #995AF1
Black with #995AF1
Text Example
Text Example
White with #995AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AF1; }
p { color: rgb(153,90,241); }
H1.HeaderClassName
{
color: #995AF1;
}
.AnyTagClassName
{
color: #995AF1;
}
</style>
background-color css
<style>
a { background-color: #995AF1; }
a { background-color: rgb(153,90,241); }
div.DivClassName
{
background-color: #995AF1;
}
.BgClassName
{
background-color: #995AF1;
}
</style>
border-color css
<style>
span { border-color: #995AF1; }
span { border-color: rgb(153,90,241); }
td.TdClassName
{
border-color: #995AF1;
}
.TagClassName
{
border-color: #995AF1;
}
</style>