Shades of Dark Violet #8B0FCE
Tints of Dark Violet #8B0FCE
RGB
CMYK
RGB Variations
Color information
#8B0FCE (or 0x8B0FCE) is known color: Dark Violet. HEX triplet: 8B, 0F and CE. RGB value is (139,15,206). Sum of RGB (Red+Green+Blue) = 139+15+206=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B0FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FCE is #74F031. Grayscale: #494949. Windows color (decimal): -7663666 or 13504395. OLE color: 13504395.
HSL color Cylindrical-coordinate representation of color #8B0FCE: hue angle of 278.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0FCE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 15 | 206 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.19 |
| HSL | 278.95º | 0.86% | 0.43% | - |
| HSV(B) | 278.95º | 0.93% | 0.81% | - |
| XYZ | 21.96 | 10.29 | 59.22 | - |
| YUV | 73.85 | 202.58 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 206 | 0.33 | 0.93 | 0 | 0.19 | 278.95 | 0.86 | 0.43 |
| Hex | 8B | F | CE | 21 | 5D | 0 | 13 | 117 | 56 | 2B |
| Octal | 213 | 17 | 316 | 41 | 135 | 0 | 23 | 427 | 126 | 53 |
| Binary | 10001011 | 1111 | 11001110 | 100001 | 1011101 | 0 | 10011 | 100010111 | 1010110 | 101011 |
Color Harmonies of #8B0FCE
Complementary color
Monochromatic Colors of #8B0FCE
Black with #8B0FCE
Text Example
Text Example
White with #8B0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FCE; }
p { color: rgb(139,15,206); }
H1.HeaderClassName
{
color: #8B0FCE;
}
.AnyTagClassName
{
color: #8B0FCE;
}
</style>
background-color css
<style>
a { background-color: #8B0FCE; }
a { background-color: rgb(139,15,206); }
div.DivClassName
{
background-color: #8B0FCE;
}
.BgClassName
{
background-color: #8B0FCE;
}
</style>
border-color css
<style>
span { border-color: #8B0FCE; }
span { border-color: rgb(139,15,206); }
td.TdClassName
{
border-color: #8B0FCE;
}
.TagClassName
{
border-color: #8B0FCE;
}
</style>