Shades of Blue Violet #9042FD
Tints of Blue Violet #9042FD
RGB
CMYK
RGB Variations
Color information
#9042FD (or 0x9042FD) is known color: Blue Violet. HEX triplet: 90, 42 and FD. RGB value is (144,66,253). Sum of RGB (Red+Green+Blue) = 144+66+253=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #9042FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9042FD is #6FBD02. Grayscale: #6D6D6D. Windows color (decimal): -7322883 or 16597648. OLE color: 16597648.
HSL color Cylindrical-coordinate representation of color #9042FD: hue angle of 265.03º 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 #9042FD is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 66 | 253 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.01 |
| HSL | 265.03º | 0.98% | 0.63% | - |
| HSV(B) | 265.03º | 0.74% | 0.99% | - |
| XYZ | 31.18 | 16.92 | 94.55 | - |
| YUV | 110.64 | 208.34 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 253 | 0.43 | 0.74 | 0 | 0.01 | 265.03 | 0.98 | 0.63 |
| Hex | 90 | 42 | FD | 2B | 4A | 0 | 1 | 109 | 62 | 3F |
| Octal | 220 | 102 | 375 | 53 | 112 | 0 | 1 | 411 | 142 | 77 |
| Binary | 10010000 | 1000010 | 11111101 | 101011 | 1001010 | 0 | 1 | 100001001 | 1100010 | 111111 |
Color Harmonies of #9042FD
Complementary color
Monochromatic Colors of #9042FD
Black with #9042FD
Text Example
Text Example
White with #9042FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9042FD; }
p { color: rgb(144,66,253); }
H1.HeaderClassName
{
color: #9042FD;
}
.AnyTagClassName
{
color: #9042FD;
}
</style>
background-color css
<style>
a { background-color: #9042FD; }
a { background-color: rgb(144,66,253); }
div.DivClassName
{
background-color: #9042FD;
}
.BgClassName
{
background-color: #9042FD;
}
</style>
border-color css
<style>
span { border-color: #9042FD; }
span { border-color: rgb(144,66,253); }
td.TdClassName
{
border-color: #9042FD;
}
.TagClassName
{
border-color: #9042FD;
}
</style>