Shades of Medium Purple #905CEB
Tints of Medium Purple #905CEB
RGB
CMYK
RGB Variations
Color information
#905CEB (or 0x905CEB) is known color: Medium Purple. HEX triplet: 90, 5C and EB. RGB value is (144,92,235). Sum of RGB (Red+Green+Blue) = 144+92+235=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #905CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905CEB is #6FA314. Grayscale: #7B7B7B. Windows color (decimal): -7316245 or 15424656. OLE color: 15424656.
HSL color Cylindrical-coordinate representation of color #905CEB: hue angle of 261.82º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #905CEB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 92 | 235 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.08 |
| HSL | 261.82º | 0.78% | 0.64% | - |
| HSV(B) | 261.82º | 0.61% | 0.92% | - |
| XYZ | 30.32 | 19.58 | 80.78 | - |
| YUV | 123.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 235 | 0.39 | 0.61 | 0 | 0.08 | 261.82 | 0.78 | 0.64 |
| Hex | 90 | 5C | EB | 27 | 3D | 0 | 8 | 106 | 4E | 40 |
| Octal | 220 | 134 | 353 | 47 | 75 | 0 | 10 | 406 | 116 | 100 |
| Binary | 10010000 | 1011100 | 11101011 | 100111 | 111101 | 0 | 1000 | 100000110 | 1001110 | 1000000 |
Color Harmonies of #905CEB
Complementary color
Monochromatic Colors of #905CEB
Black with #905CEB
Text Example
Text Example
White with #905CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CEB; }
p { color: rgb(144,92,235); }
H1.HeaderClassName
{
color: #905CEB;
}
.AnyTagClassName
{
color: #905CEB;
}
</style>
background-color css
<style>
a { background-color: #905CEB; }
a { background-color: rgb(144,92,235); }
div.DivClassName
{
background-color: #905CEB;
}
.BgClassName
{
background-color: #905CEB;
}
</style>
border-color css
<style>
span { border-color: #905CEB; }
span { border-color: rgb(144,92,235); }
td.TdClassName
{
border-color: #905CEB;
}
.TagClassName
{
border-color: #905CEB;
}
</style>