Shades of Blue Violet #8842DA
Tints of Blue Violet #8842DA
RGB
CMYK
RGB Variations
Color information
#8842DA (or 0x8842DA) is known color: Blue Violet. HEX triplet: 88, 42 and DA. RGB value is (136,66,218). Sum of RGB (Red+Green+Blue) = 136+66+218=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #8842DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842DA is #77BD25. Grayscale: #676767. Windows color (decimal): -7847206 or 14303880. OLE color: 14303880.
HSL color Cylindrical-coordinate representation of color #8842DA: hue angle of 267.63º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8842DA is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 66 | 218 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.15 |
| HSL | 267.63º | 0.67% | 0.56% | - |
| HSV(B) | 267.63º | 0.7% | 0.85% | - |
| XYZ | 24.76 | 14.19 | 67.76 | - |
| YUV | 104.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 218 | 0.38 | 0.70 | 0 | 0.15 | 267.63 | 0.67 | 0.56 |
| Hex | 88 | 42 | DA | 26 | 46 | 0 | F | 10C | 43 | 38 |
| Octal | 210 | 102 | 332 | 46 | 106 | 0 | 17 | 414 | 103 | 70 |
| Binary | 10001000 | 1000010 | 11011010 | 100110 | 1000110 | 0 | 1111 | 100001100 | 1000011 | 111000 |
Color Harmonies of #8842DA
Complementary color
Monochromatic Colors of #8842DA
Black with #8842DA
Text Example
Text Example
White with #8842DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8842DA; }
p { color: rgb(136,66,218); }
H1.HeaderClassName
{
color: #8842DA;
}
.AnyTagClassName
{
color: #8842DA;
}
</style>
background-color css
<style>
a { background-color: #8842DA; }
a { background-color: rgb(136,66,218); }
div.DivClassName
{
background-color: #8842DA;
}
.BgClassName
{
background-color: #8842DA;
}
</style>
border-color css
<style>
span { border-color: #8842DA; }
span { border-color: rgb(136,66,218); }
td.TdClassName
{
border-color: #8842DA;
}
.TagClassName
{
border-color: #8842DA;
}
</style>