Shades of Medium Purple #955FF3
Tints of Medium Purple #955FF3
RGB
CMYK
RGB Variations
Color information
#955FF3 (or 0x955FF3) is known color: Medium Purple. HEX triplet: 95, 5F and F3. RGB value is (149,95,243). Sum of RGB (Red+Green+Blue) = 149+95+243=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #955FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FF3 is #6AA00C. Grayscale: #7F7F7F. Windows color (decimal): -6987789 or 15949717. OLE color: 15949717.
HSL color Cylindrical-coordinate representation of color #955FF3: hue angle of 261.89º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955FF3 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 95 | 243 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.05 |
| HSL | 261.89º | 0.86% | 0.66% | - |
| HSV(B) | 261.89º | 0.61% | 0.95% | - |
| XYZ | 32.66 | 21.05 | 87.13 | - |
| YUV | 128.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 243 | 0.39 | 0.61 | 0 | 0.05 | 261.89 | 0.86 | 0.66 |
| Hex | 95 | 5F | F3 | 27 | 3D | 0 | 5 | 106 | 56 | 42 |
| Octal | 225 | 137 | 363 | 47 | 75 | 0 | 5 | 406 | 126 | 102 |
| Binary | 10010101 | 1011111 | 11110011 | 100111 | 111101 | 0 | 101 | 100000110 | 1010110 | 1000010 |
Color Harmonies of #955FF3
Complementary color
Monochromatic Colors of #955FF3
Black with #955FF3
Text Example
Text Example
White with #955FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FF3; }
p { color: rgb(149,95,243); }
H1.HeaderClassName
{
color: #955FF3;
}
.AnyTagClassName
{
color: #955FF3;
}
</style>
background-color css
<style>
a { background-color: #955FF3; }
a { background-color: rgb(149,95,243); }
div.DivClassName
{
background-color: #955FF3;
}
.BgClassName
{
background-color: #955FF3;
}
</style>
border-color css
<style>
span { border-color: #955FF3; }
span { border-color: rgb(149,95,243); }
td.TdClassName
{
border-color: #955FF3;
}
.TagClassName
{
border-color: #955FF3;
}
</style>