Shades of Blue Violet #8430EA
Tints of Blue Violet #8430EA
RGB
CMYK
RGB Variations
Color information
#8430EA (or 0x8430EA) is known color: Blue Violet. HEX triplet: 84, 30 and EA. RGB value is (132,48,234). Sum of RGB (Red+Green+Blue) = 132+48+234=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #8430EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8430EA is #7BCF15. Grayscale: #5D5D5D. Windows color (decimal): -8113942 or 15347844. OLE color: 15347844.
HSL color Cylindrical-coordinate representation of color #8430EA: hue angle of 267.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8430EA is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 48 | 234 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.08 |
| HSL | 267.1º | 0.82% | 0.55% | - |
| HSV(B) | 267.1º | 0.79% | 0.92% | - |
| XYZ | 25.42 | 12.96 | 79 | - |
| YUV | 94.32 | 206.83 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 234 | 0.44 | 0.79 | 0 | 0.08 | 267.1 | 0.82 | 0.55 |
| Hex | 84 | 30 | EA | 2C | 4F | 0 | 8 | 10B | 52 | 37 |
| Octal | 204 | 60 | 352 | 54 | 117 | 0 | 10 | 413 | 122 | 67 |
| Binary | 10000100 | 110000 | 11101010 | 101100 | 1001111 | 0 | 1000 | 100001011 | 1010010 | 110111 |
Color Harmonies of #8430EA
Complementary color
Monochromatic Colors of #8430EA
Black with #8430EA
Text Example
Text Example
White with #8430EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430EA; }
p { color: rgb(132,48,234); }
H1.HeaderClassName
{
color: #8430EA;
}
.AnyTagClassName
{
color: #8430EA;
}
</style>
background-color css
<style>
a { background-color: #8430EA; }
a { background-color: rgb(132,48,234); }
div.DivClassName
{
background-color: #8430EA;
}
.BgClassName
{
background-color: #8430EA;
}
</style>
border-color css
<style>
span { border-color: #8430EA; }
span { border-color: rgb(132,48,234); }
td.TdClassName
{
border-color: #8430EA;
}
.TagClassName
{
border-color: #8430EA;
}
</style>