Shades of Blue Violet #9742EF
Tints of Blue Violet #9742EF
RGB
CMYK
RGB Variations
Color information
#9742EF (or 0x9742EF) is known color: Blue Violet. HEX triplet: 97, 42 and EF. RGB value is (151,66,239). Sum of RGB (Red+Green+Blue) = 151+66+239=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #9742EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9742EF is #68BD10. Grayscale: #6E6E6E. Windows color (decimal): -6864145 or 15680151. OLE color: 15680151.
HSL color Cylindrical-coordinate representation of color #9742EF: hue angle of 269.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9742EF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 66 | 239 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.06 |
| HSL | 269.48º | 0.84% | 0.6% | - |
| HSV(B) | 269.48º | 0.72% | 0.94% | - |
| XYZ | 30.29 | 16.71 | 83.29 | - |
| YUV | 111.14 | 200.16 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 239 | 0.37 | 0.72 | 0 | 0.06 | 269.48 | 0.84 | 0.6 |
| Hex | 97 | 42 | EF | 25 | 48 | 0 | 6 | 10D | 54 | 3C |
| Octal | 227 | 102 | 357 | 45 | 110 | 0 | 6 | 415 | 124 | 74 |
| Binary | 10010111 | 1000010 | 11101111 | 100101 | 1001000 | 0 | 110 | 100001101 | 1010100 | 111100 |
Color Harmonies of #9742EF
Complementary color
Monochromatic Colors of #9742EF
Black with #9742EF
Text Example
Text Example
White with #9742EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9742EF; }
p { color: rgb(151,66,239); }
H1.HeaderClassName
{
color: #9742EF;
}
.AnyTagClassName
{
color: #9742EF;
}
</style>
background-color css
<style>
a { background-color: #9742EF; }
a { background-color: rgb(151,66,239); }
div.DivClassName
{
background-color: #9742EF;
}
.BgClassName
{
background-color: #9742EF;
}
</style>
border-color css
<style>
span { border-color: #9742EF; }
span { border-color: rgb(151,66,239); }
td.TdClassName
{
border-color: #9742EF;
}
.TagClassName
{
border-color: #9742EF;
}
</style>