Shades of Blue Violet #8B4CDF
Tints of Blue Violet #8B4CDF
RGB
CMYK
RGB Variations
Color information
#8B4CDF (or 0x8B4CDF) is known color: Blue Violet. HEX triplet: 8B, 4C and DF. RGB value is (139,76,223). Sum of RGB (Red+Green+Blue) = 139+76+223=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CDF is #74B320. Grayscale: #6F6F6F. Windows color (decimal): -7648033 or 14634123. OLE color: 14634123.
HSL color Cylindrical-coordinate representation of color #8B4CDF: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4CDF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 76 | 223 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.13 |
| HSL | 265.71º | 0.7% | 0.59% | - |
| HSV(B) | 265.71º | 0.66% | 0.87% | - |
| XYZ | 26.55 | 15.99 | 71.5 | - |
| YUV | 111.6 | 190.87 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 223 | 0.38 | 0.66 | 0 | 0.13 | 265.71 | 0.7 | 0.59 |
| Hex | 8B | 4C | DF | 26 | 42 | 0 | D | 10A | 46 | 3B |
| Octal | 213 | 114 | 337 | 46 | 102 | 0 | 15 | 412 | 106 | 73 |
| Binary | 10001011 | 1001100 | 11011111 | 100110 | 1000010 | 0 | 1101 | 100001010 | 1000110 | 111011 |
Color Harmonies of #8B4CDF
Complementary color
Monochromatic Colors of #8B4CDF
Black with #8B4CDF
Text Example
Text Example
White with #8B4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4CDF; }
p { color: rgb(139,76,223); }
H1.HeaderClassName
{
color: #8B4CDF;
}
.AnyTagClassName
{
color: #8B4CDF;
}
</style>
background-color css
<style>
a { background-color: #8B4CDF; }
a { background-color: rgb(139,76,223); }
div.DivClassName
{
background-color: #8B4CDF;
}
.BgClassName
{
background-color: #8B4CDF;
}
</style>
border-color css
<style>
span { border-color: #8B4CDF; }
span { border-color: rgb(139,76,223); }
td.TdClassName
{
border-color: #8B4CDF;
}
.TagClassName
{
border-color: #8B4CDF;
}
</style>