Shades of Blue Violet #9630DF
Tints of Blue Violet #9630DF
RGB
CMYK
RGB Variations
Color information
#9630DF (or 0x9630DF) is known color: Blue Violet. HEX triplet: 96, 30 and DF. RGB value is (150,48,223). Sum of RGB (Red+Green+Blue) = 150+48+223=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #9630DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9630DF is #69CF20. Grayscale: #616161. Windows color (decimal): -6934305 or 14626966. OLE color: 14626966.
HSL color Cylindrical-coordinate representation of color #9630DF: hue angle of 274.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9630DF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 48 | 223 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.13 |
| HSL | 274.97º | 0.73% | 0.53% | - |
| HSV(B) | 274.97º | 0.78% | 0.87% | - |
| XYZ | 26.95 | 13.93 | 71.08 | - |
| YUV | 98.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 223 | 0.33 | 0.78 | 0 | 0.13 | 274.97 | 0.73 | 0.53 |
| Hex | 96 | 30 | DF | 21 | 4E | 0 | D | 113 | 49 | 35 |
| Octal | 226 | 60 | 337 | 41 | 116 | 0 | 15 | 423 | 111 | 65 |
| Binary | 10010110 | 110000 | 11011111 | 100001 | 1001110 | 0 | 1101 | 100010011 | 1001001 | 110101 |
Color Harmonies of #9630DF
Complementary color
Monochromatic Colors of #9630DF
Black with #9630DF
Text Example
Text Example
White with #9630DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630DF; }
p { color: rgb(150,48,223); }
H1.HeaderClassName
{
color: #9630DF;
}
.AnyTagClassName
{
color: #9630DF;
}
</style>
background-color css
<style>
a { background-color: #9630DF; }
a { background-color: rgb(150,48,223); }
div.DivClassName
{
background-color: #9630DF;
}
.BgClassName
{
background-color: #9630DF;
}
</style>
border-color css
<style>
span { border-color: #9630DF; }
span { border-color: rgb(150,48,223); }
td.TdClassName
{
border-color: #9630DF;
}
.TagClassName
{
border-color: #9630DF;
}
</style>