Shades of Blue Violet #9637F1
Tints of Blue Violet #9637F1
RGB
CMYK
RGB Variations
Color information
#9637F1 (or 0x9637F1) is known color: Blue Violet. HEX triplet: 96, 37 and F1. RGB value is (150,55,241). Sum of RGB (Red+Green+Blue) = 150+55+241=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #9637F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9637F1 is #69C80E. Grayscale: #676767. Windows color (decimal): -6932495 or 15808406. OLE color: 15808406.
HSL color Cylindrical-coordinate representation of color #9637F1: hue angle of 270.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9637F1 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 55 | 241 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.05 |
| HSL | 270.65º | 0.87% | 0.58% | - |
| HSV(B) | 270.65º | 0.77% | 0.95% | - |
| XYZ | 29.82 | 15.57 | 84.65 | - |
| YUV | 104.61 | 204.97 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 241 | 0.38 | 0.77 | 0 | 0.05 | 270.65 | 0.87 | 0.58 |
| Hex | 96 | 37 | F1 | 26 | 4D | 0 | 5 | 10F | 57 | 3A |
| Octal | 226 | 67 | 361 | 46 | 115 | 0 | 5 | 417 | 127 | 72 |
| Binary | 10010110 | 110111 | 11110001 | 100110 | 1001101 | 0 | 101 | 100001111 | 1010111 | 111010 |
Color Harmonies of #9637F1
Complementary color
Monochromatic Colors of #9637F1
Black with #9637F1
Text Example
Text Example
White with #9637F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637F1; }
p { color: rgb(150,55,241); }
H1.HeaderClassName
{
color: #9637F1;
}
.AnyTagClassName
{
color: #9637F1;
}
</style>
background-color css
<style>
a { background-color: #9637F1; }
a { background-color: rgb(150,55,241); }
div.DivClassName
{
background-color: #9637F1;
}
.BgClassName
{
background-color: #9637F1;
}
</style>
border-color css
<style>
span { border-color: #9637F1; }
span { border-color: rgb(150,55,241); }
td.TdClassName
{
border-color: #9637F1;
}
.TagClassName
{
border-color: #9637F1;
}
</style>