Shades of Blue Violet #8B17DF
Tints of Blue Violet #8B17DF
RGB
CMYK
RGB Variations
Color information
#8B17DF (or 0x8B17DF) is known color: Blue Violet. HEX triplet: 8B, 17 and DF. RGB value is (139,23,223). Sum of RGB (Red+Green+Blue) = 139+23+223=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B17DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B17DF is #74E820. Grayscale: #4F4F4F. Windows color (decimal): -7661601 or 14620555. OLE color: 14620555.
HSL color Cylindrical-coordinate representation of color #8B17DF: hue angle of 274.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B17DF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 23 | 223 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.13 |
| HSL | 274.8º | 0.81% | 0.48% | - |
| HSV(B) | 274.8º | 0.9% | 0.87% | - |
| XYZ | 24.27 | 11.43 | 70.74 | - |
| YUV | 80.48 | 208.43 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 223 | 0.38 | 0.90 | 0 | 0.13 | 274.8 | 0.81 | 0.48 |
| Hex | 8B | 17 | DF | 26 | 5A | 0 | D | 113 | 51 | 30 |
| Octal | 213 | 27 | 337 | 46 | 132 | 0 | 15 | 423 | 121 | 60 |
| Binary | 10001011 | 10111 | 11011111 | 100110 | 1011010 | 0 | 1101 | 100010011 | 1010001 | 110000 |
Color Harmonies of #8B17DF
Complementary color
Monochromatic Colors of #8B17DF
Black with #8B17DF
Text Example
Text Example
White with #8B17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B17DF; }
p { color: rgb(139,23,223); }
H1.HeaderClassName
{
color: #8B17DF;
}
.AnyTagClassName
{
color: #8B17DF;
}
</style>
background-color css
<style>
a { background-color: #8B17DF; }
a { background-color: rgb(139,23,223); }
div.DivClassName
{
background-color: #8B17DF;
}
.BgClassName
{
background-color: #8B17DF;
}
</style>
border-color css
<style>
span { border-color: #8B17DF; }
span { border-color: rgb(139,23,223); }
td.TdClassName
{
border-color: #8B17DF;
}
.TagClassName
{
border-color: #8B17DF;
}
</style>