Shades of Blue Violet #8714DA
Tints of Blue Violet #8714DA
RGB
CMYK
RGB Variations
Color information
#8714DA (or 0x8714DA) is known color: Blue Violet. HEX triplet: 87, 14 and DA. RGB value is (135,20,218). Sum of RGB (Red+Green+Blue) = 135+20+218=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #8714DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8714DA is #78EB25. Grayscale: #4C4C4C. Windows color (decimal): -7924518 or 14292103. OLE color: 14292103.
HSL color Cylindrical-coordinate representation of color #8714DA: hue angle of 274.85º 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 #8714DA is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 20 | 218 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.15 |
| HSL | 274.85º | 0.83% | 0.47% | - |
| HSV(B) | 274.85º | 0.91% | 0.85% | - |
| XYZ | 22.9 | 10.71 | 67.19 | - |
| YUV | 76.96 | 207.6 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 218 | 0.38 | 0.91 | 0 | 0.15 | 274.85 | 0.83 | 0.47 |
| Hex | 87 | 14 | DA | 26 | 5B | 0 | F | 113 | 53 | 2F |
| Octal | 207 | 24 | 332 | 46 | 133 | 0 | 17 | 423 | 123 | 57 |
| Binary | 10000111 | 10100 | 11011010 | 100110 | 1011011 | 0 | 1111 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8714DA
Complementary color
Monochromatic Colors of #8714DA
Black with #8714DA
Text Example
Text Example
White with #8714DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8714DA; }
p { color: rgb(135,20,218); }
H1.HeaderClassName
{
color: #8714DA;
}
.AnyTagClassName
{
color: #8714DA;
}
</style>
background-color css
<style>
a { background-color: #8714DA; }
a { background-color: rgb(135,20,218); }
div.DivClassName
{
background-color: #8714DA;
}
.BgClassName
{
background-color: #8714DA;
}
</style>
border-color css
<style>
span { border-color: #8714DA; }
span { border-color: rgb(135,20,218); }
td.TdClassName
{
border-color: #8714DA;
}
.TagClassName
{
border-color: #8714DA;
}
</style>