Shades of Dark Violet #8703F0
Tints of Dark Violet #8703F0
RGB
CMYK
RGB Variations
Color information
#8703F0 (or 0x8703F0) is known color: Dark Violet. HEX triplet: 87, 03 and F0. RGB value is (135,3,240). Sum of RGB (Red+Green+Blue) = 135+3+240=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #8703F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8703F0 is #78FC0F. Grayscale: #444444. Windows color (decimal): -7928848 or 15729543. OLE color: 15729543.
HSL color Cylindrical-coordinate representation of color #8703F0: hue angle of 273.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8703F0 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 3 | 240 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.06 |
| HSL | 273.42º | 0.98% | 0.48% | - |
| HSV(B) | 273.42º | 0.99% | 0.94% | - |
| XYZ | 25.75 | 11.51 | 83.3 | - |
| YUV | 69.49 | 224.23 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 240 | 0.44 | 0.99 | 0 | 0.06 | 273.42 | 0.98 | 0.48 |
| Hex | 87 | 3 | F0 | 2C | 63 | 0 | 6 | 111 | 62 | 30 |
| Octal | 207 | 3 | 360 | 54 | 143 | 0 | 6 | 421 | 142 | 60 |
| Binary | 10000111 | 11 | 11110000 | 101100 | 1100011 | 0 | 110 | 100010001 | 1100010 | 110000 |
Color Harmonies of #8703F0
Complementary color
Monochromatic Colors of #8703F0
Black with #8703F0
Text Example
Text Example
White with #8703F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8703F0; }
p { color: rgb(135,3,240); }
H1.HeaderClassName
{
color: #8703F0;
}
.AnyTagClassName
{
color: #8703F0;
}
</style>
background-color css
<style>
a { background-color: #8703F0; }
a { background-color: rgb(135,3,240); }
div.DivClassName
{
background-color: #8703F0;
}
.BgClassName
{
background-color: #8703F0;
}
</style>
border-color css
<style>
span { border-color: #8703F0; }
span { border-color: rgb(135,3,240); }
td.TdClassName
{
border-color: #8703F0;
}
.TagClassName
{
border-color: #8703F0;
}
</style>