Shades of Blue Violet #8A18DF
Tints of Blue Violet #8A18DF
RGB
CMYK
RGB Variations
Color information
#8A18DF (or 0x8A18DF) is known color: Blue Violet. HEX triplet: 8A, 18 and DF. RGB value is (138,24,223). Sum of RGB (Red+Green+Blue) = 138+24+223=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A18DF is #75E720. Grayscale: #505050. Windows color (decimal): -7726881 or 14620810. OLE color: 14620810.
HSL color Cylindrical-coordinate representation of color #8A18DF: hue angle of 274.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A18DF is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 24 | 223 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.13 |
| HSL | 274.37º | 0.81% | 0.48% | - |
| HSV(B) | 274.37º | 0.89% | 0.87% | - |
| XYZ | 24.13 | 11.38 | 70.74 | - |
| YUV | 80.77 | 208.27 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 223 | 0.38 | 0.89 | 0 | 0.13 | 274.37 | 0.81 | 0.48 |
| Hex | 8A | 18 | DF | 26 | 59 | 0 | D | 112 | 51 | 30 |
| Octal | 212 | 30 | 337 | 46 | 131 | 0 | 15 | 422 | 121 | 60 |
| Binary | 10001010 | 11000 | 11011111 | 100110 | 1011001 | 0 | 1101 | 100010010 | 1010001 | 110000 |
Color Harmonies of #8A18DF
Complementary color
Monochromatic Colors of #8A18DF
Black with #8A18DF
Text Example
Text Example
White with #8A18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A18DF; }
p { color: rgb(138,24,223); }
H1.HeaderClassName
{
color: #8A18DF;
}
.AnyTagClassName
{
color: #8A18DF;
}
</style>
background-color css
<style>
a { background-color: #8A18DF; }
a { background-color: rgb(138,24,223); }
div.DivClassName
{
background-color: #8A18DF;
}
.BgClassName
{
background-color: #8A18DF;
}
</style>
border-color css
<style>
span { border-color: #8A18DF; }
span { border-color: rgb(138,24,223); }
td.TdClassName
{
border-color: #8A18DF;
}
.TagClassName
{
border-color: #8A18DF;
}
</style>