Shades of Blue Violet #9632FC
Tints of Blue Violet #9632FC
RGB
CMYK
RGB Variations
Color information
#9632FC (or 0x9632FC) is known color: Blue Violet. HEX triplet: 96, 32 and FC. RGB value is (150,50,252). Sum of RGB (Red+Green+Blue) = 150+50+252=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #9632FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9632FC is #69CD03. Grayscale: #666666. Windows color (decimal): -6933764 or 16528022. OLE color: 16528022.
HSL color Cylindrical-coordinate representation of color #9632FC: hue angle of 269.7º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9632FC is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 50 | 252 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.01 |
| HSL | 269.7º | 0.97% | 0.59% | - |
| HSV(B) | 269.7º | 0.8% | 0.99% | - |
| XYZ | 31.29 | 15.79 | 93.49 | - |
| YUV | 102.93 | 212.13 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 252 | 0.40 | 0.80 | 0 | 0.01 | 269.7 | 0.97 | 0.59 |
| Hex | 96 | 32 | FC | 28 | 50 | 0 | 1 | 10E | 61 | 3B |
| Octal | 226 | 62 | 374 | 50 | 120 | 0 | 1 | 416 | 141 | 73 |
| Binary | 10010110 | 110010 | 11111100 | 101000 | 1010000 | 0 | 1 | 100001110 | 1100001 | 111011 |
Color Harmonies of #9632FC
Complementary color
Monochromatic Colors of #9632FC
Black with #9632FC
Text Example
Text Example
White with #9632FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632FC; }
p { color: rgb(150,50,252); }
H1.HeaderClassName
{
color: #9632FC;
}
.AnyTagClassName
{
color: #9632FC;
}
</style>
background-color css
<style>
a { background-color: #9632FC; }
a { background-color: rgb(150,50,252); }
div.DivClassName
{
background-color: #9632FC;
}
.BgClassName
{
background-color: #9632FC;
}
</style>
border-color css
<style>
span { border-color: #9632FC; }
span { border-color: rgb(150,50,252); }
td.TdClassName
{
border-color: #9632FC;
}
.TagClassName
{
border-color: #9632FC;
}
</style>