Shades of Blue Violet #9630FD
Tints of Blue Violet #9630FD
RGB
CMYK
RGB Variations
Color information
#9630FD (or 0x9630FD) is known color: Blue Violet. HEX triplet: 96, 30 and FD. RGB value is (150,48,253). Sum of RGB (Red+Green+Blue) = 150+48+253=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #9630FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630FD is #69CF02. Grayscale: #656565. Windows color (decimal): -6934275 or 16593046. OLE color: 16593046.
HSL color Cylindrical-coordinate representation of color #9630FD: hue angle of 269.85º degrees, saturation: 0.98, 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 #9630FD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 48 | 253 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.01 |
| HSL | 269.85º | 0.98% | 0.59% | - |
| HSV(B) | 269.85º | 0.81% | 0.99% | - |
| XYZ | 31.36 | 15.69 | 94.3 | - |
| YUV | 101.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 253 | 0.41 | 0.81 | 0 | 0.01 | 269.85 | 0.98 | 0.59 |
| Hex | 96 | 30 | FD | 29 | 51 | 0 | 1 | 10E | 62 | 3B |
| Octal | 226 | 60 | 375 | 51 | 121 | 0 | 1 | 416 | 142 | 73 |
| Binary | 10010110 | 110000 | 11111101 | 101001 | 1010001 | 0 | 1 | 100001110 | 1100010 | 111011 |
Color Harmonies of #9630FD
Complementary color
Monochromatic Colors of #9630FD
Black with #9630FD
Text Example
Text Example
White with #9630FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630FD; }
p { color: rgb(150,48,253); }
H1.HeaderClassName
{
color: #9630FD;
}
.AnyTagClassName
{
color: #9630FD;
}
</style>
background-color css
<style>
a { background-color: #9630FD; }
a { background-color: rgb(150,48,253); }
div.DivClassName
{
background-color: #9630FD;
}
.BgClassName
{
background-color: #9630FD;
}
</style>
border-color css
<style>
span { border-color: #9630FD; }
span { border-color: rgb(150,48,253); }
td.TdClassName
{
border-color: #9630FD;
}
.TagClassName
{
border-color: #9630FD;
}
</style>