Shades of Blue Violet #8A4BDF
Tints of Blue Violet #8A4BDF
RGB
CMYK
RGB Variations
Color information
#8A4BDF (or 0x8A4BDF) is known color: Blue Violet. HEX triplet: 8A, 4B and DF. RGB value is (138,75,223). Sum of RGB (Red+Green+Blue) = 138+75+223=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BDF is #75B420. Grayscale: #6E6E6E. Windows color (decimal): -7713825 or 14633866. OLE color: 14633866.
HSL color Cylindrical-coordinate representation of color #8A4BDF: hue angle of 265.54º 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 #8A4BDF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 75 | 223 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.13 |
| HSL | 265.54º | 0.7% | 0.58% | - |
| HSV(B) | 265.54º | 0.66% | 0.87% | - |
| XYZ | 26.32 | 15.76 | 71.47 | - |
| YUV | 110.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 223 | 0.38 | 0.66 | 0 | 0.13 | 265.54 | 0.7 | 0.58 |
| Hex | 8A | 4B | DF | 26 | 42 | 0 | D | 10A | 46 | 3A |
| Octal | 212 | 113 | 337 | 46 | 102 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001010 | 1001011 | 11011111 | 100110 | 1000010 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8A4BDF
Complementary color
Monochromatic Colors of #8A4BDF
Black with #8A4BDF
Text Example
Text Example
White with #8A4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BDF; }
p { color: rgb(138,75,223); }
H1.HeaderClassName
{
color: #8A4BDF;
}
.AnyTagClassName
{
color: #8A4BDF;
}
</style>
background-color css
<style>
a { background-color: #8A4BDF; }
a { background-color: rgb(138,75,223); }
div.DivClassName
{
background-color: #8A4BDF;
}
.BgClassName
{
background-color: #8A4BDF;
}
</style>
border-color css
<style>
span { border-color: #8A4BDF; }
span { border-color: rgb(138,75,223); }
td.TdClassName
{
border-color: #8A4BDF;
}
.TagClassName
{
border-color: #8A4BDF;
}
</style>