Shades of Blue Violet #870DF2
Tints of Blue Violet #870DF2
RGB
CMYK
RGB Variations
Color information
#870DF2 (or 0x870DF2) is known color: Blue Violet. HEX triplet: 87, 0D and F2. RGB value is (135,13,242). Sum of RGB (Red+Green+Blue) = 135+13+242=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #870DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DF2 is #78F20D. Grayscale: #4A4A4A. Windows color (decimal): -7926286 or 15863175. OLE color: 15863175.
HSL color Cylindrical-coordinate representation of color #870DF2: hue angle of 271.97º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870DF2 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 13 | 242 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.05 |
| HSL | 271.97º | 0.9% | 0.5% | - |
| HSV(B) | 271.97º | 0.95% | 0.95% | - |
| XYZ | 26.16 | 11.85 | 84.91 | - |
| YUV | 75.58 | 221.92 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 242 | 0.44 | 0.95 | 0 | 0.05 | 271.97 | 0.9 | 0.5 |
| Hex | 87 | D | F2 | 2C | 5F | 0 | 5 | 110 | 5A | 32 |
| Octal | 207 | 15 | 362 | 54 | 137 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10000111 | 1101 | 11110010 | 101100 | 1011111 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #870DF2
Complementary color
Monochromatic Colors of #870DF2
Black with #870DF2
Text Example
Text Example
White with #870DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DF2; }
p { color: rgb(135,13,242); }
H1.HeaderClassName
{
color: #870DF2;
}
.AnyTagClassName
{
color: #870DF2;
}
</style>
background-color css
<style>
a { background-color: #870DF2; }
a { background-color: rgb(135,13,242); }
div.DivClassName
{
background-color: #870DF2;
}
.BgClassName
{
background-color: #870DF2;
}
</style>
border-color css
<style>
span { border-color: #870DF2; }
span { border-color: rgb(135,13,242); }
td.TdClassName
{
border-color: #870DF2;
}
.TagClassName
{
border-color: #870DF2;
}
</style>