Shades of Blue Violet #8438FF
Tints of Blue Violet #8438FF
RGB
CMYK
RGB Variations
Color information
#8438FF (or 0x8438FF) is known color: Blue Violet. HEX triplet: 84, 38 and FF. RGB value is (132,56,255). Sum of RGB (Red+Green+Blue) = 132+56+255=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #8438FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8438FF is #7BC700. Grayscale: #646464. Windows color (decimal): -8111873 or 16726148. OLE color: 16726148.
HSL color Cylindrical-coordinate representation of color #8438FF: hue angle of 262.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8438FF is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 56 | 255 | - |
| CMYK | 0.48 | 0.78 | 0 | 0 |
| HSL | 262.91º | 1% | 0.61% | - |
| HSV(B) | 262.91º | 0.78% | 1% | - |
| XYZ | 28.98 | 14.95 | 95.97 | - |
| YUV | 101.41 | 214.68 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 255 | 0.48 | 0.78 | 0 | 0 | 262.91 | 1 | 0.61 |
| Hex | 84 | 38 | FF | 30 | 4E | 0 | 0 | 107 | 64 | 3D |
| Octal | 204 | 70 | 377 | 60 | 116 | 0 | 0 | 407 | 144 | 75 |
| Binary | 10000100 | 111000 | 11111111 | 110000 | 1001110 | 0 | 0 | 100000111 | 1100100 | 111101 |
Color Harmonies of #8438FF
Complementary color
Monochromatic Colors of #8438FF
Black with #8438FF
Text Example
Text Example
White with #8438FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8438FF; }
p { color: rgb(132,56,255); }
H1.HeaderClassName
{
color: #8438FF;
}
.AnyTagClassName
{
color: #8438FF;
}
</style>
background-color css
<style>
a { background-color: #8438FF; }
a { background-color: rgb(132,56,255); }
div.DivClassName
{
background-color: #8438FF;
}
.BgClassName
{
background-color: #8438FF;
}
</style>
border-color css
<style>
span { border-color: #8438FF; }
span { border-color: rgb(132,56,255); }
td.TdClassName
{
border-color: #8438FF;
}
.TagClassName
{
border-color: #8438FF;
}
</style>