Shades of Blue Violet #942FDD
Tints of Blue Violet #942FDD
RGB
CMYK
RGB Variations
Color information
#942FDD (or 0x942FDD) is known color: Blue Violet. HEX triplet: 94, 2F and DD. RGB value is (148,47,221). Sum of RGB (Red+Green+Blue) = 148+47+221=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #942FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FDD is #6BD022. Grayscale: #606060. Windows color (decimal): -7065635 or 14495636. OLE color: 14495636.
HSL color Cylindrical-coordinate representation of color #942FDD: hue angle of 274.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942FDD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 47 | 221 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.13 |
| HSL | 274.83º | 0.72% | 0.53% | - |
| HSV(B) | 274.83º | 0.79% | 0.87% | - |
| XYZ | 26.28 | 13.55 | 69.64 | - |
| YUV | 97.04 | 197.96 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 221 | 0.33 | 0.79 | 0 | 0.13 | 274.83 | 0.72 | 0.53 |
| Hex | 94 | 2F | DD | 21 | 4F | 0 | D | 113 | 48 | 35 |
| Octal | 224 | 57 | 335 | 41 | 117 | 0 | 15 | 423 | 110 | 65 |
| Binary | 10010100 | 101111 | 11011101 | 100001 | 1001111 | 0 | 1101 | 100010011 | 1001000 | 110101 |
Color Harmonies of #942FDD
Complementary color
Monochromatic Colors of #942FDD
Black with #942FDD
Text Example
Text Example
White with #942FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FDD; }
p { color: rgb(148,47,221); }
H1.HeaderClassName
{
color: #942FDD;
}
.AnyTagClassName
{
color: #942FDD;
}
</style>
background-color css
<style>
a { background-color: #942FDD; }
a { background-color: rgb(148,47,221); }
div.DivClassName
{
background-color: #942FDD;
}
.BgClassName
{
background-color: #942FDD;
}
</style>
border-color css
<style>
span { border-color: #942FDD; }
span { border-color: rgb(148,47,221); }
td.TdClassName
{
border-color: #942FDD;
}
.TagClassName
{
border-color: #942FDD;
}
</style>