Shades of Blue Violet #8146CC
Tints of Blue Violet #8146CC
RGB
CMYK
RGB Variations
Color information
#8146CC (or 0x8146CC) is known color: Blue Violet. HEX triplet: 81, 46 and CC. RGB value is (129,70,204). Sum of RGB (Red+Green+Blue) = 129+70+204=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8146CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146CC is #7EB933. Grayscale: #666666. Windows color (decimal): -8304948 or 13387393. OLE color: 13387393.
HSL color Cylindrical-coordinate representation of color #8146CC: hue angle of 266.42º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8146CC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 70 | 204 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.2 |
| HSL | 266.42º | 0.57% | 0.54% | - |
| HSV(B) | 266.42º | 0.66% | 0.8% | - |
| XYZ | 22.14 | 13.41 | 58.55 | - |
| YUV | 102.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 204 | 0.37 | 0.66 | 0 | 0.2 | 266.42 | 0.57 | 0.54 |
| Hex | 81 | 46 | CC | 25 | 42 | 0 | 14 | 10A | 39 | 36 |
| Octal | 201 | 106 | 314 | 45 | 102 | 0 | 24 | 412 | 71 | 66 |
| Binary | 10000001 | 1000110 | 11001100 | 100101 | 1000010 | 0 | 10100 | 100001010 | 111001 | 110110 |
Color Harmonies of #8146CC
Complementary color
Monochromatic Colors of #8146CC
Black with #8146CC
Text Example
Text Example
White with #8146CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146CC; }
p { color: rgb(129,70,204); }
H1.HeaderClassName
{
color: #8146CC;
}
.AnyTagClassName
{
color: #8146CC;
}
</style>
background-color css
<style>
a { background-color: #8146CC; }
a { background-color: rgb(129,70,204); }
div.DivClassName
{
background-color: #8146CC;
}
.BgClassName
{
background-color: #8146CC;
}
</style>
border-color css
<style>
span { border-color: #8146CC; }
span { border-color: rgb(129,70,204); }
td.TdClassName
{
border-color: #8146CC;
}
.TagClassName
{
border-color: #8146CC;
}
</style>