Shades of Blue Violet #9440DC
Tints of Blue Violet #9440DC
RGB
CMYK
RGB Variations
Color information
#9440DC (or 0x9440DC) is known color: Blue Violet. HEX triplet: 94, 40 and DC. RGB value is (148,64,220). Sum of RGB (Red+Green+Blue) = 148+64+220=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #9440DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440DC is #6BBF23. Grayscale: #6A6A6A. Windows color (decimal): -7061284 or 14434452. OLE color: 14434452.
HSL color Cylindrical-coordinate representation of color #9440DC: hue angle of 272.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9440DC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 64 | 220 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.14 |
| HSL | 272.31º | 0.69% | 0.56% | - |
| HSV(B) | 272.31º | 0.71% | 0.86% | - |
| XYZ | 26.96 | 15.13 | 69.21 | - |
| YUV | 106.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 220 | 0.33 | 0.71 | 0 | 0.14 | 272.31 | 0.69 | 0.56 |
| Hex | 94 | 40 | DC | 21 | 47 | 0 | E | 110 | 45 | 38 |
| Octal | 224 | 100 | 334 | 41 | 107 | 0 | 16 | 420 | 105 | 70 |
| Binary | 10010100 | 1000000 | 11011100 | 100001 | 1000111 | 0 | 1110 | 100010000 | 1000101 | 111000 |
Color Harmonies of #9440DC
Complementary color
Monochromatic Colors of #9440DC
Black with #9440DC
Text Example
Text Example
White with #9440DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440DC; }
p { color: rgb(148,64,220); }
H1.HeaderClassName
{
color: #9440DC;
}
.AnyTagClassName
{
color: #9440DC;
}
</style>
background-color css
<style>
a { background-color: #9440DC; }
a { background-color: rgb(148,64,220); }
div.DivClassName
{
background-color: #9440DC;
}
.BgClassName
{
background-color: #9440DC;
}
</style>
border-color css
<style>
span { border-color: #9440DC; }
span { border-color: rgb(148,64,220); }
td.TdClassName
{
border-color: #9440DC;
}
.TagClassName
{
border-color: #9440DC;
}
</style>