Shades of Violet Blue #8D52A0
Tints of Violet Blue #8D52A0
RGB
CMYK
RGB Variations
Color information
#8D52A0 (or 0x8D52A0) is known color: Violet Blue. HEX triplet: 8D, 52 and A0. RGB value is (141,82,160). Sum of RGB (Red+Green+Blue) = 141+82+160=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D52A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D52A0 is #72AD5F. Grayscale: #6C6C6C. Windows color (decimal): -7515488 or 10506893. OLE color: 10506893.
HSL color Cylindrical-coordinate representation of color #8D52A0: hue angle of 285.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D52A0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 82 | 160 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.37 |
| HSL | 285.38º | 0.32% | 0.47% | - |
| HSV(B) | 285.38º | 0.49% | 0.63% | - |
| XYZ | 20.35 | 14.24 | 34.93 | - |
| YUV | 108.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 160 | 0.12 | 0.49 | 0 | 0.37 | 285.38 | 0.32 | 0.47 |
| Hex | 8D | 52 | A0 | C | 31 | 0 | 25 | 11D | 20 | 2F |
| Octal | 215 | 122 | 240 | 14 | 61 | 0 | 45 | 435 | 40 | 57 |
| Binary | 10001101 | 1010010 | 10100000 | 1100 | 110001 | 0 | 100101 | 100011101 | 100000 | 101111 |
Color Harmonies of #8D52A0
Complementary color
Monochromatic Colors of #8D52A0
Black with #8D52A0
Text Example
Text Example
White with #8D52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D52A0; }
p { color: rgb(141,82,160); }
H1.HeaderClassName
{
color: #8D52A0;
}
.AnyTagClassName
{
color: #8D52A0;
}
</style>
background-color css
<style>
a { background-color: #8D52A0; }
a { background-color: rgb(141,82,160); }
div.DivClassName
{
background-color: #8D52A0;
}
.BgClassName
{
background-color: #8D52A0;
}
</style>
border-color css
<style>
span { border-color: #8D52A0; }
span { border-color: rgb(141,82,160); }
td.TdClassName
{
border-color: #8D52A0;
}
.TagClassName
{
border-color: #8D52A0;
}
</style>