Shades of Blue Violet #8B45F6
Tints of Blue Violet #8B45F6
RGB
CMYK
RGB Variations
Color information
#8B45F6 (or 0x8B45F6) is known color: Blue Violet. HEX triplet: 8B, 45 and F6. RGB value is (139,69,246). Sum of RGB (Red+Green+Blue) = 139+69+246=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B45F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B45F6 is #74BA09. Grayscale: #6D6D6D. Windows color (decimal): -7649802 or 16139659. OLE color: 16139659.
HSL color Cylindrical-coordinate representation of color #8B45F6: hue angle of 263.73º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B45F6 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 69 | 246 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.04 |
| HSL | 263.73º | 0.91% | 0.62% | - |
| HSV(B) | 263.73º | 0.72% | 0.96% | - |
| XYZ | 29.41 | 16.4 | 88.8 | - |
| YUV | 110.11 | 204.69 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 246 | 0.43 | 0.72 | 0 | 0.04 | 263.73 | 0.91 | 0.62 |
| Hex | 8B | 45 | F6 | 2B | 48 | 0 | 4 | 108 | 5B | 3E |
| Octal | 213 | 105 | 366 | 53 | 110 | 0 | 4 | 410 | 133 | 76 |
| Binary | 10001011 | 1000101 | 11110110 | 101011 | 1001000 | 0 | 100 | 100001000 | 1011011 | 111110 |
Color Harmonies of #8B45F6
Complementary color
Monochromatic Colors of #8B45F6
Black with #8B45F6
Text Example
Text Example
White with #8B45F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B45F6; }
p { color: rgb(139,69,246); }
H1.HeaderClassName
{
color: #8B45F6;
}
.AnyTagClassName
{
color: #8B45F6;
}
</style>
background-color css
<style>
a { background-color: #8B45F6; }
a { background-color: rgb(139,69,246); }
div.DivClassName
{
background-color: #8B45F6;
}
.BgClassName
{
background-color: #8B45F6;
}
</style>
border-color css
<style>
span { border-color: #8B45F6; }
span { border-color: rgb(139,69,246); }
td.TdClassName
{
border-color: #8B45F6;
}
.TagClassName
{
border-color: #8B45F6;
}
</style>