Shades of Vivid Violet #8B448A
Tints of Vivid Violet #8B448A
RGB
CMYK
RGB Variations
Color information
#8B448A (or 0x8B448A) is known color: Vivid Violet. HEX triplet: 8B, 44 and 8A. RGB value is (139,68,138). Sum of RGB (Red+Green+Blue) = 139+68+138=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B448A is #74BB75. Grayscale: #616161. Windows color (decimal): -7650166 or 9061515. OLE color: 9061515.
HSL color Cylindrical-coordinate representation of color #8B448A: hue angle of 300.85º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B448A is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 138 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.45 |
| HSL | 300.85º | 0.34% | 0.41% | - |
| HSV(B) | 300.85º | 0.51% | 0.55% | - |
| XYZ | 17.3 | 11.46 | 25.34 | - |
| YUV | 97.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 138 | 0 | 0.51 | 0.01 | 0.45 | 300.85 | 0.34 | 0.41 |
| Hex | 8B | 44 | 8A | 0 | 33 | 1 | 2D | 12D | 22 | 29 |
| Octal | 213 | 104 | 212 | 0 | 63 | 1 | 55 | 455 | 42 | 51 |
| Binary | 10001011 | 1000100 | 10001010 | 0 | 110011 | 1 | 101101 | 100101101 | 100010 | 101001 |
Color Harmonies of #8B448A
Complementary color
Monochromatic Colors of #8B448A
Black with #8B448A
Text Example
Text Example
White with #8B448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B448A; }
p { color: rgb(139,68,138); }
H1.HeaderClassName
{
color: #8B448A;
}
.AnyTagClassName
{
color: #8B448A;
}
</style>
background-color css
<style>
a { background-color: #8B448A; }
a { background-color: rgb(139,68,138); }
div.DivClassName
{
background-color: #8B448A;
}
.BgClassName
{
background-color: #8B448A;
}
</style>
border-color css
<style>
span { border-color: #8B448A; }
span { border-color: rgb(139,68,138); }
td.TdClassName
{
border-color: #8B448A;
}
.TagClassName
{
border-color: #8B448A;
}
</style>