Shades of Blue Violet #8A27FB
Tints of Blue Violet #8A27FB
RGB
CMYK
RGB Variations
Color information
#8A27FB (or 0x8A27FB) is known color: Blue Violet. HEX triplet: 8A, 27 and FB. RGB value is (138,39,251). Sum of RGB (Red+Green+Blue) = 138+39+251=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A27FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A27FB is #75D804. Grayscale: #5C5C5C. Windows color (decimal): -7723013 or 16459658. OLE color: 16459658.
HSL color Cylindrical-coordinate representation of color #8A27FB: hue angle of 268.02º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A27FB is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 39 | 251 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.02 |
| HSL | 268.02º | 0.96% | 0.57% | - |
| HSV(B) | 268.02º | 0.84% | 0.98% | - |
| XYZ | 28.62 | 13.82 | 92.43 | - |
| YUV | 92.77 | 217.3 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 251 | 0.45 | 0.84 | 0 | 0.02 | 268.02 | 0.96 | 0.57 |
| Hex | 8A | 27 | FB | 2D | 54 | 0 | 2 | 10C | 60 | 39 |
| Octal | 212 | 47 | 373 | 55 | 124 | 0 | 2 | 414 | 140 | 71 |
| Binary | 10001010 | 100111 | 11111011 | 101101 | 1010100 | 0 | 10 | 100001100 | 1100000 | 111001 |
Color Harmonies of #8A27FB
Complementary color
Monochromatic Colors of #8A27FB
Black with #8A27FB
Text Example
Text Example
White with #8A27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A27FB; }
p { color: rgb(138,39,251); }
H1.HeaderClassName
{
color: #8A27FB;
}
.AnyTagClassName
{
color: #8A27FB;
}
</style>
background-color css
<style>
a { background-color: #8A27FB; }
a { background-color: rgb(138,39,251); }
div.DivClassName
{
background-color: #8A27FB;
}
.BgClassName
{
background-color: #8A27FB;
}
</style>
border-color css
<style>
span { border-color: #8A27FB; }
span { border-color: rgb(138,39,251); }
td.TdClassName
{
border-color: #8A27FB;
}
.TagClassName
{
border-color: #8A27FB;
}
</style>