Shades of Blue Violet #8D23D7
Tints of Blue Violet #8D23D7
RGB
CMYK
RGB Variations
Color information
#8D23D7 (or 0x8D23D7) is known color: Blue Violet. HEX triplet: 8D, 23 and D7. RGB value is (141,35,215). Sum of RGB (Red+Green+Blue) = 141+35+215=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D23D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D23D7 is #72DC28. Grayscale: #565656. Windows color (decimal): -7527465 or 14099341. OLE color: 14099341.
HSL color Cylindrical-coordinate representation of color #8D23D7: hue angle of 275.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D23D7 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 35 | 215 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.16 |
| HSL | 275.33º | 0.72% | 0.49% | - |
| HSV(B) | 275.33º | 0.84% | 0.84% | - |
| XYZ | 23.85 | 11.77 | 65.3 | - |
| YUV | 87.21 | 200.12 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 215 | 0.34 | 0.84 | 0 | 0.16 | 275.33 | 0.72 | 0.49 |
| Hex | 8D | 23 | D7 | 22 | 54 | 0 | 10 | 113 | 48 | 31 |
| Octal | 215 | 43 | 327 | 42 | 124 | 0 | 20 | 423 | 110 | 61 |
| Binary | 10001101 | 100011 | 11010111 | 100010 | 1010100 | 0 | 10000 | 100010011 | 1001000 | 110001 |
Color Harmonies of #8D23D7
Complementary color
Monochromatic Colors of #8D23D7
Black with #8D23D7
Text Example
Text Example
White with #8D23D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D23D7; }
p { color: rgb(141,35,215); }
H1.HeaderClassName
{
color: #8D23D7;
}
.AnyTagClassName
{
color: #8D23D7;
}
</style>
background-color css
<style>
a { background-color: #8D23D7; }
a { background-color: rgb(141,35,215); }
div.DivClassName
{
background-color: #8D23D7;
}
.BgClassName
{
background-color: #8D23D7;
}
</style>
border-color css
<style>
span { border-color: #8D23D7; }
span { border-color: rgb(141,35,215); }
td.TdClassName
{
border-color: #8D23D7;
}
.TagClassName
{
border-color: #8D23D7;
}
</style>