Shades of Vivid Violet #8B3398
Tints of Vivid Violet #8B3398
RGB
CMYK
RGB Variations
Color information
#8B3398 (or 0x8B3398) is known color: Vivid Violet. HEX triplet: 8B, 33 and 98. RGB value is (139,51,152). Sum of RGB (Red+Green+Blue) = 139+51+152=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B3398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3398 is #74CC67. Grayscale: #585858. Windows color (decimal): -7654504 or 9974667. OLE color: 9974667.
HSL color Cylindrical-coordinate representation of color #8B3398: hue angle of 292.28º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B3398 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 51 | 152 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.40 |
| HSL | 292.28º | 0.5% | 0.4% | - |
| HSV(B) | 292.28º | 0.66% | 0.6% | - |
| XYZ | 17.5 | 10.12 | 30.74 | - |
| YUV | 88.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 152 | 0.09 | 0.66 | 0 | 0.40 | 292.28 | 0.5 | 0.4 |
| Hex | 8B | 33 | 98 | 9 | 42 | 0 | 28 | 124 | 32 | 28 |
| Octal | 213 | 63 | 230 | 11 | 102 | 0 | 50 | 444 | 62 | 50 |
| Binary | 10001011 | 110011 | 10011000 | 1001 | 1000010 | 0 | 101000 | 100100100 | 110010 | 101000 |
Color Harmonies of #8B3398
Complementary color
Monochromatic Colors of #8B3398
Black with #8B3398
Text Example
Text Example
White with #8B3398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3398; }
p { color: rgb(139,51,152); }
H1.HeaderClassName
{
color: #8B3398;
}
.AnyTagClassName
{
color: #8B3398;
}
</style>
background-color css
<style>
a { background-color: #8B3398; }
a { background-color: rgb(139,51,152); }
div.DivClassName
{
background-color: #8B3398;
}
.BgClassName
{
background-color: #8B3398;
}
</style>
border-color css
<style>
span { border-color: #8B3398; }
span { border-color: rgb(139,51,152); }
td.TdClassName
{
border-color: #8B3398;
}
.TagClassName
{
border-color: #8B3398;
}
</style>