Shades of Blue Violet #9632FA
Tints of Blue Violet #9632FA
RGB
CMYK
RGB Variations
Color information
#9632FA (or 0x9632FA) is known color: Blue Violet. HEX triplet: 96, 32 and FA. RGB value is (150,50,250). Sum of RGB (Red+Green+Blue) = 150+50+250=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #9632FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9632FA is #69CD05. Grayscale: #666666. Windows color (decimal): -6933766 or 16396950. OLE color: 16396950.
HSL color Cylindrical-coordinate representation of color #9632FA: hue angle of 270º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9632FA is Cyan = 0.4, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 50 | 250 | - |
| CMYK | 0.4 | 0.8 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.59% | - |
| HSV(B) | 270º | 0.8% | 0.98% | - |
| XYZ | 30.97 | 15.67 | 91.83 | - |
| YUV | 102.7 | 211.13 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 250 | 0.4 | 0.8 | 0 | 0.02 | 270 | 0.95 | 0.59 |
| Hex | 96 | 32 | FA | 28 | 50 | 0 | 2 | 10E | 5F | 3B |
| Octal | 226 | 62 | 372 | 50 | 120 | 0 | 2 | 416 | 137 | 73 |
| Binary | 10010110 | 110010 | 11111010 | 101000 | 1010000 | 0 | 10 | 100001110 | 1011111 | 111011 |
Color Harmonies of #9632FA
Complementary color
Monochromatic Colors of #9632FA
Black with #9632FA
Text Example
Text Example
White with #9632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632FA; }
p { color: rgb(150,50,250); }
H1.HeaderClassName
{
color: #9632FA;
}
.AnyTagClassName
{
color: #9632FA;
}
</style>
background-color css
<style>
a { background-color: #9632FA; }
a { background-color: rgb(150,50,250); }
div.DivClassName
{
background-color: #9632FA;
}
.BgClassName
{
background-color: #9632FA;
}
</style>
border-color css
<style>
span { border-color: #9632FA; }
span { border-color: rgb(150,50,250); }
td.TdClassName
{
border-color: #9632FA;
}
.TagClassName
{
border-color: #9632FA;
}
</style>