Shades of Blue Violet #9735DF
Tints of Blue Violet #9735DF
RGB
CMYK
RGB Variations
Color information
#9735DF (or 0x9735DF) is known color: Blue Violet. HEX triplet: 97, 35 and DF. RGB value is (151,53,223). Sum of RGB (Red+Green+Blue) = 151+53+223=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #9735DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735DF is #68CA20. Grayscale: #656565. Windows color (decimal): -6867489 or 14628247. OLE color: 14628247.
HSL color Cylindrical-coordinate representation of color #9735DF: hue angle of 274.59º 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 #9735DF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 53 | 223 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.13 |
| HSL | 274.59º | 0.73% | 0.54% | - |
| HSV(B) | 274.59º | 0.76% | 0.87% | - |
| XYZ | 27.35 | 14.45 | 71.16 | - |
| YUV | 101.68 | 196.47 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 223 | 0.32 | 0.76 | 0 | 0.13 | 274.59 | 0.73 | 0.54 |
| Hex | 97 | 35 | DF | 20 | 4C | 0 | D | 113 | 49 | 36 |
| Octal | 227 | 65 | 337 | 40 | 114 | 0 | 15 | 423 | 111 | 66 |
| Binary | 10010111 | 110101 | 11011111 | 100000 | 1001100 | 0 | 1101 | 100010011 | 1001001 | 110110 |
Color Harmonies of #9735DF
Complementary color
Monochromatic Colors of #9735DF
Black with #9735DF
Text Example
Text Example
White with #9735DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735DF; }
p { color: rgb(151,53,223); }
H1.HeaderClassName
{
color: #9735DF;
}
.AnyTagClassName
{
color: #9735DF;
}
</style>
background-color css
<style>
a { background-color: #9735DF; }
a { background-color: rgb(151,53,223); }
div.DivClassName
{
background-color: #9735DF;
}
.BgClassName
{
background-color: #9735DF;
}
</style>
border-color css
<style>
span { border-color: #9735DF; }
span { border-color: rgb(151,53,223); }
td.TdClassName
{
border-color: #9735DF;
}
.TagClassName
{
border-color: #9735DF;
}
</style>