Shades of Medium Purple #907ADC
Tints of Medium Purple #907ADC
RGB
CMYK
RGB Variations
Color information
#907ADC (or 0x907ADC) is known color: Medium Purple. HEX triplet: 90, 7A and DC. RGB value is (144,122,220). Sum of RGB (Red+Green+Blue) = 144+122+220=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #907ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ADC is #6F8523. Grayscale: #8B8B8B. Windows color (decimal): -7308580 or 14449296. OLE color: 14449296.
HSL color Cylindrical-coordinate representation of color #907ADC: hue angle of 253.47º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907ADC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 122 | 220 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.14 |
| HSL | 253.47º | 0.58% | 0.67% | - |
| HSV(B) | 253.47º | 0.45% | 0.86% | - |
| XYZ | 31.38 | 25.02 | 70.88 | - |
| YUV | 139.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 220 | 0.35 | 0.45 | 0 | 0.14 | 253.47 | 0.58 | 0.67 |
| Hex | 90 | 7A | DC | 23 | 2D | 0 | E | FD | 3A | 43 |
| Octal | 220 | 172 | 334 | 43 | 55 | 0 | 16 | 375 | 72 | 103 |
| Binary | 10010000 | 1111010 | 11011100 | 100011 | 101101 | 0 | 1110 | 11111101 | 111010 | 1000011 |
Color Harmonies of #907ADC
Complementary color
Monochromatic Colors of #907ADC
Black with #907ADC
Text Example
Text Example
White with #907ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907ADC; }
p { color: rgb(144,122,220); }
H1.HeaderClassName
{
color: #907ADC;
}
.AnyTagClassName
{
color: #907ADC;
}
</style>
background-color css
<style>
a { background-color: #907ADC; }
a { background-color: rgb(144,122,220); }
div.DivClassName
{
background-color: #907ADC;
}
.BgClassName
{
background-color: #907ADC;
}
</style>
border-color css
<style>
span { border-color: #907ADC; }
span { border-color: rgb(144,122,220); }
td.TdClassName
{
border-color: #907ADC;
}
.TagClassName
{
border-color: #907ADC;
}
</style>