Shades of Blue Violet #9637F5
Tints of Blue Violet #9637F5
RGB
CMYK
RGB Variations
Color information
#9637F5 (or 0x9637F5) is known color: Blue Violet. HEX triplet: 96, 37 and F5. RGB value is (150,55,245). Sum of RGB (Red+Green+Blue) = 150+55+245=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 245 (96.09% from 255 or 54.44% from 450); Max value from RGB is 245 - color contains mainly: blue. Hex color #9637F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9637F5 is #69C80A. Grayscale: #686868. Windows color (decimal): -6932491 or 16070550. OLE color: 16070550.
HSL color Cylindrical-coordinate representation of color #9637F5: hue angle of 270º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9637F5 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 55 | 245 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.04 |
| HSL | 270º | 0.9% | 0.59% | - |
| HSV(B) | 270º | 0.78% | 0.96% | - |
| XYZ | 30.43 | 15.81 | 87.83 | - |
| YUV | 105.07 | 206.97 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 245 | 0.39 | 0.78 | 0 | 0.04 | 270 | 0.9 | 0.59 |
| Hex | 96 | 37 | F5 | 27 | 4E | 0 | 4 | 10E | 5A | 3B |
| Octal | 226 | 67 | 365 | 47 | 116 | 0 | 4 | 416 | 132 | 73 |
| Binary | 10010110 | 110111 | 11110101 | 100111 | 1001110 | 0 | 100 | 100001110 | 1011010 | 111011 |
Color Harmonies of #9637F5
Complementary color
Monochromatic Colors of #9637F5
Black with #9637F5
Text Example
Text Example
White with #9637F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637F5; }
p { color: rgb(150,55,245); }
H1.HeaderClassName
{
color: #9637F5;
}
.AnyTagClassName
{
color: #9637F5;
}
</style>
background-color css
<style>
a { background-color: #9637F5; }
a { background-color: rgb(150,55,245); }
div.DivClassName
{
background-color: #9637F5;
}
.BgClassName
{
background-color: #9637F5;
}
</style>
border-color css
<style>
span { border-color: #9637F5; }
span { border-color: rgb(150,55,245); }
td.TdClassName
{
border-color: #9637F5;
}
.TagClassName
{
border-color: #9637F5;
}
</style>