Shades of Vivid Violet #8B30AD
Tints of Vivid Violet #8B30AD
RGB
CMYK
RGB Variations
Color information
#8B30AD (or 0x8B30AD) is known color: Vivid Violet. HEX triplet: 8B, 30 and AD. RGB value is (139,48,173). Sum of RGB (Red+Green+Blue) = 139+48+173=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B30AD is #74CF52. Grayscale: #595959. Windows color (decimal): -7655251 or 11350155. OLE color: 11350155.
HSL color Cylindrical-coordinate representation of color #8B30AD: hue angle of 283.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B30AD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 48 | 173 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.32 |
| HSL | 283.68º | 0.57% | 0.43% | - |
| HSV(B) | 283.68º | 0.72% | 0.68% | - |
| XYZ | 19.25 | 10.62 | 40.57 | - |
| YUV | 89.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 173 | 0.20 | 0.72 | 0 | 0.32 | 283.68 | 0.57 | 0.43 |
| Hex | 8B | 30 | AD | 14 | 48 | 0 | 20 | 11C | 39 | 2B |
| Octal | 213 | 60 | 255 | 24 | 110 | 0 | 40 | 434 | 71 | 53 |
| Binary | 10001011 | 110000 | 10101101 | 10100 | 1001000 | 0 | 100000 | 100011100 | 111001 | 101011 |
Color Harmonies of #8B30AD
Complementary color
Monochromatic Colors of #8B30AD
Black with #8B30AD
Text Example
Text Example
White with #8B30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B30AD; }
p { color: rgb(139,48,173); }
H1.HeaderClassName
{
color: #8B30AD;
}
.AnyTagClassName
{
color: #8B30AD;
}
</style>
background-color css
<style>
a { background-color: #8B30AD; }
a { background-color: rgb(139,48,173); }
div.DivClassName
{
background-color: #8B30AD;
}
.BgClassName
{
background-color: #8B30AD;
}
</style>
border-color css
<style>
span { border-color: #8B30AD; }
span { border-color: rgb(139,48,173); }
td.TdClassName
{
border-color: #8B30AD;
}
.TagClassName
{
border-color: #8B30AD;
}
</style>