Shades of Blue Violet #8D30FF
Tints of Blue Violet #8D30FF
RGB
CMYK
RGB Variations
Color information
#8D30FF (or 0x8D30FF) is known color: Blue Violet. HEX triplet: 8D, 30 and FF. RGB value is (141,48,255). Sum of RGB (Red+Green+Blue) = 141+48+255=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D30FF is #72CF00. Grayscale: #626262. Windows color (decimal): -7524097 or 16724109. OLE color: 16724109.
HSL color Cylindrical-coordinate representation of color #8D30FF: hue angle of 266.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D30FF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 48 | 255 | - |
| CMYK | 0.45 | 0.81 | 0 | 0 |
| HSL | 266.96º | 1% | 0.59% | - |
| HSV(B) | 266.96º | 0.81% | 1% | - |
| XYZ | 30.09 | 15 | 95.92 | - |
| YUV | 99.41 | 215.81 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 255 | 0.45 | 0.81 | 0 | 0 | 266.96 | 1 | 0.59 |
| Hex | 8D | 30 | FF | 2D | 51 | 0 | 0 | 10B | 64 | 3B |
| Octal | 215 | 60 | 377 | 55 | 121 | 0 | 0 | 413 | 144 | 73 |
| Binary | 10001101 | 110000 | 11111111 | 101101 | 1010001 | 0 | 0 | 100001011 | 1100100 | 111011 |
Color Harmonies of #8D30FF
Complementary color
Monochromatic Colors of #8D30FF
Black with #8D30FF
Text Example
Text Example
White with #8D30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D30FF; }
p { color: rgb(141,48,255); }
H1.HeaderClassName
{
color: #8D30FF;
}
.AnyTagClassName
{
color: #8D30FF;
}
</style>
background-color css
<style>
a { background-color: #8D30FF; }
a { background-color: rgb(141,48,255); }
div.DivClassName
{
background-color: #8D30FF;
}
.BgClassName
{
background-color: #8D30FF;
}
</style>
border-color css
<style>
span { border-color: #8D30FF; }
span { border-color: rgb(141,48,255); }
td.TdClassName
{
border-color: #8D30FF;
}
.TagClassName
{
border-color: #8D30FF;
}
</style>