Shades of Blue Violet #8C17DA
Tints of Blue Violet #8C17DA
RGB
CMYK
RGB Variations
Color information
#8C17DA (or 0x8C17DA) is known color: Blue Violet. HEX triplet: 8C, 17 and DA. RGB value is (140,23,218). Sum of RGB (Red+Green+Blue) = 140+23+218=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17DA is #73E825. Grayscale: #4F4F4F. Windows color (decimal): -7596070 or 14292876. OLE color: 14292876.
HSL color Cylindrical-coordinate representation of color #8C17DA: hue angle of 276º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C17DA is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 23 | 218 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.15 |
| HSL | 276º | 0.81% | 0.47% | - |
| HSV(B) | 276º | 0.89% | 0.85% | - |
| XYZ | 23.78 | 11.25 | 67.25 | - |
| YUV | 80.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 218 | 0.36 | 0.89 | 0 | 0.15 | 276 | 0.81 | 0.47 |
| Hex | 8C | 17 | DA | 24 | 59 | 0 | F | 114 | 51 | 2F |
| Octal | 214 | 27 | 332 | 44 | 131 | 0 | 17 | 424 | 121 | 57 |
| Binary | 10001100 | 10111 | 11011010 | 100100 | 1011001 | 0 | 1111 | 100010100 | 1010001 | 101111 |
Color Harmonies of #8C17DA
Complementary color
Monochromatic Colors of #8C17DA
Black with #8C17DA
Text Example
Text Example
White with #8C17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17DA; }
p { color: rgb(140,23,218); }
H1.HeaderClassName
{
color: #8C17DA;
}
.AnyTagClassName
{
color: #8C17DA;
}
</style>
background-color css
<style>
a { background-color: #8C17DA; }
a { background-color: rgb(140,23,218); }
div.DivClassName
{
background-color: #8C17DA;
}
.BgClassName
{
background-color: #8C17DA;
}
</style>
border-color css
<style>
span { border-color: #8C17DA; }
span { border-color: rgb(140,23,218); }
td.TdClassName
{
border-color: #8C17DA;
}
.TagClassName
{
border-color: #8C17DA;
}
</style>