Shades of Blue Violet #8613DE
Tints of Blue Violet #8613DE
RGB
CMYK
RGB Variations
Color information
#8613DE (or 0x8613DE) is known color: Blue Violet. HEX triplet: 86, 13 and DE. RGB value is (134,19,222). Sum of RGB (Red+Green+Blue) = 134+19+222=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #8613DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8613DE is #79EC21. Grayscale: #4B4B4B. Windows color (decimal): -7990306 or 14553990. OLE color: 14553990.
HSL color Cylindrical-coordinate representation of color #8613DE: hue angle of 273.99º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8613DE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 19 | 222 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.13 |
| HSL | 273.99º | 0.84% | 0.47% | - |
| HSV(B) | 273.99º | 0.91% | 0.87% | - |
| XYZ | 23.25 | 10.81 | 69.97 | - |
| YUV | 76.53 | 210.1 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 222 | 0.40 | 0.91 | 0 | 0.13 | 273.99 | 0.84 | 0.47 |
| Hex | 86 | 13 | DE | 28 | 5B | 0 | D | 112 | 54 | 2F |
| Octal | 206 | 23 | 336 | 50 | 133 | 0 | 15 | 422 | 124 | 57 |
| Binary | 10000110 | 10011 | 11011110 | 101000 | 1011011 | 0 | 1101 | 100010010 | 1010100 | 101111 |
Color Harmonies of #8613DE
Complementary color
Monochromatic Colors of #8613DE
Black with #8613DE
Text Example
Text Example
White with #8613DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613DE; }
p { color: rgb(134,19,222); }
H1.HeaderClassName
{
color: #8613DE;
}
.AnyTagClassName
{
color: #8613DE;
}
</style>
background-color css
<style>
a { background-color: #8613DE; }
a { background-color: rgb(134,19,222); }
div.DivClassName
{
background-color: #8613DE;
}
.BgClassName
{
background-color: #8613DE;
}
</style>
border-color css
<style>
span { border-color: #8613DE; }
span { border-color: rgb(134,19,222); }
td.TdClassName
{
border-color: #8613DE;
}
.TagClassName
{
border-color: #8613DE;
}
</style>