Shades of Blue Violet #8718DB
Tints of Blue Violet #8718DB
RGB
CMYK
RGB Variations
Color information
#8718DB (or 0x8718DB) is known color: Blue Violet. HEX triplet: 87, 18 and DB. RGB value is (135,24,219). Sum of RGB (Red+Green+Blue) = 135+24+219=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #8718DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718DB is #78E724. Grayscale: #4E4E4E. Windows color (decimal): -7923493 or 14358663. OLE color: 14358663.
HSL color Cylindrical-coordinate representation of color #8718DB: hue angle of 274.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8718DB is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 24 | 219 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.14 |
| HSL | 274.15º | 0.8% | 0.48% | - |
| HSV(B) | 274.15º | 0.89% | 0.86% | - |
| XYZ | 23.1 | 10.92 | 67.91 | - |
| YUV | 79.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 219 | 0.38 | 0.89 | 0 | 0.14 | 274.15 | 0.8 | 0.48 |
| Hex | 87 | 18 | DB | 26 | 59 | 0 | E | 112 | 50 | 30 |
| Octal | 207 | 30 | 333 | 46 | 131 | 0 | 16 | 422 | 120 | 60 |
| Binary | 10000111 | 11000 | 11011011 | 100110 | 1011001 | 0 | 1110 | 100010010 | 1010000 | 110000 |
Color Harmonies of #8718DB
Complementary color
Monochromatic Colors of #8718DB
Black with #8718DB
Text Example
Text Example
White with #8718DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8718DB; }
p { color: rgb(135,24,219); }
H1.HeaderClassName
{
color: #8718DB;
}
.AnyTagClassName
{
color: #8718DB;
}
</style>
background-color css
<style>
a { background-color: #8718DB; }
a { background-color: rgb(135,24,219); }
div.DivClassName
{
background-color: #8718DB;
}
.BgClassName
{
background-color: #8718DB;
}
</style>
border-color css
<style>
span { border-color: #8718DB; }
span { border-color: rgb(135,24,219); }
td.TdClassName
{
border-color: #8718DB;
}
.TagClassName
{
border-color: #8718DB;
}
</style>