Shades of Vivid Violet #8B369D
Tints of Vivid Violet #8B369D
RGB
CMYK
RGB Variations
Color information
#8B369D (or 0x8B369D) is known color: Vivid Violet. HEX triplet: 8B, 36 and 9D. RGB value is (139,54,157). Sum of RGB (Red+Green+Blue) = 139+54+157=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B369D is #74C962. Grayscale: #5A5A5A. Windows color (decimal): -7653731 or 10303115. OLE color: 10303115.
HSL color Cylindrical-coordinate representation of color #8B369D: hue angle of 289.51º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B369D is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 54 | 157 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.38 |
| HSL | 289.51º | 0.49% | 0.41% | - |
| HSV(B) | 289.51º | 0.66% | 0.62% | - |
| XYZ | 18.05 | 10.56 | 32.99 | - |
| YUV | 91.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 157 | 0.11 | 0.66 | 0 | 0.38 | 289.51 | 0.49 | 0.41 |
| Hex | 8B | 36 | 9D | B | 42 | 0 | 26 | 122 | 31 | 29 |
| Octal | 213 | 66 | 235 | 13 | 102 | 0 | 46 | 442 | 61 | 51 |
| Binary | 10001011 | 110110 | 10011101 | 1011 | 1000010 | 0 | 100110 | 100100010 | 110001 | 101001 |
Color Harmonies of #8B369D
Complementary color
Monochromatic Colors of #8B369D
Black with #8B369D
Text Example
Text Example
White with #8B369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B369D; }
p { color: rgb(139,54,157); }
H1.HeaderClassName
{
color: #8B369D;
}
.AnyTagClassName
{
color: #8B369D;
}
</style>
background-color css
<style>
a { background-color: #8B369D; }
a { background-color: rgb(139,54,157); }
div.DivClassName
{
background-color: #8B369D;
}
.BgClassName
{
background-color: #8B369D;
}
</style>
border-color css
<style>
span { border-color: #8B369D; }
span { border-color: rgb(139,54,157); }
td.TdClassName
{
border-color: #8B369D;
}
.TagClassName
{
border-color: #8B369D;
}
</style>