Shades of Blue Violet #942ADA
Tints of Blue Violet #942ADA
RGB
CMYK
RGB Variations
Color information
#942ADA (or 0x942ADA) is known color: Blue Violet. HEX triplet: 94, 2A and DA. RGB value is (148,42,218). Sum of RGB (Red+Green+Blue) = 148+42+218=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #942ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ADA is #6BD525. Grayscale: #5D5D5D. Windows color (decimal): -7066918 or 14297748. OLE color: 14297748.
HSL color Cylindrical-coordinate representation of color #942ADA: hue angle of 276.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942ADA is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 42 | 218 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.15 |
| HSL | 276.14º | 0.7% | 0.51% | - |
| HSV(B) | 276.14º | 0.81% | 0.85% | - |
| XYZ | 25.7 | 13.01 | 67.49 | - |
| YUV | 93.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 218 | 0.32 | 0.81 | 0 | 0.15 | 276.14 | 0.7 | 0.51 |
| Hex | 94 | 2A | DA | 20 | 51 | 0 | F | 114 | 46 | 33 |
| Octal | 224 | 52 | 332 | 40 | 121 | 0 | 17 | 424 | 106 | 63 |
| Binary | 10010100 | 101010 | 11011010 | 100000 | 1010001 | 0 | 1111 | 100010100 | 1000110 | 110011 |
Color Harmonies of #942ADA
Complementary color
Monochromatic Colors of #942ADA
Black with #942ADA
Text Example
Text Example
White with #942ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942ADA; }
p { color: rgb(148,42,218); }
H1.HeaderClassName
{
color: #942ADA;
}
.AnyTagClassName
{
color: #942ADA;
}
</style>
background-color css
<style>
a { background-color: #942ADA; }
a { background-color: rgb(148,42,218); }
div.DivClassName
{
background-color: #942ADA;
}
.BgClassName
{
background-color: #942ADA;
}
</style>
border-color css
<style>
span { border-color: #942ADA; }
span { border-color: rgb(148,42,218); }
td.TdClassName
{
border-color: #942ADA;
}
.TagClassName
{
border-color: #942ADA;
}
</style>