Shades of Blue Violet #8B17DC
Tints of Blue Violet #8B17DC
RGB
CMYK
RGB Variations
Color information
#8B17DC (or 0x8B17DC) is known color: Blue Violet. HEX triplet: 8B, 17 and DC. RGB value is (139,23,220). Sum of RGB (Red+Green+Blue) = 139+23+220=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B17DC is #74E823. Grayscale: #4F4F4F. Windows color (decimal): -7661604 or 14423947. OLE color: 14423947.
HSL color Cylindrical-coordinate representation of color #8B17DC: hue angle of 275.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B17DC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 23 | 220 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.14 |
| HSL | 275.33º | 0.81% | 0.48% | - |
| HSV(B) | 275.33º | 0.9% | 0.86% | - |
| XYZ | 23.87 | 11.27 | 68.63 | - |
| YUV | 80.14 | 206.93 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 220 | 0.37 | 0.90 | 0 | 0.14 | 275.33 | 0.81 | 0.48 |
| Hex | 8B | 17 | DC | 25 | 5A | 0 | E | 113 | 51 | 30 |
| Octal | 213 | 27 | 334 | 45 | 132 | 0 | 16 | 423 | 121 | 60 |
| Binary | 10001011 | 10111 | 11011100 | 100101 | 1011010 | 0 | 1110 | 100010011 | 1010001 | 110000 |
Color Harmonies of #8B17DC
Complementary color
Monochromatic Colors of #8B17DC
Black with #8B17DC
Text Example
Text Example
White with #8B17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B17DC; }
p { color: rgb(139,23,220); }
H1.HeaderClassName
{
color: #8B17DC;
}
.AnyTagClassName
{
color: #8B17DC;
}
</style>
background-color css
<style>
a { background-color: #8B17DC; }
a { background-color: rgb(139,23,220); }
div.DivClassName
{
background-color: #8B17DC;
}
.BgClassName
{
background-color: #8B17DC;
}
</style>
border-color css
<style>
span { border-color: #8B17DC; }
span { border-color: rgb(139,23,220); }
td.TdClassName
{
border-color: #8B17DC;
}
.TagClassName
{
border-color: #8B17DC;
}
</style>