Shades of Blue Violet #9423DD
Tints of Blue Violet #9423DD
RGB
CMYK
RGB Variations
Color information
#9423DD (or 0x9423DD) is known color: Blue Violet. HEX triplet: 94, 23 and DD. RGB value is (148,35,221). Sum of RGB (Red+Green+Blue) = 148+35+221=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #9423DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9423DD is #6BDC22. Grayscale: #595959. Windows color (decimal): -7068707 or 14492564. OLE color: 14492564.
HSL color Cylindrical-coordinate representation of color #9423DD: hue angle of 276.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9423DD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 35 | 221 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.13 |
| HSL | 276.45º | 0.73% | 0.5% | - |
| HSV(B) | 276.45º | 0.84% | 0.87% | - |
| XYZ | 25.86 | 12.72 | 69.5 | - |
| YUV | 89.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 221 | 0.33 | 0.84 | 0 | 0.13 | 276.45 | 0.73 | 0.5 |
| Hex | 94 | 23 | DD | 21 | 54 | 0 | D | 114 | 49 | 32 |
| Octal | 224 | 43 | 335 | 41 | 124 | 0 | 15 | 424 | 111 | 62 |
| Binary | 10010100 | 100011 | 11011101 | 100001 | 1010100 | 0 | 1101 | 100010100 | 1001001 | 110010 |
Color Harmonies of #9423DD
Complementary color
Monochromatic Colors of #9423DD
Black with #9423DD
Text Example
Text Example
White with #9423DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423DD; }
p { color: rgb(148,35,221); }
H1.HeaderClassName
{
color: #9423DD;
}
.AnyTagClassName
{
color: #9423DD;
}
</style>
background-color css
<style>
a { background-color: #9423DD; }
a { background-color: rgb(148,35,221); }
div.DivClassName
{
background-color: #9423DD;
}
.BgClassName
{
background-color: #9423DD;
}
</style>
border-color css
<style>
span { border-color: #9423DD; }
span { border-color: rgb(148,35,221); }
td.TdClassName
{
border-color: #9423DD;
}
.TagClassName
{
border-color: #9423DD;
}
</style>