Shades of Blue Violet #8243FE
Tints of Blue Violet #8243FE
RGB
CMYK
RGB Variations
Color information
#8243FE (or 0x8243FE) is known color: Blue Violet. HEX triplet: 82, 43 and FE. RGB value is (130,67,254). Sum of RGB (Red+Green+Blue) = 130+67+254=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #8243FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8243FE is #7DBC01. Grayscale: #6A6A6A. Windows color (decimal): -8240130 or 16663426. OLE color: 16663426.
HSL color Cylindrical-coordinate representation of color #8243FE: hue angle of 260.21º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8243FE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 67 | 254 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.00 |
| HSL | 260.21º | 0.99% | 0.63% | - |
| HSV(B) | 260.21º | 0.74% | 1% | - |
| XYZ | 29.1 | 15.92 | 95.3 | - |
| YUV | 107.16 | 210.87 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 254 | 0.49 | 0.74 | 0 | 0.00 | 260.21 | 0.99 | 0.63 |
| Hex | 82 | 43 | FE | 31 | 4A | 0 | 0 | 104 | 63 | 3F |
| Octal | 202 | 103 | 376 | 61 | 112 | 0 | 0 | 404 | 143 | 77 |
| Binary | 10000010 | 1000011 | 11111110 | 110001 | 1001010 | 0 | 0 | 100000100 | 1100011 | 111111 |
Color Harmonies of #8243FE
Complementary color
Monochromatic Colors of #8243FE
Black with #8243FE
Text Example
Text Example
White with #8243FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243FE; }
p { color: rgb(130,67,254); }
H1.HeaderClassName
{
color: #8243FE;
}
.AnyTagClassName
{
color: #8243FE;
}
</style>
background-color css
<style>
a { background-color: #8243FE; }
a { background-color: rgb(130,67,254); }
div.DivClassName
{
background-color: #8243FE;
}
.BgClassName
{
background-color: #8243FE;
}
</style>
border-color css
<style>
span { border-color: #8243FE; }
span { border-color: rgb(130,67,254); }
td.TdClassName
{
border-color: #8243FE;
}
.TagClassName
{
border-color: #8243FE;
}
</style>