Shades of Blue Violet #8444DA
Tints of Blue Violet #8444DA
RGB
CMYK
RGB Variations
Color information
#8444DA (or 0x8444DA) is known color: Blue Violet. HEX triplet: 84, 44 and DA. RGB value is (132,68,218). Sum of RGB (Red+Green+Blue) = 132+68+218=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #8444DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8444DA is #7BBB25. Grayscale: #676767. Windows color (decimal): -8108838 or 14304388. OLE color: 14304388.
HSL color Cylindrical-coordinate representation of color #8444DA: hue angle of 265.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8444DA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 68 | 218 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.15 |
| HSL | 265.6º | 0.67% | 0.56% | - |
| HSV(B) | 265.6º | 0.69% | 0.85% | - |
| XYZ | 24.24 | 14.1 | 67.77 | - |
| YUV | 104.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 218 | 0.39 | 0.69 | 0 | 0.15 | 265.6 | 0.67 | 0.56 |
| Hex | 84 | 44 | DA | 27 | 45 | 0 | F | 10A | 43 | 38 |
| Octal | 204 | 104 | 332 | 47 | 105 | 0 | 17 | 412 | 103 | 70 |
| Binary | 10000100 | 1000100 | 11011010 | 100111 | 1000101 | 0 | 1111 | 100001010 | 1000011 | 111000 |
Color Harmonies of #8444DA
Complementary color
Monochromatic Colors of #8444DA
Black with #8444DA
Text Example
Text Example
White with #8444DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8444DA; }
p { color: rgb(132,68,218); }
H1.HeaderClassName
{
color: #8444DA;
}
.AnyTagClassName
{
color: #8444DA;
}
</style>
background-color css
<style>
a { background-color: #8444DA; }
a { background-color: rgb(132,68,218); }
div.DivClassName
{
background-color: #8444DA;
}
.BgClassName
{
background-color: #8444DA;
}
</style>
border-color css
<style>
span { border-color: #8444DA; }
span { border-color: rgb(132,68,218); }
td.TdClassName
{
border-color: #8444DA;
}
.TagClassName
{
border-color: #8444DA;
}
</style>