Shades of Dark Violet #8B0CDD
Tints of Dark Violet #8B0CDD
RGB
CMYK
RGB Variations
Color information
#8B0CDD (or 0x8B0CDD) is known color: Dark Violet. HEX triplet: 8B, 0C and DD. RGB value is (139,12,221). Sum of RGB (Red+Green+Blue) = 139+12+221=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0CDD is #74F322. Grayscale: #494949. Windows color (decimal): -7664419 or 14486667. OLE color: 14486667.
HSL color Cylindrical-coordinate representation of color #8B0CDD: hue angle of 276.46º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0CDD is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 12 | 221 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.13 |
| HSL | 276.46º | 0.9% | 0.46% | - |
| HSV(B) | 276.46º | 0.95% | 0.87% | - |
| XYZ | 23.83 | 10.97 | 69.27 | - |
| YUV | 73.8 | 211.08 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 221 | 0.37 | 0.95 | 0 | 0.13 | 276.46 | 0.9 | 0.46 |
| Hex | 8B | C | DD | 25 | 5F | 0 | D | 114 | 5A | 2E |
| Octal | 213 | 14 | 335 | 45 | 137 | 0 | 15 | 424 | 132 | 56 |
| Binary | 10001011 | 1100 | 11011101 | 100101 | 1011111 | 0 | 1101 | 100010100 | 1011010 | 101110 |
Color Harmonies of #8B0CDD
Complementary color
Monochromatic Colors of #8B0CDD
Black with #8B0CDD
Text Example
Text Example
White with #8B0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0CDD; }
p { color: rgb(139,12,221); }
H1.HeaderClassName
{
color: #8B0CDD;
}
.AnyTagClassName
{
color: #8B0CDD;
}
</style>
background-color css
<style>
a { background-color: #8B0CDD; }
a { background-color: rgb(139,12,221); }
div.DivClassName
{
background-color: #8B0CDD;
}
.BgClassName
{
background-color: #8B0CDD;
}
</style>
border-color css
<style>
span { border-color: #8B0CDD; }
span { border-color: rgb(139,12,221); }
td.TdClassName
{
border-color: #8B0CDD;
}
.TagClassName
{
border-color: #8B0CDD;
}
</style>