Shades of Blue Violet #9737DF
Tints of Blue Violet #9737DF
RGB
CMYK
RGB Variations
Color information
#9737DF (or 0x9737DF) is known color: Blue Violet. HEX triplet: 97, 37 and DF. RGB value is (151,55,223). Sum of RGB (Red+Green+Blue) = 151+55+223=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #9737DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9737DF is #68C820. Grayscale: #666666. Windows color (decimal): -6866977 or 14628759. OLE color: 14628759.
HSL color Cylindrical-coordinate representation of color #9737DF: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9737DF is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 55 | 223 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.13 |
| HSL | 274.29º | 0.72% | 0.55% | - |
| HSV(B) | 274.29º | 0.75% | 0.87% | - |
| XYZ | 27.45 | 14.64 | 71.19 | - |
| YUV | 102.86 | 195.8 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 223 | 0.32 | 0.75 | 0 | 0.13 | 274.29 | 0.72 | 0.55 |
| Hex | 97 | 37 | DF | 20 | 4B | 0 | D | 112 | 48 | 37 |
| Octal | 227 | 67 | 337 | 40 | 113 | 0 | 15 | 422 | 110 | 67 |
| Binary | 10010111 | 110111 | 11011111 | 100000 | 1001011 | 0 | 1101 | 100010010 | 1001000 | 110111 |
Color Harmonies of #9737DF
Complementary color
Monochromatic Colors of #9737DF
Black with #9737DF
Text Example
Text Example
White with #9737DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9737DF; }
p { color: rgb(151,55,223); }
H1.HeaderClassName
{
color: #9737DF;
}
.AnyTagClassName
{
color: #9737DF;
}
</style>
background-color css
<style>
a { background-color: #9737DF; }
a { background-color: rgb(151,55,223); }
div.DivClassName
{
background-color: #9737DF;
}
.BgClassName
{
background-color: #9737DF;
}
</style>
border-color css
<style>
span { border-color: #9737DF; }
span { border-color: rgb(151,55,223); }
td.TdClassName
{
border-color: #9737DF;
}
.TagClassName
{
border-color: #9737DF;
}
</style>