Shades of Blue Violet #9632FD
Tints of Blue Violet #9632FD
RGB
CMYK
RGB Variations
Color information
#9632FD (or 0x9632FD) is known color: Blue Violet. HEX triplet: 96, 32 and FD. RGB value is (150,50,253). Sum of RGB (Red+Green+Blue) = 150+50+253=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #9632FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9632FD is #69CD02. Grayscale: #666666. Windows color (decimal): -6933763 or 16593558. OLE color: 16593558.
HSL color Cylindrical-coordinate representation of color #9632FD: hue angle of 269.56º degrees, saturation: 0.98, 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 #9632FD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 50 | 253 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.01 |
| HSL | 269.56º | 0.98% | 0.59% | - |
| HSV(B) | 269.56º | 0.8% | 0.99% | - |
| XYZ | 31.45 | 15.86 | 94.33 | - |
| YUV | 103.04 | 212.63 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 253 | 0.41 | 0.80 | 0 | 0.01 | 269.56 | 0.98 | 0.59 |
| Hex | 96 | 32 | FD | 29 | 50 | 0 | 1 | 10E | 62 | 3B |
| Octal | 226 | 62 | 375 | 51 | 120 | 0 | 1 | 416 | 142 | 73 |
| Binary | 10010110 | 110010 | 11111101 | 101001 | 1010000 | 0 | 1 | 100001110 | 1100010 | 111011 |
Color Harmonies of #9632FD
Complementary color
Monochromatic Colors of #9632FD
Black with #9632FD
Text Example
Text Example
White with #9632FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632FD; }
p { color: rgb(150,50,253); }
H1.HeaderClassName
{
color: #9632FD;
}
.AnyTagClassName
{
color: #9632FD;
}
</style>
background-color css
<style>
a { background-color: #9632FD; }
a { background-color: rgb(150,50,253); }
div.DivClassName
{
background-color: #9632FD;
}
.BgClassName
{
background-color: #9632FD;
}
</style>
border-color css
<style>
span { border-color: #9632FD; }
span { border-color: rgb(150,50,253); }
td.TdClassName
{
border-color: #9632FD;
}
.TagClassName
{
border-color: #9632FD;
}
</style>