Shades of Blue Violet #9630FC
Tints of Blue Violet #9630FC
RGB
CMYK
RGB Variations
Color information
#9630FC (or 0x9630FC) is known color: Blue Violet. HEX triplet: 96, 30 and FC. RGB value is (150,48,252). Sum of RGB (Red+Green+Blue) = 150+48+252=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #9630FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630FC is #69CF03. Grayscale: #656565. Windows color (decimal): -6934276 or 16527510. OLE color: 16527510.
HSL color Cylindrical-coordinate representation of color #9630FC: hue angle of 270º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9630FC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 48 | 252 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.59% | - |
| HSV(B) | 270º | 0.81% | 0.99% | - |
| XYZ | 31.21 | 15.63 | 93.47 | - |
| YUV | 101.75 | 212.79 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 252 | 0.40 | 0.81 | 0 | 0.01 | 270 | 0.97 | 0.59 |
| Hex | 96 | 30 | FC | 28 | 51 | 0 | 1 | 10E | 61 | 3B |
| Octal | 226 | 60 | 374 | 50 | 121 | 0 | 1 | 416 | 141 | 73 |
| Binary | 10010110 | 110000 | 11111100 | 101000 | 1010001 | 0 | 1 | 100001110 | 1100001 | 111011 |
Color Harmonies of #9630FC
Complementary color
Monochromatic Colors of #9630FC
Black with #9630FC
Text Example
Text Example
White with #9630FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630FC; }
p { color: rgb(150,48,252); }
H1.HeaderClassName
{
color: #9630FC;
}
.AnyTagClassName
{
color: #9630FC;
}
</style>
background-color css
<style>
a { background-color: #9630FC; }
a { background-color: rgb(150,48,252); }
div.DivClassName
{
background-color: #9630FC;
}
.BgClassName
{
background-color: #9630FC;
}
</style>
border-color css
<style>
span { border-color: #9630FC; }
span { border-color: rgb(150,48,252); }
td.TdClassName
{
border-color: #9630FC;
}
.TagClassName
{
border-color: #9630FC;
}
</style>