Shades of Blue Violet #8B30FC
Tints of Blue Violet #8B30FC
RGB
CMYK
RGB Variations
Color information
#8B30FC (or 0x8B30FC) is known color: Blue Violet. HEX triplet: 8B, 30 and FC. RGB value is (139,48,252). Sum of RGB (Red+Green+Blue) = 139+48+252=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B30FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B30FC is #74CF03. Grayscale: #616161. Windows color (decimal): -7655172 or 16527499. OLE color: 16527499.
HSL color Cylindrical-coordinate representation of color #8B30FC: hue angle of 266.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B30FC is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 48 | 252 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.01 |
| HSL | 266.76º | 0.97% | 0.59% | - |
| HSV(B) | 266.76º | 0.81% | 0.99% | - |
| XYZ | 29.28 | 14.63 | 93.38 | - |
| YUV | 98.47 | 214.65 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 252 | 0.45 | 0.81 | 0 | 0.01 | 266.76 | 0.97 | 0.59 |
| Hex | 8B | 30 | FC | 2D | 51 | 0 | 1 | 10B | 61 | 3B |
| Octal | 213 | 60 | 374 | 55 | 121 | 0 | 1 | 413 | 141 | 73 |
| Binary | 10001011 | 110000 | 11111100 | 101101 | 1010001 | 0 | 1 | 100001011 | 1100001 | 111011 |
Color Harmonies of #8B30FC
Complementary color
Monochromatic Colors of #8B30FC
Black with #8B30FC
Text Example
Text Example
White with #8B30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B30FC; }
p { color: rgb(139,48,252); }
H1.HeaderClassName
{
color: #8B30FC;
}
.AnyTagClassName
{
color: #8B30FC;
}
</style>
background-color css
<style>
a { background-color: #8B30FC; }
a { background-color: rgb(139,48,252); }
div.DivClassName
{
background-color: #8B30FC;
}
.BgClassName
{
background-color: #8B30FC;
}
</style>
border-color css
<style>
span { border-color: #8B30FC; }
span { border-color: rgb(139,48,252); }
td.TdClassName
{
border-color: #8B30FC;
}
.TagClassName
{
border-color: #8B30FC;
}
</style>