Shades of Blue Violet #9728DB
Tints of Blue Violet #9728DB
RGB
CMYK
RGB Variations
Color information
#9728DB (or 0x9728DB) is known color: Blue Violet. HEX triplet: 97, 28 and DB. RGB value is (151,40,219). Sum of RGB (Red+Green+Blue) = 151+40+219=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #9728DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9728DB is #68D724. Grayscale: #5C5C5C. Windows color (decimal): -6870821 or 14362775. OLE color: 14362775.
HSL color Cylindrical-coordinate representation of color #9728DB: hue angle of 277.21º degrees, saturation: 0.71, 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 #9728DB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 40 | 219 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.14 |
| HSL | 277.21º | 0.71% | 0.51% | - |
| HSV(B) | 277.21º | 0.82% | 0.86% | - |
| XYZ | 26.31 | 13.21 | 68.18 | - |
| YUV | 93.6 | 198.77 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 219 | 0.31 | 0.82 | 0 | 0.14 | 277.21 | 0.71 | 0.51 |
| Hex | 97 | 28 | DB | 1F | 52 | 0 | E | 115 | 47 | 33 |
| Octal | 227 | 50 | 333 | 37 | 122 | 0 | 16 | 425 | 107 | 63 |
| Binary | 10010111 | 101000 | 11011011 | 11111 | 1010010 | 0 | 1110 | 100010101 | 1000111 | 110011 |
Color Harmonies of #9728DB
Complementary color
Monochromatic Colors of #9728DB
Black with #9728DB
Text Example
Text Example
White with #9728DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728DB; }
p { color: rgb(151,40,219); }
H1.HeaderClassName
{
color: #9728DB;
}
.AnyTagClassName
{
color: #9728DB;
}
</style>
background-color css
<style>
a { background-color: #9728DB; }
a { background-color: rgb(151,40,219); }
div.DivClassName
{
background-color: #9728DB;
}
.BgClassName
{
background-color: #9728DB;
}
</style>
border-color css
<style>
span { border-color: #9728DB; }
span { border-color: rgb(151,40,219); }
td.TdClassName
{
border-color: #9728DB;
}
.TagClassName
{
border-color: #9728DB;
}
</style>