Shades of Medium Purple #9465DB
Tints of Medium Purple #9465DB
RGB
CMYK
RGB Variations
Color information
#9465DB (or 0x9465DB) is known color: Medium Purple. HEX triplet: 94, 65 and DB. RGB value is (148,101,219). Sum of RGB (Red+Green+Blue) = 148+101+219=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #9465DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465DB is #6B9A24. Grayscale: #808080. Windows color (decimal): -7051813 or 14378388. OLE color: 14378388.
HSL color Cylindrical-coordinate representation of color #9465DB: hue angle of 263.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9465DB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 101 | 219 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.14 |
| HSL | 263.9º | 0.62% | 0.63% | - |
| HSV(B) | 263.9º | 0.54% | 0.86% | - |
| XYZ | 29.65 | 20.72 | 69.45 | - |
| YUV | 128.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 219 | 0.32 | 0.54 | 0 | 0.14 | 263.9 | 0.62 | 0.63 |
| Hex | 94 | 65 | DB | 20 | 36 | 0 | E | 108 | 3E | 3F |
| Octal | 224 | 145 | 333 | 40 | 66 | 0 | 16 | 410 | 76 | 77 |
| Binary | 10010100 | 1100101 | 11011011 | 100000 | 110110 | 0 | 1110 | 100001000 | 111110 | 111111 |
Color Harmonies of #9465DB
Complementary color
Monochromatic Colors of #9465DB
Black with #9465DB
Text Example
Text Example
White with #9465DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465DB; }
p { color: rgb(148,101,219); }
H1.HeaderClassName
{
color: #9465DB;
}
.AnyTagClassName
{
color: #9465DB;
}
</style>
background-color css
<style>
a { background-color: #9465DB; }
a { background-color: rgb(148,101,219); }
div.DivClassName
{
background-color: #9465DB;
}
.BgClassName
{
background-color: #9465DB;
}
</style>
border-color css
<style>
span { border-color: #9465DB; }
span { border-color: rgb(148,101,219); }
td.TdClassName
{
border-color: #9465DB;
}
.TagClassName
{
border-color: #9465DB;
}
</style>