Shades of Blue Violet #9430DC
Tints of Blue Violet #9430DC
RGB
CMYK
RGB Variations
Color information
#9430DC (or 0x9430DC) is known color: Blue Violet. HEX triplet: 94, 30 and DC. RGB value is (148,48,220). Sum of RGB (Red+Green+Blue) = 148+48+220=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #9430DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430DC is #6BCF23. Grayscale: #606060. Windows color (decimal): -7065380 or 14430356. OLE color: 14430356.
HSL color Cylindrical-coordinate representation of color #9430DC: hue angle of 274.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9430DC is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 48 | 220 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.14 |
| HSL | 274.88º | 0.71% | 0.53% | - |
| HSV(B) | 274.88º | 0.78% | 0.86% | - |
| XYZ | 26.19 | 13.58 | 68.95 | - |
| YUV | 97.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 220 | 0.33 | 0.78 | 0 | 0.14 | 274.88 | 0.71 | 0.53 |
| Hex | 94 | 30 | DC | 21 | 4E | 0 | E | 113 | 47 | 35 |
| Octal | 224 | 60 | 334 | 41 | 116 | 0 | 16 | 423 | 107 | 65 |
| Binary | 10010100 | 110000 | 11011100 | 100001 | 1001110 | 0 | 1110 | 100010011 | 1000111 | 110101 |
Color Harmonies of #9430DC
Complementary color
Monochromatic Colors of #9430DC
Black with #9430DC
Text Example
Text Example
White with #9430DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430DC; }
p { color: rgb(148,48,220); }
H1.HeaderClassName
{
color: #9430DC;
}
.AnyTagClassName
{
color: #9430DC;
}
</style>
background-color css
<style>
a { background-color: #9430DC; }
a { background-color: rgb(148,48,220); }
div.DivClassName
{
background-color: #9430DC;
}
.BgClassName
{
background-color: #9430DC;
}
</style>
border-color css
<style>
span { border-color: #9430DC; }
span { border-color: rgb(148,48,220); }
td.TdClassName
{
border-color: #9430DC;
}
.TagClassName
{
border-color: #9430DC;
}
</style>