Shades of Blue Violet #8B4BDF
Tints of Blue Violet #8B4BDF
RGB
CMYK
RGB Variations
Color information
#8B4BDF (or 0x8B4BDF) is known color: Blue Violet. HEX triplet: 8B, 4B and DF. RGB value is (139,75,223). Sum of RGB (Red+Green+Blue) = 139+75+223=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BDF is #74B420. Grayscale: #6E6E6E. Windows color (decimal): -7648289 or 14633867. OLE color: 14633867.
HSL color Cylindrical-coordinate representation of color #8B4BDF: hue angle of 265.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4BDF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 75 | 223 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.13 |
| HSL | 265.95º | 0.7% | 0.58% | - |
| HSV(B) | 265.95º | 0.66% | 0.87% | - |
| XYZ | 26.48 | 15.85 | 71.48 | - |
| YUV | 111.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 223 | 0.38 | 0.66 | 0 | 0.13 | 265.95 | 0.7 | 0.58 |
| Hex | 8B | 4B | DF | 26 | 42 | 0 | D | 10A | 46 | 3A |
| Octal | 213 | 113 | 337 | 46 | 102 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001011 | 1001011 | 11011111 | 100110 | 1000010 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8B4BDF
Complementary color
Monochromatic Colors of #8B4BDF
Black with #8B4BDF
Text Example
Text Example
White with #8B4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4BDF; }
p { color: rgb(139,75,223); }
H1.HeaderClassName
{
color: #8B4BDF;
}
.AnyTagClassName
{
color: #8B4BDF;
}
</style>
background-color css
<style>
a { background-color: #8B4BDF; }
a { background-color: rgb(139,75,223); }
div.DivClassName
{
background-color: #8B4BDF;
}
.BgClassName
{
background-color: #8B4BDF;
}
</style>
border-color css
<style>
span { border-color: #8B4BDF; }
span { border-color: rgb(139,75,223); }
td.TdClassName
{
border-color: #8B4BDF;
}
.TagClassName
{
border-color: #8B4BDF;
}
</style>