Shades of Blue Violet #9639FA
Tints of Blue Violet #9639FA
RGB
CMYK
RGB Variations
Color information
#9639FA (or 0x9639FA) is known color: Blue Violet. HEX triplet: 96, 39 and FA. RGB value is (150,57,250). Sum of RGB (Red+Green+Blue) = 150+57+250=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #9639FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9639FA is #69C605. Grayscale: #6A6A6A. Windows color (decimal): -6931974 or 16398742. OLE color: 16398742.
HSL color Cylindrical-coordinate representation of color #9639FA: hue angle of 268.91º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9639FA is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 57 | 250 | - |
| CMYK | 0.4 | 0.77 | 0 | 0.02 |
| HSL | 268.91º | 0.95% | 0.6% | - |
| HSV(B) | 268.91º | 0.77% | 0.98% | - |
| XYZ | 31.3 | 16.31 | 91.94 | - |
| YUV | 106.81 | 208.81 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 250 | 0.4 | 0.77 | 0 | 0.02 | 268.91 | 0.95 | 0.6 |
| Hex | 96 | 39 | FA | 28 | 4D | 0 | 2 | 10D | 5F | 3C |
| Octal | 226 | 71 | 372 | 50 | 115 | 0 | 2 | 415 | 137 | 74 |
| Binary | 10010110 | 111001 | 11111010 | 101000 | 1001101 | 0 | 10 | 100001101 | 1011111 | 111100 |
Color Harmonies of #9639FA
Complementary color
Monochromatic Colors of #9639FA
Black with #9639FA
Text Example
Text Example
White with #9639FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9639FA; }
p { color: rgb(150,57,250); }
H1.HeaderClassName
{
color: #9639FA;
}
.AnyTagClassName
{
color: #9639FA;
}
</style>
background-color css
<style>
a { background-color: #9639FA; }
a { background-color: rgb(150,57,250); }
div.DivClassName
{
background-color: #9639FA;
}
.BgClassName
{
background-color: #9639FA;
}
</style>
border-color css
<style>
span { border-color: #9639FA; }
span { border-color: rgb(150,57,250); }
td.TdClassName
{
border-color: #9639FA;
}
.TagClassName
{
border-color: #9639FA;
}
</style>