Shades of Violet Blue #8F5D9D
Tints of Violet Blue #8F5D9D
RGB
CMYK
RGB Variations
Color information
#8F5D9D (or 0x8F5D9D) is known color: Violet Blue. HEX triplet: 8F, 5D and 9D. RGB value is (143,93,157). Sum of RGB (Red+Green+Blue) = 143+93+157=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F5D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D9D is #70A262. Grayscale: #737373. Windows color (decimal): -7381603 or 10313103. OLE color: 10313103.
HSL color Cylindrical-coordinate representation of color #8F5D9D: hue angle of 286.88º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5D9D is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 93 | 157 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.38 |
| HSL | 286.88º | 0.26% | 0.49% | - |
| HSV(B) | 286.88º | 0.41% | 0.62% | - |
| XYZ | 21.33 | 16.1 | 33.88 | - |
| YUV | 115.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 157 | 0.09 | 0.41 | 0 | 0.38 | 286.88 | 0.26 | 0.49 |
| Hex | 8F | 5D | 9D | 9 | 29 | 0 | 26 | 11F | 1A | 31 |
| Octal | 217 | 135 | 235 | 11 | 51 | 0 | 46 | 437 | 32 | 61 |
| Binary | 10001111 | 1011101 | 10011101 | 1001 | 101001 | 0 | 100110 | 100011111 | 11010 | 110001 |
Color Harmonies of #8F5D9D
Complementary color
Monochromatic Colors of #8F5D9D
Black with #8F5D9D
Text Example
Text Example
White with #8F5D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D9D; }
p { color: rgb(143,93,157); }
H1.HeaderClassName
{
color: #8F5D9D;
}
.AnyTagClassName
{
color: #8F5D9D;
}
</style>
background-color css
<style>
a { background-color: #8F5D9D; }
a { background-color: rgb(143,93,157); }
div.DivClassName
{
background-color: #8F5D9D;
}
.BgClassName
{
background-color: #8F5D9D;
}
</style>
border-color css
<style>
span { border-color: #8F5D9D; }
span { border-color: rgb(143,93,157); }
td.TdClassName
{
border-color: #8F5D9D;
}
.TagClassName
{
border-color: #8F5D9D;
}
</style>