Shades of Violet Blue #8F6492
Tints of Violet Blue #8F6492
RGB
CMYK
RGB Variations
Color information
#8F6492 (or 0x8F6492) is known color: Violet Blue. HEX triplet: 8F, 64 and 92. RGB value is (143,100,146). Sum of RGB (Red+Green+Blue) = 143+100+146=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F6492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6492 is #709B6D. Grayscale: #757575. Windows color (decimal): -7379822 or 9593999. OLE color: 9593999.
HSL color Cylindrical-coordinate representation of color #8F6492: hue angle of 296.09º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6492 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 100 | 146 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.43 |
| HSL | 296.09º | 0.19% | 0.48% | - |
| HSV(B) | 296.09º | 0.32% | 0.57% | - |
| XYZ | 21.07 | 17.03 | 29.37 | - |
| YUV | 118.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 146 | 0.02 | 0.32 | 0 | 0.43 | 296.09 | 0.19 | 0.48 |
| Hex | 8F | 64 | 92 | 2 | 20 | 0 | 2B | 128 | 13 | 30 |
| Octal | 217 | 144 | 222 | 2 | 40 | 0 | 53 | 450 | 23 | 60 |
| Binary | 10001111 | 1100100 | 10010010 | 10 | 100000 | 0 | 101011 | 100101000 | 10011 | 110000 |
Color Harmonies of #8F6492
Complementary color
Monochromatic Colors of #8F6492
Black with #8F6492
Text Example
Text Example
White with #8F6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6492; }
p { color: rgb(143,100,146); }
H1.HeaderClassName
{
color: #8F6492;
}
.AnyTagClassName
{
color: #8F6492;
}
</style>
background-color css
<style>
a { background-color: #8F6492; }
a { background-color: rgb(143,100,146); }
div.DivClassName
{
background-color: #8F6492;
}
.BgClassName
{
background-color: #8F6492;
}
</style>
border-color css
<style>
span { border-color: #8F6492; }
span { border-color: rgb(143,100,146); }
td.TdClassName
{
border-color: #8F6492;
}
.TagClassName
{
border-color: #8F6492;
}
</style>