Shades of Blue Violet #9736DF
Tints of Blue Violet #9736DF
RGB
CMYK
RGB Variations
Color information
#9736DF (or 0x9736DF) is known color: Blue Violet. HEX triplet: 97, 36 and DF. RGB value is (151,54,223). Sum of RGB (Red+Green+Blue) = 151+54+223=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #9736DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736DF is #68C920. Grayscale: #656565. Windows color (decimal): -6867233 or 14628503. OLE color: 14628503.
HSL color Cylindrical-coordinate representation of color #9736DF: hue angle of 274.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9736DF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 54 | 223 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.13 |
| HSL | 274.44º | 0.73% | 0.54% | - |
| HSV(B) | 274.44º | 0.76% | 0.87% | - |
| XYZ | 27.4 | 14.55 | 71.18 | - |
| YUV | 102.27 | 196.14 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 223 | 0.32 | 0.76 | 0 | 0.13 | 274.44 | 0.73 | 0.54 |
| Hex | 97 | 36 | DF | 20 | 4C | 0 | D | 112 | 49 | 36 |
| Octal | 227 | 66 | 337 | 40 | 114 | 0 | 15 | 422 | 111 | 66 |
| Binary | 10010111 | 110110 | 11011111 | 100000 | 1001100 | 0 | 1101 | 100010010 | 1001001 | 110110 |
Color Harmonies of #9736DF
Complementary color
Monochromatic Colors of #9736DF
Black with #9736DF
Text Example
Text Example
White with #9736DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736DF; }
p { color: rgb(151,54,223); }
H1.HeaderClassName
{
color: #9736DF;
}
.AnyTagClassName
{
color: #9736DF;
}
</style>
background-color css
<style>
a { background-color: #9736DF; }
a { background-color: rgb(151,54,223); }
div.DivClassName
{
background-color: #9736DF;
}
.BgClassName
{
background-color: #9736DF;
}
</style>
border-color css
<style>
span { border-color: #9736DF; }
span { border-color: rgb(151,54,223); }
td.TdClassName
{
border-color: #9736DF;
}
.TagClassName
{
border-color: #9736DF;
}
</style>