Shades of Blue Violet #9639FE
Tints of Blue Violet #9639FE
RGB
CMYK
RGB Variations
Color information
#9639FE (or 0x9639FE) is known color: Blue Violet. HEX triplet: 96, 39 and FE. RGB value is (150,57,254). Sum of RGB (Red+Green+Blue) = 150+57+254=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #9639FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9639FE is #69C601. Grayscale: #6A6A6A. Windows color (decimal): -6931970 or 16660886. OLE color: 16660886.
HSL color Cylindrical-coordinate representation of color #9639FE: hue angle of 268.32º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9639FE is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 57 | 254 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.00 |
| HSL | 268.32º | 0.99% | 0.61% | - |
| HSV(B) | 268.32º | 0.78% | 1% | - |
| XYZ | 31.93 | 16.57 | 95.28 | - |
| YUV | 107.27 | 210.81 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 254 | 0.41 | 0.78 | 0 | 0.00 | 268.32 | 0.99 | 0.61 |
| Hex | 96 | 39 | FE | 29 | 4E | 0 | 0 | 10C | 63 | 3D |
| Octal | 226 | 71 | 376 | 51 | 116 | 0 | 0 | 414 | 143 | 75 |
| Binary | 10010110 | 111001 | 11111110 | 101001 | 1001110 | 0 | 0 | 100001100 | 1100011 | 111101 |
Color Harmonies of #9639FE
Complementary color
Monochromatic Colors of #9639FE
Black with #9639FE
Text Example
Text Example
White with #9639FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9639FE; }
p { color: rgb(150,57,254); }
H1.HeaderClassName
{
color: #9639FE;
}
.AnyTagClassName
{
color: #9639FE;
}
</style>
background-color css
<style>
a { background-color: #9639FE; }
a { background-color: rgb(150,57,254); }
div.DivClassName
{
background-color: #9639FE;
}
.BgClassName
{
background-color: #9639FE;
}
</style>
border-color css
<style>
span { border-color: #9639FE; }
span { border-color: rgb(150,57,254); }
td.TdClassName
{
border-color: #9639FE;
}
.TagClassName
{
border-color: #9639FE;
}
</style>