Shades of Dark Violet #8F0BF2
Tints of Dark Violet #8F0BF2
RGB
CMYK
RGB Variations
Color information
#8F0BF2 (or 0x8F0BF2) is known color: Dark Violet. HEX triplet: 8F, 0B and F2. RGB value is (143,11,242). Sum of RGB (Red+Green+Blue) = 143+11+242=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 242 (94.92% from 255 or 61.11% from 396); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F0BF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BF2 is #70F40D. Grayscale: #4C4C4C. Windows color (decimal): -7402510 or 15862671. OLE color: 15862671.
HSL color Cylindrical-coordinate representation of color #8F0BF2: hue angle of 274.29º degrees, saturation: 0.91, 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 #8F0BF2 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 11 | 242 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.05 |
| HSL | 274.29º | 0.91% | 0.5% | - |
| HSV(B) | 274.29º | 0.95% | 0.95% | - |
| XYZ | 27.47 | 12.49 | 84.97 | - |
| YUV | 76.8 | 221.23 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 242 | 0.41 | 0.95 | 0 | 0.05 | 274.29 | 0.91 | 0.5 |
| Hex | 8F | B | F2 | 29 | 5F | 0 | 5 | 112 | 5B | 32 |
| Octal | 217 | 13 | 362 | 51 | 137 | 0 | 5 | 422 | 133 | 62 |
| Binary | 10001111 | 1011 | 11110010 | 101001 | 1011111 | 0 | 101 | 100010010 | 1011011 | 110010 |
Color Harmonies of #8F0BF2
Complementary color
Monochromatic Colors of #8F0BF2
Black with #8F0BF2
Text Example
Text Example
White with #8F0BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BF2; }
p { color: rgb(143,11,242); }
H1.HeaderClassName
{
color: #8F0BF2;
}
.AnyTagClassName
{
color: #8F0BF2;
}
</style>
background-color css
<style>
a { background-color: #8F0BF2; }
a { background-color: rgb(143,11,242); }
div.DivClassName
{
background-color: #8F0BF2;
}
.BgClassName
{
background-color: #8F0BF2;
}
</style>
border-color css
<style>
span { border-color: #8F0BF2; }
span { border-color: rgb(143,11,242); }
td.TdClassName
{
border-color: #8F0BF2;
}
.TagClassName
{
border-color: #8F0BF2;
}
</style>