Shades of Blue Violet #8341FD
Tints of Blue Violet #8341FD
RGB
CMYK
RGB Variations
Color information
#8341FD (or 0x8341FD) is known color: Blue Violet. HEX triplet: 83, 41 and FD. RGB value is (131,65,253). Sum of RGB (Red+Green+Blue) = 131+65+253=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #8341FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341FD is #7CBE02. Grayscale: #696969. Windows color (decimal): -8175107 or 16597379. OLE color: 16597379.
HSL color Cylindrical-coordinate representation of color #8341FD: hue angle of 261.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8341FD is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 65 | 253 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.01 |
| HSL | 261.06º | 0.98% | 0.62% | - |
| HSV(B) | 261.06º | 0.74% | 0.99% | - |
| XYZ | 28.98 | 15.7 | 94.43 | - |
| YUV | 106.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 253 | 0.48 | 0.74 | 0 | 0.01 | 261.06 | 0.98 | 0.62 |
| Hex | 83 | 41 | FD | 30 | 4A | 0 | 1 | 105 | 62 | 3E |
| Octal | 203 | 101 | 375 | 60 | 112 | 0 | 1 | 405 | 142 | 76 |
| Binary | 10000011 | 1000001 | 11111101 | 110000 | 1001010 | 0 | 1 | 100000101 | 1100010 | 111110 |
Color Harmonies of #8341FD
Complementary color
Monochromatic Colors of #8341FD
Black with #8341FD
Text Example
Text Example
White with #8341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341FD; }
p { color: rgb(131,65,253); }
H1.HeaderClassName
{
color: #8341FD;
}
.AnyTagClassName
{
color: #8341FD;
}
</style>
background-color css
<style>
a { background-color: #8341FD; }
a { background-color: rgb(131,65,253); }
div.DivClassName
{
background-color: #8341FD;
}
.BgClassName
{
background-color: #8341FD;
}
</style>
border-color css
<style>
span { border-color: #8341FD; }
span { border-color: rgb(131,65,253); }
td.TdClassName
{
border-color: #8341FD;
}
.TagClassName
{
border-color: #8341FD;
}
</style>