Shades of Blue Violet #8B18FF
Tints of Blue Violet #8B18FF
RGB
CMYK
RGB Variations
Color information
#8B18FF (or 0x8B18FF) is known color: Blue Violet. HEX triplet: 8B, 18 and FF. RGB value is (139,24,255). Sum of RGB (Red+Green+Blue) = 139+24+255=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B18FF is #74E700. Grayscale: #535353. Windows color (decimal): -7661313 or 16717963. OLE color: 16717963.
HSL color Cylindrical-coordinate representation of color #8B18FF: hue angle of 269.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B18FF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 24 | 255 | - |
| CMYK | 0.45 | 0.91 | 0 | 0 |
| HSL | 269.87º | 1% | 0.55% | - |
| HSV(B) | 269.87º | 0.91% | 1% | - |
| XYZ | 29.02 | 13.36 | 95.66 | - |
| YUV | 84.72 | 224.1 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 255 | 0.45 | 0.91 | 0 | 0 | 269.87 | 1 | 0.55 |
| Hex | 8B | 18 | FF | 2D | 5B | 0 | 0 | 10E | 64 | 37 |
| Octal | 213 | 30 | 377 | 55 | 133 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001011 | 11000 | 11111111 | 101101 | 1011011 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8B18FF
Complementary color
Monochromatic Colors of #8B18FF
Black with #8B18FF
Text Example
Text Example
White with #8B18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B18FF; }
p { color: rgb(139,24,255); }
H1.HeaderClassName
{
color: #8B18FF;
}
.AnyTagClassName
{
color: #8B18FF;
}
</style>
background-color css
<style>
a { background-color: #8B18FF; }
a { background-color: rgb(139,24,255); }
div.DivClassName
{
background-color: #8B18FF;
}
.BgClassName
{
background-color: #8B18FF;
}
</style>
border-color css
<style>
span { border-color: #8B18FF; }
span { border-color: rgb(139,24,255); }
td.TdClassName
{
border-color: #8B18FF;
}
.TagClassName
{
border-color: #8B18FF;
}
</style>