Shades of Medium Purple #955DF4
Tints of Medium Purple #955DF4
RGB
CMYK
RGB Variations
Color information
#955DF4 (or 0x955DF4) is known color: Medium Purple. HEX triplet: 95, 5D and F4. RGB value is (149,93,244). Sum of RGB (Red+Green+Blue) = 149+93+244=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #955DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DF4 is #6AA20B. Grayscale: #7E7E7E. Windows color (decimal): -6988300 or 16014741. OLE color: 16014741.
HSL color Cylindrical-coordinate representation of color #955DF4: hue angle of 262.25º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955DF4 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 93 | 244 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.04 |
| HSL | 262.25º | 0.87% | 0.66% | - |
| HSV(B) | 262.25º | 0.62% | 0.96% | - |
| XYZ | 32.64 | 20.75 | 87.87 | - |
| YUV | 126.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 244 | 0.39 | 0.62 | 0 | 0.04 | 262.25 | 0.87 | 0.66 |
| Hex | 95 | 5D | F4 | 27 | 3E | 0 | 4 | 106 | 57 | 42 |
| Octal | 225 | 135 | 364 | 47 | 76 | 0 | 4 | 406 | 127 | 102 |
| Binary | 10010101 | 1011101 | 11110100 | 100111 | 111110 | 0 | 100 | 100000110 | 1010111 | 1000010 |
Color Harmonies of #955DF4
Complementary color
Monochromatic Colors of #955DF4
Black with #955DF4
Text Example
Text Example
White with #955DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DF4; }
p { color: rgb(149,93,244); }
H1.HeaderClassName
{
color: #955DF4;
}
.AnyTagClassName
{
color: #955DF4;
}
</style>
background-color css
<style>
a { background-color: #955DF4; }
a { background-color: rgb(149,93,244); }
div.DivClassName
{
background-color: #955DF4;
}
.BgClassName
{
background-color: #955DF4;
}
</style>
border-color css
<style>
span { border-color: #955DF4; }
span { border-color: rgb(149,93,244); }
td.TdClassName
{
border-color: #955DF4;
}
.TagClassName
{
border-color: #955DF4;
}
</style>