Shades of Vivid Violet #8B368D
Tints of Vivid Violet #8B368D
RGB
CMYK
RGB Variations
Color information
#8B368D (or 0x8B368D) is known color: Vivid Violet. HEX triplet: 8B, 36 and 8D. RGB value is (139,54,141). Sum of RGB (Red+Green+Blue) = 139+54+141=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B368D is #74C972. Grayscale: #595959. Windows color (decimal): -7653747 or 9254539. OLE color: 9254539.
HSL color Cylindrical-coordinate representation of color #8B368D: hue angle of 298.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B368D is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 141 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.45 |
| HSL | 298.62º | 0.45% | 0.38% | - |
| HSV(B) | 298.62º | 0.62% | 0.55% | - |
| XYZ | 16.77 | 10.05 | 26.26 | - |
| YUV | 89.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 141 | 0.01 | 0.62 | 0 | 0.45 | 298.62 | 0.45 | 0.38 |
| Hex | 8B | 36 | 8D | 1 | 3E | 0 | 2D | 12B | 2D | 26 |
| Octal | 213 | 66 | 215 | 1 | 76 | 0 | 55 | 453 | 55 | 46 |
| Binary | 10001011 | 110110 | 10001101 | 1 | 111110 | 0 | 101101 | 100101011 | 101101 | 100110 |
Color Harmonies of #8B368D
Complementary color
Monochromatic Colors of #8B368D
Black with #8B368D
Text Example
Text Example
White with #8B368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B368D; }
p { color: rgb(139,54,141); }
H1.HeaderClassName
{
color: #8B368D;
}
.AnyTagClassName
{
color: #8B368D;
}
</style>
background-color css
<style>
a { background-color: #8B368D; }
a { background-color: rgb(139,54,141); }
div.DivClassName
{
background-color: #8B368D;
}
.BgClassName
{
background-color: #8B368D;
}
</style>
border-color css
<style>
span { border-color: #8B368D; }
span { border-color: rgb(139,54,141); }
td.TdClassName
{
border-color: #8B368D;
}
.TagClassName
{
border-color: #8B368D;
}
</style>