Shades of Dark Violet #8B03BD
Tints of Dark Violet #8B03BD
RGB
CMYK
RGB Variations
Color information
#8B03BD (or 0x8B03BD) is known color: Dark Violet. HEX triplet: 8B, 03 and BD. RGB value is (139,3,189). Sum of RGB (Red+Green+Blue) = 139+3+189=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B03BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B03BD is #74FC42. Grayscale: #404040. Windows color (decimal): -7666755 or 12387211. OLE color: 12387211.
HSL color Cylindrical-coordinate representation of color #8B03BD: hue angle of 283.87º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B03BD is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 3 | 189 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.26 |
| HSL | 283.87º | 0.97% | 0.38% | - |
| HSV(B) | 283.87º | 0.98% | 0.74% | - |
| XYZ | 19.87 | 9.23 | 48.88 | - |
| YUV | 64.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 189 | 0.26 | 0.98 | 0 | 0.26 | 283.87 | 0.97 | 0.38 |
| Hex | 8B | 3 | BD | 1A | 62 | 0 | 1A | 11C | 61 | 26 |
| Octal | 213 | 3 | 275 | 32 | 142 | 0 | 32 | 434 | 141 | 46 |
| Binary | 10001011 | 11 | 10111101 | 11010 | 1100010 | 0 | 11010 | 100011100 | 1100001 | 100110 |
Color Harmonies of #8B03BD
Complementary color
Monochromatic Colors of #8B03BD
Black with #8B03BD
Text Example
Text Example
White with #8B03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B03BD; }
p { color: rgb(139,3,189); }
H1.HeaderClassName
{
color: #8B03BD;
}
.AnyTagClassName
{
color: #8B03BD;
}
</style>
background-color css
<style>
a { background-color: #8B03BD; }
a { background-color: rgb(139,3,189); }
div.DivClassName
{
background-color: #8B03BD;
}
.BgClassName
{
background-color: #8B03BD;
}
</style>
border-color css
<style>
span { border-color: #8B03BD; }
span { border-color: rgb(139,3,189); }
td.TdClassName
{
border-color: #8B03BD;
}
.TagClassName
{
border-color: #8B03BD;
}
</style>