Shades of Medium Purple #9462DC
Tints of Medium Purple #9462DC
RGB
CMYK
RGB Variations
Color information
#9462DC (or 0x9462DC) is known color: Medium Purple. HEX triplet: 94, 62 and DC. RGB value is (148,98,220). Sum of RGB (Red+Green+Blue) = 148+98+220=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9462DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462DC is #6B9D23. Grayscale: #7E7E7E. Windows color (decimal): -7052580 or 14443156. OLE color: 14443156.
HSL color Cylindrical-coordinate representation of color #9462DC: hue angle of 264.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9462DC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 98 | 220 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.14 |
| HSL | 264.59º | 0.64% | 0.62% | - |
| HSV(B) | 264.59º | 0.55% | 0.86% | - |
| XYZ | 29.5 | 20.2 | 70.05 | - |
| YUV | 126.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 220 | 0.33 | 0.55 | 0 | 0.14 | 264.59 | 0.64 | 0.62 |
| Hex | 94 | 62 | DC | 21 | 37 | 0 | E | 109 | 40 | 3E |
| Octal | 224 | 142 | 334 | 41 | 67 | 0 | 16 | 411 | 100 | 76 |
| Binary | 10010100 | 1100010 | 11011100 | 100001 | 110111 | 0 | 1110 | 100001001 | 1000000 | 111110 |
Color Harmonies of #9462DC
Complementary color
Monochromatic Colors of #9462DC
Black with #9462DC
Text Example
Text Example
White with #9462DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462DC; }
p { color: rgb(148,98,220); }
H1.HeaderClassName
{
color: #9462DC;
}
.AnyTagClassName
{
color: #9462DC;
}
</style>
background-color css
<style>
a { background-color: #9462DC; }
a { background-color: rgb(148,98,220); }
div.DivClassName
{
background-color: #9462DC;
}
.BgClassName
{
background-color: #9462DC;
}
</style>
border-color css
<style>
span { border-color: #9462DC; }
span { border-color: rgb(148,98,220); }
td.TdClassName
{
border-color: #9462DC;
}
.TagClassName
{
border-color: #9462DC;
}
</style>