Shades of Blue Violet #844CE5
Tints of Blue Violet #844CE5
RGB
CMYK
RGB Variations
Color information
#844CE5 (or 0x844CE5) is known color: Blue Violet. HEX triplet: 84, 4C and E5. RGB value is (132,76,229). Sum of RGB (Red+Green+Blue) = 132+76+229=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #844CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CE5 is #7BB31A. Grayscale: #6D6D6D. Windows color (decimal): -8106779 or 15027332. OLE color: 15027332.
HSL color Cylindrical-coordinate representation of color #844CE5: hue angle of 261.96º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844CE5 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 76 | 229 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.10 |
| HSL | 261.96º | 0.75% | 0.6% | - |
| HSV(B) | 261.96º | 0.67% | 0.9% | - |
| XYZ | 26.24 | 15.73 | 75.78 | - |
| YUV | 110.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 229 | 0.42 | 0.67 | 0 | 0.10 | 261.96 | 0.75 | 0.6 |
| Hex | 84 | 4C | E5 | 2A | 43 | 0 | A | 106 | 4B | 3C |
| Octal | 204 | 114 | 345 | 52 | 103 | 0 | 12 | 406 | 113 | 74 |
| Binary | 10000100 | 1001100 | 11100101 | 101010 | 1000011 | 0 | 1010 | 100000110 | 1001011 | 111100 |
Color Harmonies of #844CE5
Complementary color
Monochromatic Colors of #844CE5
Black with #844CE5
Text Example
Text Example
White with #844CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CE5; }
p { color: rgb(132,76,229); }
H1.HeaderClassName
{
color: #844CE5;
}
.AnyTagClassName
{
color: #844CE5;
}
</style>
background-color css
<style>
a { background-color: #844CE5; }
a { background-color: rgb(132,76,229); }
div.DivClassName
{
background-color: #844CE5;
}
.BgClassName
{
background-color: #844CE5;
}
</style>
border-color css
<style>
span { border-color: #844CE5; }
span { border-color: rgb(132,76,229); }
td.TdClassName
{
border-color: #844CE5;
}
.TagClassName
{
border-color: #844CE5;
}
</style>