Shades of Blue Violet #8D1CD5
Tints of Blue Violet #8D1CD5
RGB
CMYK
RGB Variations
Color information
#8D1CD5 (or 0x8D1CD5) is known color: Blue Violet. HEX triplet: 8D, 1C and D5. RGB value is (141,28,213). Sum of RGB (Red+Green+Blue) = 141+28+213=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D1CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1CD5 is #72E32A. Grayscale: #525252. Windows color (decimal): -7529259 or 13966477. OLE color: 13966477.
HSL color Cylindrical-coordinate representation of color #8D1CD5: hue angle of 276.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1CD5 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 28 | 213 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.16 |
| HSL | 276.65º | 0.77% | 0.47% | - |
| HSV(B) | 276.65º | 0.87% | 0.84% | - |
| XYZ | 23.41 | 11.3 | 63.9 | - |
| YUV | 82.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 213 | 0.34 | 0.87 | 0 | 0.16 | 276.65 | 0.77 | 0.47 |
| Hex | 8D | 1C | D5 | 22 | 57 | 0 | 10 | 115 | 4D | 2F |
| Octal | 215 | 34 | 325 | 42 | 127 | 0 | 20 | 425 | 115 | 57 |
| Binary | 10001101 | 11100 | 11010101 | 100010 | 1010111 | 0 | 10000 | 100010101 | 1001101 | 101111 |
Color Harmonies of #8D1CD5
Complementary color
Monochromatic Colors of #8D1CD5
Black with #8D1CD5
Text Example
Text Example
White with #8D1CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1CD5; }
p { color: rgb(141,28,213); }
H1.HeaderClassName
{
color: #8D1CD5;
}
.AnyTagClassName
{
color: #8D1CD5;
}
</style>
background-color css
<style>
a { background-color: #8D1CD5; }
a { background-color: rgb(141,28,213); }
div.DivClassName
{
background-color: #8D1CD5;
}
.BgClassName
{
background-color: #8D1CD5;
}
</style>
border-color css
<style>
span { border-color: #8D1CD5; }
span { border-color: rgb(141,28,213); }
td.TdClassName
{
border-color: #8D1CD5;
}
.TagClassName
{
border-color: #8D1CD5;
}
</style>