Shades of Dark Violet #8F0BEA
Tints of Dark Violet #8F0BEA
RGB
CMYK
RGB Variations
Color information
#8F0BEA (or 0x8F0BEA) is known color: Dark Violet. HEX triplet: 8F, 0B and EA. RGB value is (143,11,234). Sum of RGB (Red+Green+Blue) = 143+11+234=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BEA is #70F415. Grayscale: #4B4B4B. Windows color (decimal): -7402518 or 15338383. OLE color: 15338383.
HSL color Cylindrical-coordinate representation of color #8F0BEA: hue angle of 275.52º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BEA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 11 | 234 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.08 |
| HSL | 275.52º | 0.91% | 0.48% | - |
| HSV(B) | 275.52º | 0.95% | 0.92% | - |
| XYZ | 26.3 | 12.02 | 78.78 | - |
| YUV | 75.89 | 217.23 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 234 | 0.39 | 0.95 | 0 | 0.08 | 275.52 | 0.91 | 0.48 |
| Hex | 8F | B | EA | 27 | 5F | 0 | 8 | 114 | 5B | 30 |
| Octal | 217 | 13 | 352 | 47 | 137 | 0 | 10 | 424 | 133 | 60 |
| Binary | 10001111 | 1011 | 11101010 | 100111 | 1011111 | 0 | 1000 | 100010100 | 1011011 | 110000 |
Color Harmonies of #8F0BEA
Complementary color
Monochromatic Colors of #8F0BEA
Black with #8F0BEA
Text Example
Text Example
White with #8F0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BEA; }
p { color: rgb(143,11,234); }
H1.HeaderClassName
{
color: #8F0BEA;
}
.AnyTagClassName
{
color: #8F0BEA;
}
</style>
background-color css
<style>
a { background-color: #8F0BEA; }
a { background-color: rgb(143,11,234); }
div.DivClassName
{
background-color: #8F0BEA;
}
.BgClassName
{
background-color: #8F0BEA;
}
</style>
border-color css
<style>
span { border-color: #8F0BEA; }
span { border-color: rgb(143,11,234); }
td.TdClassName
{
border-color: #8F0BEA;
}
.TagClassName
{
border-color: #8F0BEA;
}
</style>