Shades of Blue Violet #8A1CD1
Tints of Blue Violet #8A1CD1
RGB
CMYK
RGB Variations
Color information
#8A1CD1 (or 0x8A1CD1) is known color: Blue Violet. HEX triplet: 8A, 1C and D1. RGB value is (138,28,209). Sum of RGB (Red+Green+Blue) = 138+28+209=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A1CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1CD1 is #75E32E. Grayscale: #505050. Windows color (decimal): -7725871 or 13704330. OLE color: 13704330.
HSL color Cylindrical-coordinate representation of color #8A1CD1: hue angle of 276.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1CD1 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 28 | 209 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.18 |
| HSL | 276.46º | 0.76% | 0.46% | - |
| HSV(B) | 276.46º | 0.87% | 0.82% | - |
| XYZ | 22.41 | 10.84 | 61.23 | - |
| YUV | 81.52 | 199.94 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 209 | 0.34 | 0.87 | 0 | 0.18 | 276.46 | 0.76 | 0.46 |
| Hex | 8A | 1C | D1 | 22 | 57 | 0 | 12 | 114 | 4C | 2E |
| Octal | 212 | 34 | 321 | 42 | 127 | 0 | 22 | 424 | 114 | 56 |
| Binary | 10001010 | 11100 | 11010001 | 100010 | 1010111 | 0 | 10010 | 100010100 | 1001100 | 101110 |
Color Harmonies of #8A1CD1
Complementary color
Monochromatic Colors of #8A1CD1
Black with #8A1CD1
Text Example
Text Example
White with #8A1CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1CD1; }
p { color: rgb(138,28,209); }
H1.HeaderClassName
{
color: #8A1CD1;
}
.AnyTagClassName
{
color: #8A1CD1;
}
</style>
background-color css
<style>
a { background-color: #8A1CD1; }
a { background-color: rgb(138,28,209); }
div.DivClassName
{
background-color: #8A1CD1;
}
.BgClassName
{
background-color: #8A1CD1;
}
</style>
border-color css
<style>
span { border-color: #8A1CD1; }
span { border-color: rgb(138,28,209); }
td.TdClassName
{
border-color: #8A1CD1;
}
.TagClassName
{
border-color: #8A1CD1;
}
</style>