Shades of Medium Purple #8258DB
Tints of Medium Purple #8258DB
RGB
CMYK
RGB Variations
Color information
#8258DB (or 0x8258DB) is known color: Medium Purple. HEX triplet: 82, 58 and DB. RGB value is (130,88,219). Sum of RGB (Red+Green+Blue) = 130+88+219=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8258DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258DB is #7DA724. Grayscale: #737373. Windows color (decimal): -8234789 or 14375042. OLE color: 14375042.
HSL color Cylindrical-coordinate representation of color #8258DB: hue angle of 259.24º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8258DB is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 88 | 219 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.14 |
| HSL | 259.24º | 0.65% | 0.6% | - |
| HSV(B) | 259.24º | 0.6% | 0.86% | - |
| XYZ | 25.48 | 16.84 | 68.93 | - |
| YUV | 115.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 219 | 0.41 | 0.60 | 0 | 0.14 | 259.24 | 0.65 | 0.6 |
| Hex | 82 | 58 | DB | 29 | 3C | 0 | E | 103 | 41 | 3C |
| Octal | 202 | 130 | 333 | 51 | 74 | 0 | 16 | 403 | 101 | 74 |
| Binary | 10000010 | 1011000 | 11011011 | 101001 | 111100 | 0 | 1110 | 100000011 | 1000001 | 111100 |
Color Harmonies of #8258DB
Complementary color
Monochromatic Colors of #8258DB
Black with #8258DB
Text Example
Text Example
White with #8258DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258DB; }
p { color: rgb(130,88,219); }
H1.HeaderClassName
{
color: #8258DB;
}
.AnyTagClassName
{
color: #8258DB;
}
</style>
background-color css
<style>
a { background-color: #8258DB; }
a { background-color: rgb(130,88,219); }
div.DivClassName
{
background-color: #8258DB;
}
.BgClassName
{
background-color: #8258DB;
}
</style>
border-color css
<style>
span { border-color: #8258DB; }
span { border-color: rgb(130,88,219); }
td.TdClassName
{
border-color: #8258DB;
}
.TagClassName
{
border-color: #8258DB;
}
</style>