Shades of Blue Violet #8146D0
Tints of Blue Violet #8146D0
RGB
CMYK
RGB Variations
Color information
#8146D0 (or 0x8146D0) is known color: Blue Violet. HEX triplet: 81, 46 and D0. RGB value is (129,70,208). Sum of RGB (Red+Green+Blue) = 129+70+208=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #8146D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146D0 is #7EB92F. Grayscale: #666666. Windows color (decimal): -8304944 or 13649537. OLE color: 13649537.
HSL color Cylindrical-coordinate representation of color #8146D0: hue angle of 265.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8146D0 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 70 | 208 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.18 |
| HSL | 265.65º | 0.59% | 0.55% | - |
| HSV(B) | 265.65º | 0.66% | 0.82% | - |
| XYZ | 22.63 | 13.6 | 61.11 | - |
| YUV | 103.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 208 | 0.38 | 0.66 | 0 | 0.18 | 265.65 | 0.59 | 0.55 |
| Hex | 81 | 46 | D0 | 26 | 42 | 0 | 12 | 10A | 3B | 37 |
| Octal | 201 | 106 | 320 | 46 | 102 | 0 | 22 | 412 | 73 | 67 |
| Binary | 10000001 | 1000110 | 11010000 | 100110 | 1000010 | 0 | 10010 | 100001010 | 111011 | 110111 |
Color Harmonies of #8146D0
Complementary color
Monochromatic Colors of #8146D0
Black with #8146D0
Text Example
Text Example
White with #8146D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146D0; }
p { color: rgb(129,70,208); }
H1.HeaderClassName
{
color: #8146D0;
}
.AnyTagClassName
{
color: #8146D0;
}
</style>
background-color css
<style>
a { background-color: #8146D0; }
a { background-color: rgb(129,70,208); }
div.DivClassName
{
background-color: #8146D0;
}
.BgClassName
{
background-color: #8146D0;
}
</style>
border-color css
<style>
span { border-color: #8146D0; }
span { border-color: rgb(129,70,208); }
td.TdClassName
{
border-color: #8146D0;
}
.TagClassName
{
border-color: #8146D0;
}
</style>