Shades of Medium Purple #9462DB
Tints of Medium Purple #9462DB
RGB
CMYK
RGB Variations
Color information
#9462DB (or 0x9462DB) is known color: Medium Purple. HEX triplet: 94, 62 and DB. RGB value is (148,98,219). Sum of RGB (Red+Green+Blue) = 148+98+219=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9462DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462DB is #6B9D24. Grayscale: #7E7E7E. Windows color (decimal): -7052581 or 14377620. OLE color: 14377620.
HSL color Cylindrical-coordinate representation of color #9462DB: hue angle of 264.79º degrees, saturation: 0.63, 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 #9462DB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 98 | 219 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.14 |
| HSL | 264.79º | 0.63% | 0.62% | - |
| HSV(B) | 264.79º | 0.55% | 0.86% | - |
| XYZ | 29.37 | 20.15 | 69.36 | - |
| YUV | 126.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 219 | 0.32 | 0.55 | 0 | 0.14 | 264.79 | 0.63 | 0.62 |
| Hex | 94 | 62 | DB | 20 | 37 | 0 | E | 109 | 3F | 3E |
| Octal | 224 | 142 | 333 | 40 | 67 | 0 | 16 | 411 | 77 | 76 |
| Binary | 10010100 | 1100010 | 11011011 | 100000 | 110111 | 0 | 1110 | 100001001 | 111111 | 111110 |
Color Harmonies of #9462DB
Complementary color
Monochromatic Colors of #9462DB
Black with #9462DB
Text Example
Text Example
White with #9462DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462DB; }
p { color: rgb(148,98,219); }
H1.HeaderClassName
{
color: #9462DB;
}
.AnyTagClassName
{
color: #9462DB;
}
</style>
background-color css
<style>
a { background-color: #9462DB; }
a { background-color: rgb(148,98,219); }
div.DivClassName
{
background-color: #9462DB;
}
.BgClassName
{
background-color: #9462DB;
}
</style>
border-color css
<style>
span { border-color: #9462DB; }
span { border-color: rgb(148,98,219); }
td.TdClassName
{
border-color: #9462DB;
}
.TagClassName
{
border-color: #9462DB;
}
</style>