Shades of Blue Violet #9726DF
Tints of Blue Violet #9726DF
RGB
CMYK
RGB Variations
Color information
#9726DF (or 0x9726DF) is known color: Blue Violet. HEX triplet: 97, 26 and DF. RGB value is (151,38,223). Sum of RGB (Red+Green+Blue) = 151+38+223=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #9726DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726DF is #68D920. Grayscale: #5C5C5C. Windows color (decimal): -6871329 or 14624407. OLE color: 14624407.
HSL color Cylindrical-coordinate representation of color #9726DF: hue angle of 276.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9726DF is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 38 | 223 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.13 |
| HSL | 276.65º | 0.74% | 0.51% | - |
| HSV(B) | 276.65º | 0.83% | 0.87% | - |
| XYZ | 26.77 | 13.29 | 70.97 | - |
| YUV | 92.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 223 | 0.32 | 0.83 | 0 | 0.13 | 276.65 | 0.74 | 0.51 |
| Hex | 97 | 26 | DF | 20 | 53 | 0 | D | 115 | 4A | 33 |
| Octal | 227 | 46 | 337 | 40 | 123 | 0 | 15 | 425 | 112 | 63 |
| Binary | 10010111 | 100110 | 11011111 | 100000 | 1010011 | 0 | 1101 | 100010101 | 1001010 | 110011 |
Color Harmonies of #9726DF
Complementary color
Monochromatic Colors of #9726DF
Black with #9726DF
Text Example
Text Example
White with #9726DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9726DF; }
p { color: rgb(151,38,223); }
H1.HeaderClassName
{
color: #9726DF;
}
.AnyTagClassName
{
color: #9726DF;
}
</style>
background-color css
<style>
a { background-color: #9726DF; }
a { background-color: rgb(151,38,223); }
div.DivClassName
{
background-color: #9726DF;
}
.BgClassName
{
background-color: #9726DF;
}
</style>
border-color css
<style>
span { border-color: #9726DF; }
span { border-color: rgb(151,38,223); }
td.TdClassName
{
border-color: #9726DF;
}
.TagClassName
{
border-color: #9726DF;
}
</style>