Shades of Blue Violet #9F42FC
Tints of Blue Violet #9F42FC
RGB
CMYK
RGB Variations
Color information
#9F42FC (or 0x9F42FC) is known color: Blue Violet. HEX triplet: 9F, 42 and FC. RGB value is (159,66,252). Sum of RGB (Red+Green+Blue) = 159+66+252=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F42FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42FC is #60BD03. Grayscale: #727272. Windows color (decimal): -6339844 or 16532127. OLE color: 16532127.
HSL color Cylindrical-coordinate representation of color #9F42FC: hue angle of 270º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F42FC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 66 | 252 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.62% | - |
| HSV(B) | 270º | 0.74% | 0.99% | - |
| XYZ | 33.82 | 18.3 | 93.84 | - |
| YUV | 115.01 | 205.31 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 252 | 0.37 | 0.74 | 0 | 0.01 | 270 | 0.97 | 0.62 |
| Hex | 9F | 42 | FC | 25 | 4A | 0 | 1 | 10E | 61 | 3E |
| Octal | 237 | 102 | 374 | 45 | 112 | 0 | 1 | 416 | 141 | 76 |
| Binary | 10011111 | 1000010 | 11111100 | 100101 | 1001010 | 0 | 1 | 100001110 | 1100001 | 111110 |
Color Harmonies of #9F42FC
Complementary color
Monochromatic Colors of #9F42FC
Black with #9F42FC
Text Example
Text Example
White with #9F42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F42FC; }
p { color: rgb(159,66,252); }
H1.HeaderClassName
{
color: #9F42FC;
}
.AnyTagClassName
{
color: #9F42FC;
}
</style>
background-color css
<style>
a { background-color: #9F42FC; }
a { background-color: rgb(159,66,252); }
div.DivClassName
{
background-color: #9F42FC;
}
.BgClassName
{
background-color: #9F42FC;
}
</style>
border-color css
<style>
span { border-color: #9F42FC; }
span { border-color: rgb(159,66,252); }
td.TdClassName
{
border-color: #9F42FC;
}
.TagClassName
{
border-color: #9F42FC;
}
</style>