Shades of Medium Purple #946CE5
Tints of Medium Purple #946CE5
RGB
CMYK
RGB Variations
Color information
#946CE5 (or 0x946CE5) is known color: Medium Purple. HEX triplet: 94, 6C and E5. RGB value is (148,108,229). Sum of RGB (Red+Green+Blue) = 148+108+229=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #946CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CE5 is #6B931A. Grayscale: #858585. Windows color (decimal): -7050011 or 15035540. OLE color: 15035540.
HSL color Cylindrical-coordinate representation of color #946CE5: hue angle of 259.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946CE5 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 108 | 229 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.10 |
| HSL | 259.83º | 0.7% | 0.66% | - |
| HSV(B) | 259.83º | 0.53% | 0.9% | - |
| XYZ | 31.72 | 22.68 | 76.83 | - |
| YUV | 133.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 229 | 0.35 | 0.53 | 0 | 0.10 | 259.83 | 0.7 | 0.66 |
| Hex | 94 | 6C | E5 | 23 | 35 | 0 | A | 104 | 46 | 42 |
| Octal | 224 | 154 | 345 | 43 | 65 | 0 | 12 | 404 | 106 | 102 |
| Binary | 10010100 | 1101100 | 11100101 | 100011 | 110101 | 0 | 1010 | 100000100 | 1000110 | 1000010 |
Color Harmonies of #946CE5
Complementary color
Monochromatic Colors of #946CE5
Black with #946CE5
Text Example
Text Example
White with #946CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CE5; }
p { color: rgb(148,108,229); }
H1.HeaderClassName
{
color: #946CE5;
}
.AnyTagClassName
{
color: #946CE5;
}
</style>
background-color css
<style>
a { background-color: #946CE5; }
a { background-color: rgb(148,108,229); }
div.DivClassName
{
background-color: #946CE5;
}
.BgClassName
{
background-color: #946CE5;
}
</style>
border-color css
<style>
span { border-color: #946CE5; }
span { border-color: rgb(148,108,229); }
td.TdClassName
{
border-color: #946CE5;
}
.TagClassName
{
border-color: #946CE5;
}
</style>