Shades of Dark Violet #8B0FCF
Tints of Dark Violet #8B0FCF
RGB
CMYK
RGB Variations
Color information
#8B0FCF (or 0x8B0FCF) is known color: Dark Violet. HEX triplet: 8B, 0F and CF. RGB value is (139,15,207). Sum of RGB (Red+Green+Blue) = 139+15+207=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FCF is #74F030. Grayscale: #494949. Windows color (decimal): -7663665 or 13569931. OLE color: 13569931.
HSL color Cylindrical-coordinate representation of color #8B0FCF: hue angle of 278.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0FCF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 15 | 207 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.19 |
| HSL | 278.75º | 0.86% | 0.44% | - |
| HSV(B) | 278.75º | 0.93% | 0.81% | - |
| XYZ | 22.08 | 10.34 | 59.86 | - |
| YUV | 73.96 | 203.08 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 207 | 0.33 | 0.93 | 0 | 0.19 | 278.75 | 0.86 | 0.44 |
| Hex | 8B | F | CF | 21 | 5D | 0 | 13 | 117 | 56 | 2C |
| Octal | 213 | 17 | 317 | 41 | 135 | 0 | 23 | 427 | 126 | 54 |
| Binary | 10001011 | 1111 | 11001111 | 100001 | 1011101 | 0 | 10011 | 100010111 | 1010110 | 101100 |
Color Harmonies of #8B0FCF
Complementary color
Monochromatic Colors of #8B0FCF
Black with #8B0FCF
Text Example
Text Example
White with #8B0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FCF; }
p { color: rgb(139,15,207); }
H1.HeaderClassName
{
color: #8B0FCF;
}
.AnyTagClassName
{
color: #8B0FCF;
}
</style>
background-color css
<style>
a { background-color: #8B0FCF; }
a { background-color: rgb(139,15,207); }
div.DivClassName
{
background-color: #8B0FCF;
}
.BgClassName
{
background-color: #8B0FCF;
}
</style>
border-color css
<style>
span { border-color: #8B0FCF; }
span { border-color: rgb(139,15,207); }
td.TdClassName
{
border-color: #8B0FCF;
}
.TagClassName
{
border-color: #8B0FCF;
}
</style>