Shades of Blue Violet #8C17DB
Tints of Blue Violet #8C17DB
RGB
CMYK
RGB Variations
Color information
#8C17DB (or 0x8C17DB) is known color: Blue Violet. HEX triplet: 8C, 17 and DB. RGB value is (140,23,219). Sum of RGB (Red+Green+Blue) = 140+23+219=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17DB is #73E824. Grayscale: #4F4F4F. Windows color (decimal): -7596069 or 14358412. OLE color: 14358412.
HSL color Cylindrical-coordinate representation of color #8C17DB: hue angle of 275.82º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C17DB is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 23 | 219 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.14 |
| HSL | 275.82º | 0.81% | 0.47% | - |
| HSV(B) | 275.82º | 0.89% | 0.86% | - |
| XYZ | 23.91 | 11.3 | 67.94 | - |
| YUV | 80.33 | 206.26 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 219 | 0.36 | 0.89 | 0 | 0.14 | 275.82 | 0.81 | 0.47 |
| Hex | 8C | 17 | DB | 24 | 59 | 0 | E | 114 | 51 | 2F |
| Octal | 214 | 27 | 333 | 44 | 131 | 0 | 16 | 424 | 121 | 57 |
| Binary | 10001100 | 10111 | 11011011 | 100100 | 1011001 | 0 | 1110 | 100010100 | 1010001 | 101111 |
Color Harmonies of #8C17DB
Complementary color
Monochromatic Colors of #8C17DB
Black with #8C17DB
Text Example
Text Example
White with #8C17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17DB; }
p { color: rgb(140,23,219); }
H1.HeaderClassName
{
color: #8C17DB;
}
.AnyTagClassName
{
color: #8C17DB;
}
</style>
background-color css
<style>
a { background-color: #8C17DB; }
a { background-color: rgb(140,23,219); }
div.DivClassName
{
background-color: #8C17DB;
}
.BgClassName
{
background-color: #8C17DB;
}
</style>
border-color css
<style>
span { border-color: #8C17DB; }
span { border-color: rgb(140,23,219); }
td.TdClassName
{
border-color: #8C17DB;
}
.TagClassName
{
border-color: #8C17DB;
}
</style>