Shades of Blue Violet #9437DD
Tints of Blue Violet #9437DD
RGB
CMYK
RGB Variations
Color information
#9437DD (or 0x9437DD) is known color: Blue Violet. HEX triplet: 94, 37 and DD. RGB value is (148,55,221). Sum of RGB (Red+Green+Blue) = 148+55+221=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #9437DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437DD is #6BC822. Grayscale: #656565. Windows color (decimal): -7063587 or 14497684. OLE color: 14497684.
HSL color Cylindrical-coordinate representation of color #9437DD: hue angle of 273.61º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9437DD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 55 | 221 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.13 |
| HSL | 273.61º | 0.71% | 0.54% | - |
| HSV(B) | 273.61º | 0.75% | 0.87% | - |
| XYZ | 26.63 | 14.25 | 69.75 | - |
| YUV | 101.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 221 | 0.33 | 0.75 | 0 | 0.13 | 273.61 | 0.71 | 0.54 |
| Hex | 94 | 37 | DD | 21 | 4B | 0 | D | 112 | 47 | 36 |
| Octal | 224 | 67 | 335 | 41 | 113 | 0 | 15 | 422 | 107 | 66 |
| Binary | 10010100 | 110111 | 11011101 | 100001 | 1001011 | 0 | 1101 | 100010010 | 1000111 | 110110 |
Color Harmonies of #9437DD
Complementary color
Monochromatic Colors of #9437DD
Black with #9437DD
Text Example
Text Example
White with #9437DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437DD; }
p { color: rgb(148,55,221); }
H1.HeaderClassName
{
color: #9437DD;
}
.AnyTagClassName
{
color: #9437DD;
}
</style>
background-color css
<style>
a { background-color: #9437DD; }
a { background-color: rgb(148,55,221); }
div.DivClassName
{
background-color: #9437DD;
}
.BgClassName
{
background-color: #9437DD;
}
</style>
border-color css
<style>
span { border-color: #9437DD; }
span { border-color: rgb(148,55,221); }
td.TdClassName
{
border-color: #9437DD;
}
.TagClassName
{
border-color: #9437DD;
}
</style>