Shades of Blue Violet #8814DA
Tints of Blue Violet #8814DA
RGB
CMYK
RGB Variations
Color information
#8814DA (or 0x8814DA) is known color: Blue Violet. HEX triplet: 88, 14 and DA. RGB value is (136,20,218). Sum of RGB (Red+Green+Blue) = 136+20+218=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #8814DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814DA is #77EB25. Grayscale: #4C4C4C. Windows color (decimal): -7858982 or 14292104. OLE color: 14292104.
HSL color Cylindrical-coordinate representation of color #8814DA: hue angle of 275.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8814DA is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 20 | 218 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.15 |
| HSL | 275.15º | 0.83% | 0.47% | - |
| HSV(B) | 275.15º | 0.91% | 0.85% | - |
| XYZ | 23.06 | 10.8 | 67.2 | - |
| YUV | 77.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 218 | 0.38 | 0.91 | 0 | 0.15 | 275.15 | 0.83 | 0.47 |
| Hex | 88 | 14 | DA | 26 | 5B | 0 | F | 113 | 53 | 2F |
| Octal | 210 | 24 | 332 | 46 | 133 | 0 | 17 | 423 | 123 | 57 |
| Binary | 10001000 | 10100 | 11011010 | 100110 | 1011011 | 0 | 1111 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8814DA
Complementary color
Monochromatic Colors of #8814DA
Black with #8814DA
Text Example
Text Example
White with #8814DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814DA; }
p { color: rgb(136,20,218); }
H1.HeaderClassName
{
color: #8814DA;
}
.AnyTagClassName
{
color: #8814DA;
}
</style>
background-color css
<style>
a { background-color: #8814DA; }
a { background-color: rgb(136,20,218); }
div.DivClassName
{
background-color: #8814DA;
}
.BgClassName
{
background-color: #8814DA;
}
</style>
border-color css
<style>
span { border-color: #8814DA; }
span { border-color: rgb(136,20,218); }
td.TdClassName
{
border-color: #8814DA;
}
.TagClassName
{
border-color: #8814DA;
}
</style>