Shades of Blue Violet #8B4ADA
Tints of Blue Violet #8B4ADA
RGB
CMYK
RGB Variations
Color information
#8B4ADA (or 0x8B4ADA) is known color: Blue Violet. HEX triplet: 8B, 4A and DA. RGB value is (139,74,218). Sum of RGB (Red+Green+Blue) = 139+74+218=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ADA is #74B525. Grayscale: #6D6D6D. Windows color (decimal): -7648550 or 14305931. OLE color: 14305931.
HSL color Cylindrical-coordinate representation of color #8B4ADA: hue angle of 267.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4ADA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 74 | 218 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.15 |
| HSL | 267.08º | 0.66% | 0.57% | - |
| HSV(B) | 267.08º | 0.66% | 0.85% | - |
| XYZ | 25.75 | 15.45 | 67.95 | - |
| YUV | 109.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 218 | 0.36 | 0.66 | 0 | 0.15 | 267.08 | 0.66 | 0.57 |
| Hex | 8B | 4A | DA | 24 | 42 | 0 | F | 10B | 42 | 39 |
| Octal | 213 | 112 | 332 | 44 | 102 | 0 | 17 | 413 | 102 | 71 |
| Binary | 10001011 | 1001010 | 11011010 | 100100 | 1000010 | 0 | 1111 | 100001011 | 1000010 | 111001 |
Color Harmonies of #8B4ADA
Complementary color
Monochromatic Colors of #8B4ADA
Black with #8B4ADA
Text Example
Text Example
White with #8B4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4ADA; }
p { color: rgb(139,74,218); }
H1.HeaderClassName
{
color: #8B4ADA;
}
.AnyTagClassName
{
color: #8B4ADA;
}
</style>
background-color css
<style>
a { background-color: #8B4ADA; }
a { background-color: rgb(139,74,218); }
div.DivClassName
{
background-color: #8B4ADA;
}
.BgClassName
{
background-color: #8B4ADA;
}
</style>
border-color css
<style>
span { border-color: #8B4ADA; }
span { border-color: rgb(139,74,218); }
td.TdClassName
{
border-color: #8B4ADA;
}
.TagClassName
{
border-color: #8B4ADA;
}
</style>