Shades of Blue Violet #9627F2
Tints of Blue Violet #9627F2
RGB
CMYK
RGB Variations
Color information
#9627F2 (or 0x9627F2) is known color: Blue Violet. HEX triplet: 96, 27 and F2. RGB value is (150,39,242). Sum of RGB (Red+Green+Blue) = 150+39+242=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #9627F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9627F2 is #69D80D. Grayscale: #5E5E5E. Windows color (decimal): -6936590 or 15869846. OLE color: 15869846.
HSL color Cylindrical-coordinate representation of color #9627F2: hue angle of 272.81º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9627F2 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 39 | 242 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.05 |
| HSL | 272.81º | 0.89% | 0.55% | - |
| HSV(B) | 272.81º | 0.84% | 0.95% | - |
| XYZ | 29.33 | 14.35 | 85.23 | - |
| YUV | 95.33 | 210.77 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 242 | 0.38 | 0.84 | 0 | 0.05 | 272.81 | 0.89 | 0.55 |
| Hex | 96 | 27 | F2 | 26 | 54 | 0 | 5 | 111 | 59 | 37 |
| Octal | 226 | 47 | 362 | 46 | 124 | 0 | 5 | 421 | 131 | 67 |
| Binary | 10010110 | 100111 | 11110010 | 100110 | 1010100 | 0 | 101 | 100010001 | 1011001 | 110111 |
Color Harmonies of #9627F2
Complementary color
Monochromatic Colors of #9627F2
Black with #9627F2
Text Example
Text Example
White with #9627F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627F2; }
p { color: rgb(150,39,242); }
H1.HeaderClassName
{
color: #9627F2;
}
.AnyTagClassName
{
color: #9627F2;
}
</style>
background-color css
<style>
a { background-color: #9627F2; }
a { background-color: rgb(150,39,242); }
div.DivClassName
{
background-color: #9627F2;
}
.BgClassName
{
background-color: #9627F2;
}
</style>
border-color css
<style>
span { border-color: #9627F2; }
span { border-color: rgb(150,39,242); }
td.TdClassName
{
border-color: #9627F2;
}
.TagClassName
{
border-color: #9627F2;
}
</style>