Shades of Blue Violet #9742EC
Tints of Blue Violet #9742EC
RGB
CMYK
RGB Variations
Color information
#9742EC (or 0x9742EC) is known color: Blue Violet. HEX triplet: 97, 42 and EC. RGB value is (151,66,236). Sum of RGB (Red+Green+Blue) = 151+66+236=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #9742EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9742EC is #68BD13. Grayscale: #6E6E6E. Windows color (decimal): -6864148 or 15483543. OLE color: 15483543.
HSL color Cylindrical-coordinate representation of color #9742EC: hue angle of 270º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9742EC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 66 | 236 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.07 |
| HSL | 270º | 0.82% | 0.59% | - |
| HSV(B) | 270º | 0.72% | 0.93% | - |
| XYZ | 29.85 | 16.53 | 80.97 | - |
| YUV | 110.8 | 198.66 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 236 | 0.36 | 0.72 | 0 | 0.07 | 270 | 0.82 | 0.59 |
| Hex | 97 | 42 | EC | 24 | 48 | 0 | 7 | 10E | 52 | 3B |
| Octal | 227 | 102 | 354 | 44 | 110 | 0 | 7 | 416 | 122 | 73 |
| Binary | 10010111 | 1000010 | 11101100 | 100100 | 1001000 | 0 | 111 | 100001110 | 1010010 | 111011 |
Color Harmonies of #9742EC
Complementary color
Monochromatic Colors of #9742EC
Black with #9742EC
Text Example
Text Example
White with #9742EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9742EC; }
p { color: rgb(151,66,236); }
H1.HeaderClassName
{
color: #9742EC;
}
.AnyTagClassName
{
color: #9742EC;
}
</style>
background-color css
<style>
a { background-color: #9742EC; }
a { background-color: rgb(151,66,236); }
div.DivClassName
{
background-color: #9742EC;
}
.BgClassName
{
background-color: #9742EC;
}
</style>
border-color css
<style>
span { border-color: #9742EC; }
span { border-color: rgb(151,66,236); }
td.TdClassName
{
border-color: #9742EC;
}
.TagClassName
{
border-color: #9742EC;
}
</style>