Shades of Vivid Violet #8B368B
Tints of Vivid Violet #8B368B
RGB
CMYK
RGB Variations
Color information
#8B368B (or 0x8B368B) is known color: Vivid Violet. HEX triplet: 8B, 36 and 8B. RGB value is (139,54,139). Sum of RGB (Red+Green+Blue) = 139+54+139=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B368B is #74C974. Grayscale: #585858. Windows color (decimal): -7653749 or 9123467. OLE color: 9123467.
HSL color Cylindrical-coordinate representation of color #8B368B: hue angle of 300º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B368B is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 139 | - |
| CMYK | 0 | 0.61 | 0 | 0.45 |
| HSL | 300º | 0.44% | 0.38% | - |
| HSV(B) | 300º | 0.61% | 0.55% | - |
| XYZ | 16.63 | 9.99 | 25.48 | - |
| YUV | 89.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 139 | 0 | 0.61 | 0 | 0.45 | 300 | 0.44 | 0.38 |
| Hex | 8B | 36 | 8B | 0 | 3D | 0 | 2D | 12C | 2C | 26 |
| Octal | 213 | 66 | 213 | 0 | 75 | 0 | 55 | 454 | 54 | 46 |
| Binary | 10001011 | 110110 | 10001011 | 0 | 111101 | 0 | 101101 | 100101100 | 101100 | 100110 |
Color Harmonies of #8B368B
Complementary color
Monochromatic Colors of #8B368B
Black with #8B368B
Text Example
Text Example
White with #8B368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B368B; }
p { color: rgb(139,54,139); }
H1.HeaderClassName
{
color: #8B368B;
}
.AnyTagClassName
{
color: #8B368B;
}
</style>
background-color css
<style>
a { background-color: #8B368B; }
a { background-color: rgb(139,54,139); }
div.DivClassName
{
background-color: #8B368B;
}
.BgClassName
{
background-color: #8B368B;
}
</style>
border-color css
<style>
span { border-color: #8B368B; }
span { border-color: rgb(139,54,139); }
td.TdClassName
{
border-color: #8B368B;
}
.TagClassName
{
border-color: #8B368B;
}
</style>