Shades of Blue Violet #8B30FF
Tints of Blue Violet #8B30FF
RGB
CMYK
RGB Variations
Color information
#8B30FF (or 0x8B30FF) is known color: Blue Violet. HEX triplet: 8B, 30 and FF. RGB value is (139,48,255). Sum of RGB (Red+Green+Blue) = 139+48+255=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B30FF is #74CF00. Grayscale: #626262. Windows color (decimal): -7655169 or 16724107. OLE color: 16724107.
HSL color Cylindrical-coordinate representation of color #8B30FF: hue angle of 266.38º 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 #8B30FF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 48 | 255 | - |
| CMYK | 0.45 | 0.81 | 0 | 0 |
| HSL | 266.38º | 1% | 0.59% | - |
| HSV(B) | 266.38º | 0.81% | 1% | - |
| XYZ | 29.75 | 14.82 | 95.9 | - |
| YUV | 98.81 | 216.15 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 255 | 0.45 | 0.81 | 0 | 0 | 266.38 | 1 | 0.59 |
| Hex | 8B | 30 | FF | 2D | 51 | 0 | 0 | 10A | 64 | 3B |
| Octal | 213 | 60 | 377 | 55 | 121 | 0 | 0 | 412 | 144 | 73 |
| Binary | 10001011 | 110000 | 11111111 | 101101 | 1010001 | 0 | 0 | 100001010 | 1100100 | 111011 |
Color Harmonies of #8B30FF
Complementary color
Monochromatic Colors of #8B30FF
Black with #8B30FF
Text Example
Text Example
White with #8B30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B30FF; }
p { color: rgb(139,48,255); }
H1.HeaderClassName
{
color: #8B30FF;
}
.AnyTagClassName
{
color: #8B30FF;
}
</style>
background-color css
<style>
a { background-color: #8B30FF; }
a { background-color: rgb(139,48,255); }
div.DivClassName
{
background-color: #8B30FF;
}
.BgClassName
{
background-color: #8B30FF;
}
</style>
border-color css
<style>
span { border-color: #8B30FF; }
span { border-color: rgb(139,48,255); }
td.TdClassName
{
border-color: #8B30FF;
}
.TagClassName
{
border-color: #8B30FF;
}
</style>