Shades of Medium Purple #9067ED
Tints of Medium Purple #9067ED
RGB
CMYK
RGB Variations
Color information
#9067ED (or 0x9067ED) is known color: Medium Purple. HEX triplet: 90, 67 and ED. RGB value is (144,103,237). Sum of RGB (Red+Green+Blue) = 144+103+237=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #9067ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9067ED is #6F9812. Grayscale: #828282. Windows color (decimal): -7313427 or 15558544. OLE color: 15558544.
HSL color Cylindrical-coordinate representation of color #9067ED: hue angle of 258.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9067ED is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 103 | 237 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.07 |
| HSL | 258.36º | 0.79% | 0.67% | - |
| HSV(B) | 258.36º | 0.57% | 0.93% | - |
| XYZ | 31.64 | 21.74 | 82.65 | - |
| YUV | 130.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 237 | 0.39 | 0.57 | 0 | 0.07 | 258.36 | 0.79 | 0.67 |
| Hex | 90 | 67 | ED | 27 | 39 | 0 | 7 | 102 | 4F | 43 |
| Octal | 220 | 147 | 355 | 47 | 71 | 0 | 7 | 402 | 117 | 103 |
| Binary | 10010000 | 1100111 | 11101101 | 100111 | 111001 | 0 | 111 | 100000010 | 1001111 | 1000011 |
Color Harmonies of #9067ED
Complementary color
Monochromatic Colors of #9067ED
Black with #9067ED
Text Example
Text Example
White with #9067ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9067ED; }
p { color: rgb(144,103,237); }
H1.HeaderClassName
{
color: #9067ED;
}
.AnyTagClassName
{
color: #9067ED;
}
</style>
background-color css
<style>
a { background-color: #9067ED; }
a { background-color: rgb(144,103,237); }
div.DivClassName
{
background-color: #9067ED;
}
.BgClassName
{
background-color: #9067ED;
}
</style>
border-color css
<style>
span { border-color: #9067ED; }
span { border-color: rgb(144,103,237); }
td.TdClassName
{
border-color: #9067ED;
}
.TagClassName
{
border-color: #9067ED;
}
</style>