Shades of Blue Violet #9635DF
Tints of Blue Violet #9635DF
RGB
CMYK
RGB Variations
Color information
#9635DF (or 0x9635DF) is known color: Blue Violet. HEX triplet: 96, 35 and DF. RGB value is (150,53,223). Sum of RGB (Red+Green+Blue) = 150+53+223=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #9635DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635DF is #69CA20. Grayscale: #646464. Windows color (decimal): -6933025 or 14628246. OLE color: 14628246.
HSL color Cylindrical-coordinate representation of color #9635DF: hue angle of 274.24º 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 #9635DF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 53 | 223 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.13 |
| HSL | 274.24º | 0.73% | 0.54% | - |
| HSV(B) | 274.24º | 0.76% | 0.87% | - |
| XYZ | 27.17 | 14.36 | 71.15 | - |
| YUV | 101.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 223 | 0.33 | 0.76 | 0 | 0.13 | 274.24 | 0.73 | 0.54 |
| Hex | 96 | 35 | DF | 21 | 4C | 0 | D | 112 | 49 | 36 |
| Octal | 226 | 65 | 337 | 41 | 114 | 0 | 15 | 422 | 111 | 66 |
| Binary | 10010110 | 110101 | 11011111 | 100001 | 1001100 | 0 | 1101 | 100010010 | 1001001 | 110110 |
Color Harmonies of #9635DF
Complementary color
Monochromatic Colors of #9635DF
Black with #9635DF
Text Example
Text Example
White with #9635DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635DF; }
p { color: rgb(150,53,223); }
H1.HeaderClassName
{
color: #9635DF;
}
.AnyTagClassName
{
color: #9635DF;
}
</style>
background-color css
<style>
a { background-color: #9635DF; }
a { background-color: rgb(150,53,223); }
div.DivClassName
{
background-color: #9635DF;
}
.BgClassName
{
background-color: #9635DF;
}
</style>
border-color css
<style>
span { border-color: #9635DF; }
span { border-color: rgb(150,53,223); }
td.TdClassName
{
border-color: #9635DF;
}
.TagClassName
{
border-color: #9635DF;
}
</style>