Shades of Blue Violet #9728DC
Tints of Blue Violet #9728DC
RGB
CMYK
RGB Variations
Color information
#9728DC (or 0x9728DC) is known color: Blue Violet. HEX triplet: 97, 28 and DC. RGB value is (151,40,220). Sum of RGB (Red+Green+Blue) = 151+40+220=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #9728DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9728DC is #68D723. Grayscale: #5D5D5D. Windows color (decimal): -6870820 or 14428311. OLE color: 14428311.
HSL color Cylindrical-coordinate representation of color #9728DC: hue angle of 277º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9728DC is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 40 | 220 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.14 |
| HSL | 277º | 0.72% | 0.51% | - |
| HSV(B) | 277º | 0.82% | 0.86% | - |
| XYZ | 26.44 | 13.26 | 68.88 | - |
| YUV | 93.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 220 | 0.31 | 0.82 | 0 | 0.14 | 277 | 0.72 | 0.51 |
| Hex | 97 | 28 | DC | 1F | 52 | 0 | E | 115 | 48 | 33 |
| Octal | 227 | 50 | 334 | 37 | 122 | 0 | 16 | 425 | 110 | 63 |
| Binary | 10010111 | 101000 | 11011100 | 11111 | 1010010 | 0 | 1110 | 100010101 | 1001000 | 110011 |
Color Harmonies of #9728DC
Complementary color
Monochromatic Colors of #9728DC
Black with #9728DC
Text Example
Text Example
White with #9728DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728DC; }
p { color: rgb(151,40,220); }
H1.HeaderClassName
{
color: #9728DC;
}
.AnyTagClassName
{
color: #9728DC;
}
</style>
background-color css
<style>
a { background-color: #9728DC; }
a { background-color: rgb(151,40,220); }
div.DivClassName
{
background-color: #9728DC;
}
.BgClassName
{
background-color: #9728DC;
}
</style>
border-color css
<style>
span { border-color: #9728DC; }
span { border-color: rgb(151,40,220); }
td.TdClassName
{
border-color: #9728DC;
}
.TagClassName
{
border-color: #9728DC;
}
</style>