Shades of Blue Violet #8C0BF9
Tints of Blue Violet #8C0BF9
RGB
CMYK
RGB Variations
Color information
#8C0BF9 (or 0x8C0BF9) is known color: Blue Violet. HEX triplet: 8C, 0B and F9. RGB value is (140,11,249). Sum of RGB (Red+Green+Blue) = 140+11+249=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C0BF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0BF9 is #73F406. Grayscale: #4B4B4B. Windows color (decimal): -7599111 or 16321420. OLE color: 16321420.
HSL color Cylindrical-coordinate representation of color #8C0BF9: hue angle of 272.52º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0BF9 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 11 | 249 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.02 |
| HSL | 272.52º | 0.95% | 0.51% | - |
| HSV(B) | 272.52º | 0.96% | 0.98% | - |
| XYZ | 28.03 | 12.65 | 90.59 | - |
| YUV | 76.7 | 225.24 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 249 | 0.44 | 0.96 | 0 | 0.02 | 272.52 | 0.95 | 0.51 |
| Hex | 8C | B | F9 | 2C | 60 | 0 | 2 | 111 | 5F | 33 |
| Octal | 214 | 13 | 371 | 54 | 140 | 0 | 2 | 421 | 137 | 63 |
| Binary | 10001100 | 1011 | 11111001 | 101100 | 1100000 | 0 | 10 | 100010001 | 1011111 | 110011 |
Color Harmonies of #8C0BF9
Complementary color
Monochromatic Colors of #8C0BF9
Black with #8C0BF9
Text Example
Text Example
White with #8C0BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BF9; }
p { color: rgb(140,11,249); }
H1.HeaderClassName
{
color: #8C0BF9;
}
.AnyTagClassName
{
color: #8C0BF9;
}
</style>
background-color css
<style>
a { background-color: #8C0BF9; }
a { background-color: rgb(140,11,249); }
div.DivClassName
{
background-color: #8C0BF9;
}
.BgClassName
{
background-color: #8C0BF9;
}
</style>
border-color css
<style>
span { border-color: #8C0BF9; }
span { border-color: rgb(140,11,249); }
td.TdClassName
{
border-color: #8C0BF9;
}
.TagClassName
{
border-color: #8C0BF9;
}
</style>