Shades of Blue Violet #8A28DA
Tints of Blue Violet #8A28DA
RGB
CMYK
RGB Variations
Color information
#8A28DA (or 0x8A28DA) is known color: Blue Violet. HEX triplet: 8A, 28 and DA. RGB value is (138,40,218). Sum of RGB (Red+Green+Blue) = 138+40+218=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A28DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28DA is #75D725. Grayscale: #585858. Windows color (decimal): -7722790 or 14297226. OLE color: 14297226.
HSL color Cylindrical-coordinate representation of color #8A28DA: hue angle of 273.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A28DA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 40 | 218 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.15 |
| HSL | 273.03º | 0.71% | 0.51% | - |
| HSV(B) | 273.03º | 0.82% | 0.85% | - |
| XYZ | 23.89 | 11.98 | 67.38 | - |
| YUV | 89.59 | 200.47 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 218 | 0.37 | 0.82 | 0 | 0.15 | 273.03 | 0.71 | 0.51 |
| Hex | 8A | 28 | DA | 25 | 52 | 0 | F | 111 | 47 | 33 |
| Octal | 212 | 50 | 332 | 45 | 122 | 0 | 17 | 421 | 107 | 63 |
| Binary | 10001010 | 101000 | 11011010 | 100101 | 1010010 | 0 | 1111 | 100010001 | 1000111 | 110011 |
Color Harmonies of #8A28DA
Complementary color
Monochromatic Colors of #8A28DA
Black with #8A28DA
Text Example
Text Example
White with #8A28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A28DA; }
p { color: rgb(138,40,218); }
H1.HeaderClassName
{
color: #8A28DA;
}
.AnyTagClassName
{
color: #8A28DA;
}
</style>
background-color css
<style>
a { background-color: #8A28DA; }
a { background-color: rgb(138,40,218); }
div.DivClassName
{
background-color: #8A28DA;
}
.BgClassName
{
background-color: #8A28DA;
}
</style>
border-color css
<style>
span { border-color: #8A28DA; }
span { border-color: rgb(138,40,218); }
td.TdClassName
{
border-color: #8A28DA;
}
.TagClassName
{
border-color: #8A28DA;
}
</style>