Shades of Blue Violet #8618DB
Tints of Blue Violet #8618DB
RGB
CMYK
RGB Variations
Color information
#8618DB (or 0x8618DB) is known color: Blue Violet. HEX triplet: 86, 18 and DB. RGB value is (134,24,219). Sum of RGB (Red+Green+Blue) = 134+24+219=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8618DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8618DB is #79E724. Grayscale: #4E4E4E. Windows color (decimal): -7989029 or 14358662. OLE color: 14358662.
HSL color Cylindrical-coordinate representation of color #8618DB: hue angle of 273.85º 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 #8618DB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 24 | 219 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.14 |
| HSL | 273.85º | 0.8% | 0.48% | - |
| HSV(B) | 273.85º | 0.89% | 0.86% | - |
| XYZ | 22.94 | 10.84 | 67.9 | - |
| YUV | 79.12 | 206.94 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 219 | 0.39 | 0.89 | 0 | 0.14 | 273.85 | 0.8 | 0.48 |
| Hex | 86 | 18 | DB | 27 | 59 | 0 | E | 112 | 50 | 30 |
| Octal | 206 | 30 | 333 | 47 | 131 | 0 | 16 | 422 | 120 | 60 |
| Binary | 10000110 | 11000 | 11011011 | 100111 | 1011001 | 0 | 1110 | 100010010 | 1010000 | 110000 |
Color Harmonies of #8618DB
Complementary color
Monochromatic Colors of #8618DB
Black with #8618DB
Text Example
Text Example
White with #8618DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8618DB; }
p { color: rgb(134,24,219); }
H1.HeaderClassName
{
color: #8618DB;
}
.AnyTagClassName
{
color: #8618DB;
}
</style>
background-color css
<style>
a { background-color: #8618DB; }
a { background-color: rgb(134,24,219); }
div.DivClassName
{
background-color: #8618DB;
}
.BgClassName
{
background-color: #8618DB;
}
</style>
border-color css
<style>
span { border-color: #8618DB; }
span { border-color: rgb(134,24,219); }
td.TdClassName
{
border-color: #8618DB;
}
.TagClassName
{
border-color: #8618DB;
}
</style>