Shades of Medium Purple #907CDA
Tints of Medium Purple #907CDA
RGB
CMYK
RGB Variations
Color information
#907CDA (or 0x907CDA) is known color: Medium Purple. HEX triplet: 90, 7C and DA. RGB value is (144,124,218). Sum of RGB (Red+Green+Blue) = 144+124+218=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #907CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CDA is #6F8325. Grayscale: #8C8C8C. Windows color (decimal): -7308070 or 14318736. OLE color: 14318736.
HSL color Cylindrical-coordinate representation of color #907CDA: hue angle of 252.77º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #907CDA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 124 | 218 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.15 |
| HSL | 252.77º | 0.56% | 0.67% | - |
| HSV(B) | 252.77º | 0.43% | 0.85% | - |
| XYZ | 31.36 | 25.41 | 69.58 | - |
| YUV | 140.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 218 | 0.34 | 0.43 | 0 | 0.15 | 252.77 | 0.56 | 0.67 |
| Hex | 90 | 7C | DA | 22 | 2B | 0 | F | FD | 38 | 43 |
| Octal | 220 | 174 | 332 | 42 | 53 | 0 | 17 | 375 | 70 | 103 |
| Binary | 10010000 | 1111100 | 11011010 | 100010 | 101011 | 0 | 1111 | 11111101 | 111000 | 1000011 |
Color Harmonies of #907CDA
Complementary color
Monochromatic Colors of #907CDA
Black with #907CDA
Text Example
Text Example
White with #907CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CDA; }
p { color: rgb(144,124,218); }
H1.HeaderClassName
{
color: #907CDA;
}
.AnyTagClassName
{
color: #907CDA;
}
</style>
background-color css
<style>
a { background-color: #907CDA; }
a { background-color: rgb(144,124,218); }
div.DivClassName
{
background-color: #907CDA;
}
.BgClassName
{
background-color: #907CDA;
}
</style>
border-color css
<style>
span { border-color: #907CDA; }
span { border-color: rgb(144,124,218); }
td.TdClassName
{
border-color: #907CDA;
}
.TagClassName
{
border-color: #907CDA;
}
</style>