Shades of Medium Purple #955EF3
Tints of Medium Purple #955EF3
RGB
CMYK
RGB Variations
Color information
#955EF3 (or 0x955EF3) is known color: Medium Purple. HEX triplet: 95, 5E and F3. RGB value is (149,94,243). Sum of RGB (Red+Green+Blue) = 149+94+243=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #955EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EF3 is #6AA10C. Grayscale: #7E7E7E. Windows color (decimal): -6988045 or 15949461. OLE color: 15949461.
HSL color Cylindrical-coordinate representation of color #955EF3: hue angle of 262.15º 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 #955EF3 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 94 | 243 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.05 |
| HSL | 262.15º | 0.86% | 0.66% | - |
| HSV(B) | 262.15º | 0.61% | 0.95% | - |
| XYZ | 32.57 | 20.87 | 87.1 | - |
| YUV | 127.43 | 193.22 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 243 | 0.39 | 0.61 | 0 | 0.05 | 262.15 | 0.86 | 0.66 |
| Hex | 95 | 5E | F3 | 27 | 3D | 0 | 5 | 106 | 56 | 42 |
| Octal | 225 | 136 | 363 | 47 | 75 | 0 | 5 | 406 | 126 | 102 |
| Binary | 10010101 | 1011110 | 11110011 | 100111 | 111101 | 0 | 101 | 100000110 | 1010110 | 1000010 |
Color Harmonies of #955EF3
Complementary color
Monochromatic Colors of #955EF3
Black with #955EF3
Text Example
Text Example
White with #955EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EF3; }
p { color: rgb(149,94,243); }
H1.HeaderClassName
{
color: #955EF3;
}
.AnyTagClassName
{
color: #955EF3;
}
</style>
background-color css
<style>
a { background-color: #955EF3; }
a { background-color: rgb(149,94,243); }
div.DivClassName
{
background-color: #955EF3;
}
.BgClassName
{
background-color: #955EF3;
}
</style>
border-color css
<style>
span { border-color: #955EF3; }
span { border-color: rgb(149,94,243); }
td.TdClassName
{
border-color: #955EF3;
}
.TagClassName
{
border-color: #955EF3;
}
</style>