Shades of Vivid Violet #8B469D
Tints of Vivid Violet #8B469D
RGB
CMYK
RGB Variations
Color information
#8B469D (or 0x8B469D) is known color: Vivid Violet. HEX triplet: 8B, 46 and 9D. RGB value is (139,70,157). Sum of RGB (Red+Green+Blue) = 139+70+157=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B469D is #74B962. Grayscale: #646464. Windows color (decimal): -7649635 or 10307211. OLE color: 10307211.
HSL color Cylindrical-coordinate representation of color #8B469D: hue angle of 287.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B469D is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 70 | 157 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.38 |
| HSL | 287.59º | 0.38% | 0.45% | - |
| HSV(B) | 287.59º | 0.55% | 0.62% | - |
| XYZ | 18.92 | 12.3 | 33.28 | - |
| YUV | 100.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 157 | 0.11 | 0.55 | 0 | 0.38 | 287.59 | 0.38 | 0.45 |
| Hex | 8B | 46 | 9D | B | 37 | 0 | 26 | 120 | 26 | 2D |
| Octal | 213 | 106 | 235 | 13 | 67 | 0 | 46 | 440 | 46 | 55 |
| Binary | 10001011 | 1000110 | 10011101 | 1011 | 110111 | 0 | 100110 | 100100000 | 100110 | 101101 |
Color Harmonies of #8B469D
Complementary color
Monochromatic Colors of #8B469D
Black with #8B469D
Text Example
Text Example
White with #8B469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B469D; }
p { color: rgb(139,70,157); }
H1.HeaderClassName
{
color: #8B469D;
}
.AnyTagClassName
{
color: #8B469D;
}
</style>
background-color css
<style>
a { background-color: #8B469D; }
a { background-color: rgb(139,70,157); }
div.DivClassName
{
background-color: #8B469D;
}
.BgClassName
{
background-color: #8B469D;
}
</style>
border-color css
<style>
span { border-color: #8B469D; }
span { border-color: rgb(139,70,157); }
td.TdClassName
{
border-color: #8B469D;
}
.TagClassName
{
border-color: #8B469D;
}
</style>