Shades of Medium Purple #956AF0
Tints of Medium Purple #956AF0
RGB
CMYK
RGB Variations
Color information
#956AF0 (or 0x956AF0) is known color: Medium Purple. HEX triplet: 95, 6A and F0. RGB value is (149,106,240). Sum of RGB (Red+Green+Blue) = 149+106+240=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #956AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AF0 is #6A950F. Grayscale: #858585. Windows color (decimal): -6984976 or 15755925. OLE color: 15755925.
HSL color Cylindrical-coordinate representation of color #956AF0: hue angle of 259.25º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956AF0 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 106 | 240 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.06 |
| HSL | 259.25º | 0.82% | 0.68% | - |
| HSV(B) | 259.25º | 0.56% | 0.94% | - |
| XYZ | 33.28 | 22.99 | 85.12 | - |
| YUV | 134.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 240 | 0.38 | 0.56 | 0 | 0.06 | 259.25 | 0.82 | 0.68 |
| Hex | 95 | 6A | F0 | 26 | 38 | 0 | 6 | 103 | 52 | 44 |
| Octal | 225 | 152 | 360 | 46 | 70 | 0 | 6 | 403 | 122 | 104 |
| Binary | 10010101 | 1101010 | 11110000 | 100110 | 111000 | 0 | 110 | 100000011 | 1010010 | 1000100 |
Color Harmonies of #956AF0
Complementary color
Monochromatic Colors of #956AF0
Black with #956AF0
Text Example
Text Example
White with #956AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AF0; }
p { color: rgb(149,106,240); }
H1.HeaderClassName
{
color: #956AF0;
}
.AnyTagClassName
{
color: #956AF0;
}
</style>
background-color css
<style>
a { background-color: #956AF0; }
a { background-color: rgb(149,106,240); }
div.DivClassName
{
background-color: #956AF0;
}
.BgClassName
{
background-color: #956AF0;
}
</style>
border-color css
<style>
span { border-color: #956AF0; }
span { border-color: rgb(149,106,240); }
td.TdClassName
{
border-color: #956AF0;
}
.TagClassName
{
border-color: #956AF0;
}
</style>