Shades of Blue Violet #8619D2
Tints of Blue Violet #8619D2
RGB
CMYK
RGB Variations
Color information
#8619D2 (or 0x8619D2) is known color: Blue Violet. HEX triplet: 86, 19 and D2. RGB value is (134,25,210). Sum of RGB (Red+Green+Blue) = 134+25+210=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #8619D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619D2 is #79E62D. Grayscale: #4E4E4E. Windows color (decimal): -7988782 or 13769094. OLE color: 13769094.
HSL color Cylindrical-coordinate representation of color #8619D2: hue angle of 275.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8619D2 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 25 | 210 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.18 |
| HSL | 275.35º | 0.79% | 0.46% | - |
| HSV(B) | 275.35º | 0.88% | 0.82% | - |
| XYZ | 21.81 | 10.42 | 61.83 | - |
| YUV | 78.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 210 | 0.36 | 0.88 | 0 | 0.18 | 275.35 | 0.79 | 0.46 |
| Hex | 86 | 19 | D2 | 24 | 58 | 0 | 12 | 113 | 4F | 2E |
| Octal | 206 | 31 | 322 | 44 | 130 | 0 | 22 | 423 | 117 | 56 |
| Binary | 10000110 | 11001 | 11010010 | 100100 | 1011000 | 0 | 10010 | 100010011 | 1001111 | 101110 |
Color Harmonies of #8619D2
Complementary color
Monochromatic Colors of #8619D2
Black with #8619D2
Text Example
Text Example
White with #8619D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619D2; }
p { color: rgb(134,25,210); }
H1.HeaderClassName
{
color: #8619D2;
}
.AnyTagClassName
{
color: #8619D2;
}
</style>
background-color css
<style>
a { background-color: #8619D2; }
a { background-color: rgb(134,25,210); }
div.DivClassName
{
background-color: #8619D2;
}
.BgClassName
{
background-color: #8619D2;
}
</style>
border-color css
<style>
span { border-color: #8619D2; }
span { border-color: rgb(134,25,210); }
td.TdClassName
{
border-color: #8619D2;
}
.TagClassName
{
border-color: #8619D2;
}
</style>