Shades of Blue Violet #8D25DC
Tints of Blue Violet #8D25DC
RGB
CMYK
RGB Variations
Color information
#8D25DC (or 0x8D25DC) is known color: Blue Violet. HEX triplet: 8D, 25 and DC. RGB value is (141,37,220). Sum of RGB (Red+Green+Blue) = 141+37+220=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D25DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D25DC is #72DA23. Grayscale: #585858. Windows color (decimal): -7526948 or 14427533. OLE color: 14427533.
HSL color Cylindrical-coordinate representation of color #8D25DC: hue angle of 274.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D25DC is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 37 | 220 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.14 |
| HSL | 274.1º | 0.72% | 0.5% | - |
| HSV(B) | 274.1º | 0.83% | 0.86% | - |
| XYZ | 24.56 | 12.15 | 68.76 | - |
| YUV | 88.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 220 | 0.36 | 0.83 | 0 | 0.14 | 274.1 | 0.72 | 0.5 |
| Hex | 8D | 25 | DC | 24 | 53 | 0 | E | 112 | 48 | 32 |
| Octal | 215 | 45 | 334 | 44 | 123 | 0 | 16 | 422 | 110 | 62 |
| Binary | 10001101 | 100101 | 11011100 | 100100 | 1010011 | 0 | 1110 | 100010010 | 1001000 | 110010 |
Color Harmonies of #8D25DC
Complementary color
Monochromatic Colors of #8D25DC
Black with #8D25DC
Text Example
Text Example
White with #8D25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D25DC; }
p { color: rgb(141,37,220); }
H1.HeaderClassName
{
color: #8D25DC;
}
.AnyTagClassName
{
color: #8D25DC;
}
</style>
background-color css
<style>
a { background-color: #8D25DC; }
a { background-color: rgb(141,37,220); }
div.DivClassName
{
background-color: #8D25DC;
}
.BgClassName
{
background-color: #8D25DC;
}
</style>
border-color css
<style>
span { border-color: #8D25DC; }
span { border-color: rgb(141,37,220); }
td.TdClassName
{
border-color: #8D25DC;
}
.TagClassName
{
border-color: #8D25DC;
}
</style>