Shades of Blue Violet #8438EA
Tints of Blue Violet #8438EA
RGB
CMYK
RGB Variations
Color information
#8438EA (or 0x8438EA) is known color: Blue Violet. HEX triplet: 84, 38 and EA. RGB value is (132,56,234). Sum of RGB (Red+Green+Blue) = 132+56+234=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #8438EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8438EA is #7BC715. Grayscale: #626262. Windows color (decimal): -8111894 or 15349892. OLE color: 15349892.
HSL color Cylindrical-coordinate representation of color #8438EA: hue angle of 265.62º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8438EA is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 56 | 234 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.08 |
| HSL | 265.62º | 0.81% | 0.57% | - |
| HSV(B) | 265.62º | 0.76% | 0.92% | - |
| XYZ | 25.78 | 13.67 | 79.12 | - |
| YUV | 99.02 | 204.18 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 234 | 0.44 | 0.76 | 0 | 0.08 | 265.62 | 0.81 | 0.57 |
| Hex | 84 | 38 | EA | 2C | 4C | 0 | 8 | 10A | 51 | 39 |
| Octal | 204 | 70 | 352 | 54 | 114 | 0 | 10 | 412 | 121 | 71 |
| Binary | 10000100 | 111000 | 11101010 | 101100 | 1001100 | 0 | 1000 | 100001010 | 1010001 | 111001 |
Color Harmonies of #8438EA
Complementary color
Monochromatic Colors of #8438EA
Black with #8438EA
Text Example
Text Example
White with #8438EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8438EA; }
p { color: rgb(132,56,234); }
H1.HeaderClassName
{
color: #8438EA;
}
.AnyTagClassName
{
color: #8438EA;
}
</style>
background-color css
<style>
a { background-color: #8438EA; }
a { background-color: rgb(132,56,234); }
div.DivClassName
{
background-color: #8438EA;
}
.BgClassName
{
background-color: #8438EA;
}
</style>
border-color css
<style>
span { border-color: #8438EA; }
span { border-color: rgb(132,56,234); }
td.TdClassName
{
border-color: #8438EA;
}
.TagClassName
{
border-color: #8438EA;
}
</style>