Shades of Medium Purple #955FE8
Tints of Medium Purple #955FE8
RGB
CMYK
RGB Variations
Color information
#955FE8 (or 0x955FE8) is known color: Medium Purple. HEX triplet: 95, 5F and E8. RGB value is (149,95,232). Sum of RGB (Red+Green+Blue) = 149+95+232=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #955FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FE8 is #6AA017. Grayscale: #7E7E7E. Windows color (decimal): -6987800 or 15228821. OLE color: 15228821.
HSL color Cylindrical-coordinate representation of color #955FE8: hue angle of 263.65º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955FE8 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 95 | 232 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.09 |
| HSL | 263.65º | 0.75% | 0.64% | - |
| HSV(B) | 263.65º | 0.59% | 0.91% | - |
| XYZ | 31.05 | 20.4 | 78.64 | - |
| YUV | 126.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 232 | 0.36 | 0.59 | 0 | 0.09 | 263.65 | 0.75 | 0.64 |
| Hex | 95 | 5F | E8 | 24 | 3B | 0 | 9 | 108 | 4B | 40 |
| Octal | 225 | 137 | 350 | 44 | 73 | 0 | 11 | 410 | 113 | 100 |
| Binary | 10010101 | 1011111 | 11101000 | 100100 | 111011 | 0 | 1001 | 100001000 | 1001011 | 1000000 |
Color Harmonies of #955FE8
Complementary color
Monochromatic Colors of #955FE8
Black with #955FE8
Text Example
Text Example
White with #955FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FE8; }
p { color: rgb(149,95,232); }
H1.HeaderClassName
{
color: #955FE8;
}
.AnyTagClassName
{
color: #955FE8;
}
</style>
background-color css
<style>
a { background-color: #955FE8; }
a { background-color: rgb(149,95,232); }
div.DivClassName
{
background-color: #955FE8;
}
.BgClassName
{
background-color: #955FE8;
}
</style>
border-color css
<style>
span { border-color: #955FE8; }
span { border-color: rgb(149,95,232); }
td.TdClassName
{
border-color: #955FE8;
}
.TagClassName
{
border-color: #955FE8;
}
</style>