Shades of Violet Blue #8B5398
Tints of Violet Blue #8B5398
RGB
CMYK
RGB Variations
Color information
#8B5398 (or 0x8B5398) is known color: Violet Blue. HEX triplet: 8B, 53 and 98. RGB value is (139,83,152). Sum of RGB (Red+Green+Blue) = 139+83+152=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5398 is #74AC67. Grayscale: #6B6B6B. Windows color (decimal): -7646312 or 9982859. OLE color: 9982859.
HSL color Cylindrical-coordinate representation of color #8B5398: hue angle of 288.7º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B5398 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 83 | 152 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.40 |
| HSL | 288.7º | 0.29% | 0.46% | - |
| HSV(B) | 288.7º | 0.45% | 0.6% | - |
| XYZ | 19.41 | 13.94 | 31.37 | - |
| YUV | 107.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 152 | 0.09 | 0.45 | 0 | 0.40 | 288.7 | 0.29 | 0.46 |
| Hex | 8B | 53 | 98 | 9 | 2D | 0 | 28 | 121 | 1D | 2E |
| Octal | 213 | 123 | 230 | 11 | 55 | 0 | 50 | 441 | 35 | 56 |
| Binary | 10001011 | 1010011 | 10011000 | 1001 | 101101 | 0 | 101000 | 100100001 | 11101 | 101110 |
Color Harmonies of #8B5398
Complementary color
Monochromatic Colors of #8B5398
Black with #8B5398
Text Example
Text Example
White with #8B5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5398; }
p { color: rgb(139,83,152); }
H1.HeaderClassName
{
color: #8B5398;
}
.AnyTagClassName
{
color: #8B5398;
}
</style>
background-color css
<style>
a { background-color: #8B5398; }
a { background-color: rgb(139,83,152); }
div.DivClassName
{
background-color: #8B5398;
}
.BgClassName
{
background-color: #8B5398;
}
</style>
border-color css
<style>
span { border-color: #8B5398; }
span { border-color: rgb(139,83,152); }
td.TdClassName
{
border-color: #8B5398;
}
.TagClassName
{
border-color: #8B5398;
}
</style>