Shades of Blue Violet #9242FD
Tints of Blue Violet #9242FD
RGB
CMYK
RGB Variations
Color information
#9242FD (or 0x9242FD) is known color: Blue Violet. HEX triplet: 92, 42 and FD. RGB value is (146,66,253). Sum of RGB (Red+Green+Blue) = 146+66+253=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #9242FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9242FD is #6DBD02. Grayscale: #6E6E6E. Windows color (decimal): -7191811 or 16597650. OLE color: 16597650.
HSL color Cylindrical-coordinate representation of color #9242FD: hue angle of 265.67º 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 #9242FD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 66 | 253 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.01 |
| HSL | 265.67º | 0.98% | 0.63% | - |
| HSV(B) | 265.67º | 0.74% | 0.99% | - |
| XYZ | 31.53 | 17.1 | 94.57 | - |
| YUV | 111.24 | 208 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 253 | 0.42 | 0.74 | 0 | 0.01 | 265.67 | 0.98 | 0.63 |
| Hex | 92 | 42 | FD | 2A | 4A | 0 | 1 | 10A | 62 | 3F |
| Octal | 222 | 102 | 375 | 52 | 112 | 0 | 1 | 412 | 142 | 77 |
| Binary | 10010010 | 1000010 | 11111101 | 101010 | 1001010 | 0 | 1 | 100001010 | 1100010 | 111111 |
Color Harmonies of #9242FD
Complementary color
Monochromatic Colors of #9242FD
Black with #9242FD
Text Example
Text Example
White with #9242FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9242FD; }
p { color: rgb(146,66,253); }
H1.HeaderClassName
{
color: #9242FD;
}
.AnyTagClassName
{
color: #9242FD;
}
</style>
background-color css
<style>
a { background-color: #9242FD; }
a { background-color: rgb(146,66,253); }
div.DivClassName
{
background-color: #9242FD;
}
.BgClassName
{
background-color: #9242FD;
}
</style>
border-color css
<style>
span { border-color: #9242FD; }
span { border-color: rgb(146,66,253); }
td.TdClassName
{
border-color: #9242FD;
}
.TagClassName
{
border-color: #9242FD;
}
</style>