Shades of Blue Violet #9442FB
Tints of Blue Violet #9442FB
RGB
CMYK
RGB Variations
Color information
#9442FB (or 0x9442FB) is known color: Blue Violet. HEX triplet: 94, 42 and FB. RGB value is (148,66,251). Sum of RGB (Red+Green+Blue) = 148+66+251=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #9442FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9442FB is #6BBD04. Grayscale: #6E6E6E. Windows color (decimal): -7060741 or 16466580. OLE color: 16466580.
HSL color Cylindrical-coordinate representation of color #9442FB: hue angle of 266.59º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9442FB is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 66 | 251 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.02 |
| HSL | 266.59º | 0.96% | 0.62% | - |
| HSV(B) | 266.59º | 0.74% | 0.98% | - |
| XYZ | 31.57 | 17.16 | 92.91 | - |
| YUV | 111.61 | 206.67 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 251 | 0.41 | 0.74 | 0 | 0.02 | 266.59 | 0.96 | 0.62 |
| Hex | 94 | 42 | FB | 29 | 4A | 0 | 2 | 10B | 60 | 3E |
| Octal | 224 | 102 | 373 | 51 | 112 | 0 | 2 | 413 | 140 | 76 |
| Binary | 10010100 | 1000010 | 11111011 | 101001 | 1001010 | 0 | 10 | 100001011 | 1100000 | 111110 |
Color Harmonies of #9442FB
Complementary color
Monochromatic Colors of #9442FB
Black with #9442FB
Text Example
Text Example
White with #9442FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9442FB; }
p { color: rgb(148,66,251); }
H1.HeaderClassName
{
color: #9442FB;
}
.AnyTagClassName
{
color: #9442FB;
}
</style>
background-color css
<style>
a { background-color: #9442FB; }
a { background-color: rgb(148,66,251); }
div.DivClassName
{
background-color: #9442FB;
}
.BgClassName
{
background-color: #9442FB;
}
</style>
border-color css
<style>
span { border-color: #9442FB; }
span { border-color: rgb(148,66,251); }
td.TdClassName
{
border-color: #9442FB;
}
.TagClassName
{
border-color: #9442FB;
}
</style>