Shades of Medium Purple #8267DB
Tints of Medium Purple #8267DB
RGB
CMYK
RGB Variations
Color information
#8267DB (or 0x8267DB) is known color: Medium Purple. HEX triplet: 82, 67 and DB. RGB value is (130,103,219). Sum of RGB (Red+Green+Blue) = 130+103+219=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8267DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267DB is #7D9824. Grayscale: #7B7B7B. Windows color (decimal): -8230949 or 14378882. OLE color: 14378882.
HSL color Cylindrical-coordinate representation of color #8267DB: hue angle of 253.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8267DB is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 103 | 219 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.14 |
| HSL | 253.97º | 0.62% | 0.63% | - |
| HSV(B) | 253.97º | 0.53% | 0.86% | - |
| XYZ | 26.84 | 19.56 | 69.38 | - |
| YUV | 124.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 219 | 0.41 | 0.53 | 0 | 0.14 | 253.97 | 0.62 | 0.63 |
| Hex | 82 | 67 | DB | 29 | 35 | 0 | E | FE | 3E | 3F |
| Octal | 202 | 147 | 333 | 51 | 65 | 0 | 16 | 376 | 76 | 77 |
| Binary | 10000010 | 1100111 | 11011011 | 101001 | 110101 | 0 | 1110 | 11111110 | 111110 | 111111 |
Color Harmonies of #8267DB
Complementary color
Monochromatic Colors of #8267DB
Black with #8267DB
Text Example
Text Example
White with #8267DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8267DB; }
p { color: rgb(130,103,219); }
H1.HeaderClassName
{
color: #8267DB;
}
.AnyTagClassName
{
color: #8267DB;
}
</style>
background-color css
<style>
a { background-color: #8267DB; }
a { background-color: rgb(130,103,219); }
div.DivClassName
{
background-color: #8267DB;
}
.BgClassName
{
background-color: #8267DB;
}
</style>
border-color css
<style>
span { border-color: #8267DB; }
span { border-color: rgb(130,103,219); }
td.TdClassName
{
border-color: #8267DB;
}
.TagClassName
{
border-color: #8267DB;
}
</style>