Shades of Medium Purple #9475DB
Tints of Medium Purple #9475DB
RGB
CMYK
RGB Variations
Color information
#9475DB (or 0x9475DB) is known color: Medium Purple. HEX triplet: 94, 75 and DB. RGB value is (148,117,219). Sum of RGB (Red+Green+Blue) = 148+117+219=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9475DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475DB is #6B8A24. Grayscale: #898989. Windows color (decimal): -7047717 or 14382484. OLE color: 14382484.
HSL color Cylindrical-coordinate representation of color #9475DB: hue angle of 258.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9475DB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 117 | 219 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.14 |
| HSL | 258.24º | 0.59% | 0.66% | - |
| HSV(B) | 258.24º | 0.47% | 0.86% | - |
| XYZ | 31.36 | 24.13 | 70.02 | - |
| YUV | 137.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 219 | 0.32 | 0.47 | 0 | 0.14 | 258.24 | 0.59 | 0.66 |
| Hex | 94 | 75 | DB | 20 | 2F | 0 | E | 102 | 3B | 42 |
| Octal | 224 | 165 | 333 | 40 | 57 | 0 | 16 | 402 | 73 | 102 |
| Binary | 10010100 | 1110101 | 11011011 | 100000 | 101111 | 0 | 1110 | 100000010 | 111011 | 1000010 |
Color Harmonies of #9475DB
Complementary color
Monochromatic Colors of #9475DB
Black with #9475DB
Text Example
Text Example
White with #9475DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475DB; }
p { color: rgb(148,117,219); }
H1.HeaderClassName
{
color: #9475DB;
}
.AnyTagClassName
{
color: #9475DB;
}
</style>
background-color css
<style>
a { background-color: #9475DB; }
a { background-color: rgb(148,117,219); }
div.DivClassName
{
background-color: #9475DB;
}
.BgClassName
{
background-color: #9475DB;
}
</style>
border-color css
<style>
span { border-color: #9475DB; }
span { border-color: rgb(148,117,219); }
td.TdClassName
{
border-color: #9475DB;
}
.TagClassName
{
border-color: #9475DB;
}
</style>