Shades of Blue Violet #8B0AF4
Tints of Blue Violet #8B0AF4
RGB
CMYK
RGB Variations
Color information
#8B0AF4 (or 0x8B0AF4) is known color: Blue Violet. HEX triplet: 8B, 0A and F4. RGB value is (139,10,244). Sum of RGB (Red+Green+Blue) = 139+10+244=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #8B0AF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0AF4 is #74F50B. Grayscale: #4A4A4A. Windows color (decimal): -7664908 or 15993483. OLE color: 15993483.
HSL color Cylindrical-coordinate representation of color #8B0AF4: hue angle of 273.08º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0AF4 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 10 | 244 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.04 |
| HSL | 273.08º | 0.92% | 0.5% | - |
| HSV(B) | 273.08º | 0.96% | 0.96% | - |
| XYZ | 27.09 | 12.24 | 86.52 | - |
| YUV | 75.25 | 223.24 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 244 | 0.43 | 0.96 | 0 | 0.04 | 273.08 | 0.92 | 0.5 |
| Hex | 8B | A | F4 | 2B | 60 | 0 | 4 | 111 | 5C | 32 |
| Octal | 213 | 12 | 364 | 53 | 140 | 0 | 4 | 421 | 134 | 62 |
| Binary | 10001011 | 1010 | 11110100 | 101011 | 1100000 | 0 | 100 | 100010001 | 1011100 | 110010 |
Color Harmonies of #8B0AF4
Complementary color
Monochromatic Colors of #8B0AF4
Black with #8B0AF4
Text Example
Text Example
White with #8B0AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0AF4; }
p { color: rgb(139,10,244); }
H1.HeaderClassName
{
color: #8B0AF4;
}
.AnyTagClassName
{
color: #8B0AF4;
}
</style>
background-color css
<style>
a { background-color: #8B0AF4; }
a { background-color: rgb(139,10,244); }
div.DivClassName
{
background-color: #8B0AF4;
}
.BgClassName
{
background-color: #8B0AF4;
}
</style>
border-color css
<style>
span { border-color: #8B0AF4; }
span { border-color: rgb(139,10,244); }
td.TdClassName
{
border-color: #8B0AF4;
}
.TagClassName
{
border-color: #8B0AF4;
}
</style>