Shades of Blue Violet #8439E5
Tints of Blue Violet #8439E5
RGB
CMYK
RGB Variations
Color information
#8439E5 (or 0x8439E5) is known color: Blue Violet. HEX triplet: 84, 39 and E5. RGB value is (132,57,229). Sum of RGB (Red+Green+Blue) = 132+57+229=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #8439E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439E5 is #7BC61A. Grayscale: #626262. Windows color (decimal): -8111643 or 15022468. OLE color: 15022468.
HSL color Cylindrical-coordinate representation of color #8439E5: hue angle of 266.16º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8439E5 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 57 | 229 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.10 |
| HSL | 266.16º | 0.77% | 0.56% | - |
| HSV(B) | 266.16º | 0.75% | 0.9% | - |
| XYZ | 25.12 | 13.49 | 75.41 | - |
| YUV | 99.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 229 | 0.42 | 0.75 | 0 | 0.10 | 266.16 | 0.77 | 0.56 |
| Hex | 84 | 39 | E5 | 2A | 4B | 0 | A | 10A | 4D | 38 |
| Octal | 204 | 71 | 345 | 52 | 113 | 0 | 12 | 412 | 115 | 70 |
| Binary | 10000100 | 111001 | 11100101 | 101010 | 1001011 | 0 | 1010 | 100001010 | 1001101 | 111000 |
Color Harmonies of #8439E5
Complementary color
Monochromatic Colors of #8439E5
Black with #8439E5
Text Example
Text Example
White with #8439E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439E5; }
p { color: rgb(132,57,229); }
H1.HeaderClassName
{
color: #8439E5;
}
.AnyTagClassName
{
color: #8439E5;
}
</style>
background-color css
<style>
a { background-color: #8439E5; }
a { background-color: rgb(132,57,229); }
div.DivClassName
{
background-color: #8439E5;
}
.BgClassName
{
background-color: #8439E5;
}
</style>
border-color css
<style>
span { border-color: #8439E5; }
span { border-color: rgb(132,57,229); }
td.TdClassName
{
border-color: #8439E5;
}
.TagClassName
{
border-color: #8439E5;
}
</style>