Shades of Blue Violet #9638F0
Tints of Blue Violet #9638F0
RGB
CMYK
RGB Variations
Color information
#9638F0 (or 0x9638F0) is known color: Blue Violet. HEX triplet: 96, 38 and F0. RGB value is (150,56,240). Sum of RGB (Red+Green+Blue) = 150+56+240=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #9638F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9638F0 is #69C70F. Grayscale: #686868. Windows color (decimal): -6932240 or 15743126. OLE color: 15743126.
HSL color Cylindrical-coordinate representation of color #9638F0: hue angle of 270.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9638F0 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 56 | 240 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.06 |
| HSL | 270.65º | 0.86% | 0.58% | - |
| HSV(B) | 270.65º | 0.77% | 0.94% | - |
| XYZ | 29.72 | 15.6 | 83.88 | - |
| YUV | 105.08 | 204.14 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 240 | 0.37 | 0.77 | 0 | 0.06 | 270.65 | 0.86 | 0.58 |
| Hex | 96 | 38 | F0 | 25 | 4D | 0 | 6 | 10F | 56 | 3A |
| Octal | 226 | 70 | 360 | 45 | 115 | 0 | 6 | 417 | 126 | 72 |
| Binary | 10010110 | 111000 | 11110000 | 100101 | 1001101 | 0 | 110 | 100001111 | 1010110 | 111010 |
Color Harmonies of #9638F0
Complementary color
Monochromatic Colors of #9638F0
Black with #9638F0
Text Example
Text Example
White with #9638F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9638F0; }
p { color: rgb(150,56,240); }
H1.HeaderClassName
{
color: #9638F0;
}
.AnyTagClassName
{
color: #9638F0;
}
</style>
background-color css
<style>
a { background-color: #9638F0; }
a { background-color: rgb(150,56,240); }
div.DivClassName
{
background-color: #9638F0;
}
.BgClassName
{
background-color: #9638F0;
}
</style>
border-color css
<style>
span { border-color: #9638F0; }
span { border-color: rgb(150,56,240); }
td.TdClassName
{
border-color: #9638F0;
}
.TagClassName
{
border-color: #9638F0;
}
</style>