Shades of Dark Violet #8C0FCF
Tints of Dark Violet #8C0FCF
RGB
CMYK
RGB Variations
Color information
#8C0FCF (or 0x8C0FCF) is known color: Dark Violet. HEX triplet: 8C, 0F and CF. RGB value is (140,15,207). Sum of RGB (Red+Green+Blue) = 140+15+207=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0FCF is #73F030. Grayscale: #494949. Windows color (decimal): -7598129 or 13569932. OLE color: 13569932.
HSL color Cylindrical-coordinate representation of color #8C0FCF: hue angle of 279.06º 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 #8C0FCF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 15 | 207 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.19 |
| HSL | 279.06º | 0.86% | 0.44% | - |
| HSV(B) | 279.06º | 0.93% | 0.81% | - |
| XYZ | 22.25 | 10.42 | 59.87 | - |
| YUV | 74.26 | 202.91 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 207 | 0.32 | 0.93 | 0 | 0.19 | 279.06 | 0.86 | 0.44 |
| Hex | 8C | F | CF | 20 | 5D | 0 | 13 | 117 | 56 | 2C |
| Octal | 214 | 17 | 317 | 40 | 135 | 0 | 23 | 427 | 126 | 54 |
| Binary | 10001100 | 1111 | 11001111 | 100000 | 1011101 | 0 | 10011 | 100010111 | 1010110 | 101100 |
Color Harmonies of #8C0FCF
Complementary color
Monochromatic Colors of #8C0FCF
Black with #8C0FCF
Text Example
Text Example
White with #8C0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FCF; }
p { color: rgb(140,15,207); }
H1.HeaderClassName
{
color: #8C0FCF;
}
.AnyTagClassName
{
color: #8C0FCF;
}
</style>
background-color css
<style>
a { background-color: #8C0FCF; }
a { background-color: rgb(140,15,207); }
div.DivClassName
{
background-color: #8C0FCF;
}
.BgClassName
{
background-color: #8C0FCF;
}
</style>
border-color css
<style>
span { border-color: #8C0FCF; }
span { border-color: rgb(140,15,207); }
td.TdClassName
{
border-color: #8C0FCF;
}
.TagClassName
{
border-color: #8C0FCF;
}
</style>