Shades of Dark Violet #8B10CE
Tints of Dark Violet #8B10CE
RGB
CMYK
RGB Variations
Color information
#8B10CE (or 0x8B10CE) is known color: Dark Violet. HEX triplet: 8B, 10 and CE. RGB value is (139,16,206). Sum of RGB (Red+Green+Blue) = 139+16+206=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B10CE is #74EF31. Grayscale: #494949. Windows color (decimal): -7663410 or 13504651. OLE color: 13504651.
HSL color Cylindrical-coordinate representation of color #8B10CE: hue angle of 278.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B10CE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 16 | 206 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.19 |
| HSL | 278.84º | 0.86% | 0.44% | - |
| HSV(B) | 278.84º | 0.92% | 0.81% | - |
| XYZ | 21.97 | 10.32 | 59.23 | - |
| YUV | 74.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 206 | 0.33 | 0.92 | 0 | 0.19 | 278.84 | 0.86 | 0.44 |
| Hex | 8B | 10 | CE | 21 | 5C | 0 | 13 | 117 | 56 | 2C |
| Octal | 213 | 20 | 316 | 41 | 134 | 0 | 23 | 427 | 126 | 54 |
| Binary | 10001011 | 10000 | 11001110 | 100001 | 1011100 | 0 | 10011 | 100010111 | 1010110 | 101100 |
Color Harmonies of #8B10CE
Complementary color
Monochromatic Colors of #8B10CE
Black with #8B10CE
Text Example
Text Example
White with #8B10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B10CE; }
p { color: rgb(139,16,206); }
H1.HeaderClassName
{
color: #8B10CE;
}
.AnyTagClassName
{
color: #8B10CE;
}
</style>
background-color css
<style>
a { background-color: #8B10CE; }
a { background-color: rgb(139,16,206); }
div.DivClassName
{
background-color: #8B10CE;
}
.BgClassName
{
background-color: #8B10CE;
}
</style>
border-color css
<style>
span { border-color: #8B10CE; }
span { border-color: rgb(139,16,206); }
td.TdClassName
{
border-color: #8B10CE;
}
.TagClassName
{
border-color: #8B10CE;
}
</style>