Shades of Blue Violet #8B15DA
Tints of Blue Violet #8B15DA
RGB
CMYK
RGB Variations
Color information
#8B15DA (or 0x8B15DA) is known color: Blue Violet. HEX triplet: 8B, 15 and DA. RGB value is (139,21,218). Sum of RGB (Red+Green+Blue) = 139+21+218=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B15DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B15DA is #74EA25. Grayscale: #4E4E4E. Windows color (decimal): -7662118 or 14292363. OLE color: 14292363.
HSL color Cylindrical-coordinate representation of color #8B15DA: hue angle of 275.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B15DA is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 21 | 218 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.15 |
| HSL | 275.94º | 0.82% | 0.47% | - |
| HSV(B) | 275.94º | 0.9% | 0.85% | - |
| XYZ | 23.57 | 11.09 | 67.23 | - |
| YUV | 78.74 | 206.59 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 218 | 0.36 | 0.90 | 0 | 0.15 | 275.94 | 0.82 | 0.47 |
| Hex | 8B | 15 | DA | 24 | 5A | 0 | F | 114 | 52 | 2F |
| Octal | 213 | 25 | 332 | 44 | 132 | 0 | 17 | 424 | 122 | 57 |
| Binary | 10001011 | 10101 | 11011010 | 100100 | 1011010 | 0 | 1111 | 100010100 | 1010010 | 101111 |
Color Harmonies of #8B15DA
Complementary color
Monochromatic Colors of #8B15DA
Black with #8B15DA
Text Example
Text Example
White with #8B15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B15DA; }
p { color: rgb(139,21,218); }
H1.HeaderClassName
{
color: #8B15DA;
}
.AnyTagClassName
{
color: #8B15DA;
}
</style>
background-color css
<style>
a { background-color: #8B15DA; }
a { background-color: rgb(139,21,218); }
div.DivClassName
{
background-color: #8B15DA;
}
.BgClassName
{
background-color: #8B15DA;
}
</style>
border-color css
<style>
span { border-color: #8B15DA; }
span { border-color: rgb(139,21,218); }
td.TdClassName
{
border-color: #8B15DA;
}
.TagClassName
{
border-color: #8B15DA;
}
</style>