Shades of Blue Violet #9742FF
Tints of Blue Violet #9742FF
RGB
CMYK
RGB Variations
Color information
#9742FF (or 0x9742FF) is known color: Blue Violet. HEX triplet: 97, 42 and FF. RGB value is (151,66,255). Sum of RGB (Red+Green+Blue) = 151+66+255=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #9742FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9742FF is #68BD00. Grayscale: #707070. Windows color (decimal): -6864129 or 16728727. OLE color: 16728727.
HSL color Cylindrical-coordinate representation of color #9742FF: hue angle of 266.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9742FF is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 66 | 255 | - |
| CMYK | 0.41 | 0.74 | 0 | 0 |
| HSL | 266.98º | 1% | 0.63% | - |
| HSV(B) | 266.98º | 0.74% | 1% | - |
| XYZ | 32.76 | 17.7 | 96.3 | - |
| YUV | 112.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 255 | 0.41 | 0.74 | 0 | 0 | 266.98 | 1 | 0.63 |
| Hex | 97 | 42 | FF | 29 | 4A | 0 | 0 | 10B | 64 | 3F |
| Octal | 227 | 102 | 377 | 51 | 112 | 0 | 0 | 413 | 144 | 77 |
| Binary | 10010111 | 1000010 | 11111111 | 101001 | 1001010 | 0 | 0 | 100001011 | 1100100 | 111111 |
Color Harmonies of #9742FF
Complementary color
Monochromatic Colors of #9742FF
Black with #9742FF
Text Example
Text Example
White with #9742FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9742FF; }
p { color: rgb(151,66,255); }
H1.HeaderClassName
{
color: #9742FF;
}
.AnyTagClassName
{
color: #9742FF;
}
</style>
background-color css
<style>
a { background-color: #9742FF; }
a { background-color: rgb(151,66,255); }
div.DivClassName
{
background-color: #9742FF;
}
.BgClassName
{
background-color: #9742FF;
}
</style>
border-color css
<style>
span { border-color: #9742FF; }
span { border-color: rgb(151,66,255); }
td.TdClassName
{
border-color: #9742FF;
}
.TagClassName
{
border-color: #9742FF;
}
</style>