Shades of Blue Violet #9F42FD
Tints of Blue Violet #9F42FD
RGB
CMYK
RGB Variations
Color information
#9F42FD (or 0x9F42FD) is known color: Blue Violet. HEX triplet: 9F, 42 and FD. RGB value is (159,66,253). Sum of RGB (Red+Green+Blue) = 159+66+253=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42FD is #60BD02. Grayscale: #727272. Windows color (decimal): -6339843 or 16597663. OLE color: 16597663.
HSL color Cylindrical-coordinate representation of color #9F42FD: hue angle of 269.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F42FD is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 66 | 253 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.01 |
| HSL | 269.84º | 0.98% | 0.63% | - |
| HSV(B) | 269.84º | 0.74% | 0.99% | - |
| XYZ | 33.98 | 18.36 | 94.68 | - |
| YUV | 115.13 | 205.81 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 253 | 0.37 | 0.74 | 0 | 0.01 | 269.84 | 0.98 | 0.63 |
| Hex | 9F | 42 | FD | 25 | 4A | 0 | 1 | 10E | 62 | 3F |
| Octal | 237 | 102 | 375 | 45 | 112 | 0 | 1 | 416 | 142 | 77 |
| Binary | 10011111 | 1000010 | 11111101 | 100101 | 1001010 | 0 | 1 | 100001110 | 1100010 | 111111 |
Color Harmonies of #9F42FD
Complementary color
Monochromatic Colors of #9F42FD
Black with #9F42FD
Text Example
Text Example
White with #9F42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F42FD; }
p { color: rgb(159,66,253); }
H1.HeaderClassName
{
color: #9F42FD;
}
.AnyTagClassName
{
color: #9F42FD;
}
</style>
background-color css
<style>
a { background-color: #9F42FD; }
a { background-color: rgb(159,66,253); }
div.DivClassName
{
background-color: #9F42FD;
}
.BgClassName
{
background-color: #9F42FD;
}
</style>
border-color css
<style>
span { border-color: #9F42FD; }
span { border-color: rgb(159,66,253); }
td.TdClassName
{
border-color: #9F42FD;
}
.TagClassName
{
border-color: #9F42FD;
}
</style>