Shades of Blue Violet #8B4BDD
Tints of Blue Violet #8B4BDD
RGB
CMYK
RGB Variations
Color information
#8B4BDD (or 0x8B4BDD) is known color: Blue Violet. HEX triplet: 8B, 4B and DD. RGB value is (139,75,221). Sum of RGB (Red+Green+Blue) = 139+75+221=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BDD is #74B422. Grayscale: #6E6E6E. Windows color (decimal): -7648291 or 14502795. OLE color: 14502795.
HSL color Cylindrical-coordinate representation of color #8B4BDD: hue angle of 266.3º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4BDD is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 75 | 221 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.13 |
| HSL | 266.3º | 0.68% | 0.58% | - |
| HSV(B) | 266.3º | 0.66% | 0.87% | - |
| XYZ | 26.21 | 15.74 | 70.06 | - |
| YUV | 110.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 221 | 0.37 | 0.66 | 0 | 0.13 | 266.3 | 0.68 | 0.58 |
| Hex | 8B | 4B | DD | 25 | 42 | 0 | D | 10A | 44 | 3A |
| Octal | 213 | 113 | 335 | 45 | 102 | 0 | 15 | 412 | 104 | 72 |
| Binary | 10001011 | 1001011 | 11011101 | 100101 | 1000010 | 0 | 1101 | 100001010 | 1000100 | 111010 |
Color Harmonies of #8B4BDD
Complementary color
Monochromatic Colors of #8B4BDD
Black with #8B4BDD
Text Example
Text Example
White with #8B4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4BDD; }
p { color: rgb(139,75,221); }
H1.HeaderClassName
{
color: #8B4BDD;
}
.AnyTagClassName
{
color: #8B4BDD;
}
</style>
background-color css
<style>
a { background-color: #8B4BDD; }
a { background-color: rgb(139,75,221); }
div.DivClassName
{
background-color: #8B4BDD;
}
.BgClassName
{
background-color: #8B4BDD;
}
</style>
border-color css
<style>
span { border-color: #8B4BDD; }
span { border-color: rgb(139,75,221); }
td.TdClassName
{
border-color: #8B4BDD;
}
.TagClassName
{
border-color: #8B4BDD;
}
</style>