Shades of Medium Purple #9482DC
Tints of Medium Purple #9482DC
RGB
CMYK
RGB Variations
Color information
#9482DC (or 0x9482DC) is known color: Medium Purple. HEX triplet: 94, 82 and DC. RGB value is (148,130,220). Sum of RGB (Red+Green+Blue) = 148+130+220=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #9482DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482DC is #6B7D23. Grayscale: #919191. Windows color (decimal): -7044388 or 14451348. OLE color: 14451348.
HSL color Cylindrical-coordinate representation of color #9482DC: hue angle of 252º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9482DC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 130 | 220 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.14 |
| HSL | 252º | 0.56% | 0.69% | - |
| HSV(B) | 252º | 0.41% | 0.86% | - |
| XYZ | 33.11 | 27.43 | 71.26 | - |
| YUV | 145.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 220 | 0.33 | 0.41 | 0 | 0.14 | 252 | 0.56 | 0.69 |
| Hex | 94 | 82 | DC | 21 | 29 | 0 | E | FC | 38 | 45 |
| Octal | 224 | 202 | 334 | 41 | 51 | 0 | 16 | 374 | 70 | 105 |
| Binary | 10010100 | 10000010 | 11011100 | 100001 | 101001 | 0 | 1110 | 11111100 | 111000 | 1000101 |
Color Harmonies of #9482DC
Complementary color
Monochromatic Colors of #9482DC
Black with #9482DC
Text Example
Text Example
White with #9482DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482DC; }
p { color: rgb(148,130,220); }
H1.HeaderClassName
{
color: #9482DC;
}
.AnyTagClassName
{
color: #9482DC;
}
</style>
background-color css
<style>
a { background-color: #9482DC; }
a { background-color: rgb(148,130,220); }
div.DivClassName
{
background-color: #9482DC;
}
.BgClassName
{
background-color: #9482DC;
}
</style>
border-color css
<style>
span { border-color: #9482DC; }
span { border-color: rgb(148,130,220); }
td.TdClassName
{
border-color: #9482DC;
}
.TagClassName
{
border-color: #9482DC;
}
</style>