Shades of Blue Violet #9434DF
Tints of Blue Violet #9434DF
RGB
CMYK
RGB Variations
Color information
#9434DF (or 0x9434DF) is known color: Blue Violet. HEX triplet: 94, 34 and DF. RGB value is (148,52,223). Sum of RGB (Red+Green+Blue) = 148+52+223=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #9434DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9434DF is #6BCB20. Grayscale: #636363. Windows color (decimal): -7064353 or 14627988. OLE color: 14627988.
HSL color Cylindrical-coordinate representation of color #9434DF: hue angle of 273.68º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9434DF is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 52 | 223 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.13 |
| HSL | 273.68º | 0.73% | 0.54% | - |
| HSV(B) | 273.68º | 0.77% | 0.87% | - |
| XYZ | 26.76 | 14.08 | 71.12 | - |
| YUV | 100.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 223 | 0.34 | 0.77 | 0 | 0.13 | 273.68 | 0.73 | 0.54 |
| Hex | 94 | 34 | DF | 22 | 4D | 0 | D | 112 | 49 | 36 |
| Octal | 224 | 64 | 337 | 42 | 115 | 0 | 15 | 422 | 111 | 66 |
| Binary | 10010100 | 110100 | 11011111 | 100010 | 1001101 | 0 | 1101 | 100010010 | 1001001 | 110110 |
Color Harmonies of #9434DF
Complementary color
Monochromatic Colors of #9434DF
Black with #9434DF
Text Example
Text Example
White with #9434DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9434DF; }
p { color: rgb(148,52,223); }
H1.HeaderClassName
{
color: #9434DF;
}
.AnyTagClassName
{
color: #9434DF;
}
</style>
background-color css
<style>
a { background-color: #9434DF; }
a { background-color: rgb(148,52,223); }
div.DivClassName
{
background-color: #9434DF;
}
.BgClassName
{
background-color: #9434DF;
}
</style>
border-color css
<style>
span { border-color: #9434DF; }
span { border-color: rgb(148,52,223); }
td.TdClassName
{
border-color: #9434DF;
}
.TagClassName
{
border-color: #9434DF;
}
</style>