Shades of Blue Violet #8730D0
Tints of Blue Violet #8730D0
RGB
CMYK
RGB Variations
Color information
#8730D0 (or 0x8730D0) is known color: Blue Violet. HEX triplet: 87, 30 and D0. RGB value is (135,48,208). Sum of RGB (Red+Green+Blue) = 135+48+208=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #8730D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730D0 is #78CF2F. Grayscale: #5B5B5B. Windows color (decimal): -7917360 or 13643911. OLE color: 13643911.
HSL color Cylindrical-coordinate representation of color #8730D0: hue angle of 272.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8730D0 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 48 | 208 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.18 |
| HSL | 272.63º | 0.63% | 0.5% | - |
| HSV(B) | 272.63º | 0.77% | 0.82% | - |
| XYZ | 22.43 | 11.82 | 60.77 | - |
| YUV | 92.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 208 | 0.35 | 0.77 | 0 | 0.18 | 272.63 | 0.63 | 0.5 |
| Hex | 87 | 30 | D0 | 23 | 4D | 0 | 12 | 111 | 3F | 32 |
| Octal | 207 | 60 | 320 | 43 | 115 | 0 | 22 | 421 | 77 | 62 |
| Binary | 10000111 | 110000 | 11010000 | 100011 | 1001101 | 0 | 10010 | 100010001 | 111111 | 110010 |
Color Harmonies of #8730D0
Complementary color
Monochromatic Colors of #8730D0
Black with #8730D0
Text Example
Text Example
White with #8730D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730D0; }
p { color: rgb(135,48,208); }
H1.HeaderClassName
{
color: #8730D0;
}
.AnyTagClassName
{
color: #8730D0;
}
</style>
background-color css
<style>
a { background-color: #8730D0; }
a { background-color: rgb(135,48,208); }
div.DivClassName
{
background-color: #8730D0;
}
.BgClassName
{
background-color: #8730D0;
}
</style>
border-color css
<style>
span { border-color: #8730D0; }
span { border-color: rgb(135,48,208); }
td.TdClassName
{
border-color: #8730D0;
}
.TagClassName
{
border-color: #8730D0;
}
</style>