Shades of Blue Violet #8B3ADC
Tints of Blue Violet #8B3ADC
RGB
CMYK
RGB Variations
Color information
#8B3ADC (or 0x8B3ADC) is known color: Blue Violet. HEX triplet: 8B, 3A and DC. RGB value is (139,58,220). Sum of RGB (Red+Green+Blue) = 139+58+220=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ADC is #74C523. Grayscale: #646464. Windows color (decimal): -7652644 or 14432907. OLE color: 14432907.
HSL color Cylindrical-coordinate representation of color #8B3ADC: hue angle of 270º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B3ADC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 58 | 220 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.14 |
| HSL | 270º | 0.7% | 0.55% | - |
| HSV(B) | 270º | 0.74% | 0.86% | - |
| XYZ | 25.08 | 13.68 | 69.03 | - |
| YUV | 100.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 220 | 0.37 | 0.74 | 0 | 0.14 | 270 | 0.7 | 0.55 |
| Hex | 8B | 3A | DC | 25 | 4A | 0 | E | 10E | 46 | 37 |
| Octal | 213 | 72 | 334 | 45 | 112 | 0 | 16 | 416 | 106 | 67 |
| Binary | 10001011 | 111010 | 11011100 | 100101 | 1001010 | 0 | 1110 | 100001110 | 1000110 | 110111 |
Color Harmonies of #8B3ADC
Complementary color
Monochromatic Colors of #8B3ADC
Black with #8B3ADC
Text Example
Text Example
White with #8B3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3ADC; }
p { color: rgb(139,58,220); }
H1.HeaderClassName
{
color: #8B3ADC;
}
.AnyTagClassName
{
color: #8B3ADC;
}
</style>
background-color css
<style>
a { background-color: #8B3ADC; }
a { background-color: rgb(139,58,220); }
div.DivClassName
{
background-color: #8B3ADC;
}
.BgClassName
{
background-color: #8B3ADC;
}
</style>
border-color css
<style>
span { border-color: #8B3ADC; }
span { border-color: rgb(139,58,220); }
td.TdClassName
{
border-color: #8B3ADC;
}
.TagClassName
{
border-color: #8B3ADC;
}
</style>