Shades of Blue Violet #9746EA
Tints of Blue Violet #9746EA
RGB
CMYK
RGB Variations
Color information
#9746EA (or 0x9746EA) is known color: Blue Violet. HEX triplet: 97, 46 and EA. RGB value is (151,70,234). Sum of RGB (Red+Green+Blue) = 151+70+234=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #9746EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9746EA is #68B915. Grayscale: #707070. Windows color (decimal): -6863126 or 15353495. OLE color: 15353495.
HSL color Cylindrical-coordinate representation of color #9746EA: hue angle of 269.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9746EA is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 70 | 234 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.08 |
| HSL | 269.63º | 0.8% | 0.6% | - |
| HSV(B) | 269.63º | 0.7% | 0.92% | - |
| XYZ | 29.8 | 16.9 | 79.53 | - |
| YUV | 112.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 234 | 0.35 | 0.70 | 0 | 0.08 | 269.63 | 0.8 | 0.6 |
| Hex | 97 | 46 | EA | 23 | 46 | 0 | 8 | 10E | 50 | 3C |
| Octal | 227 | 106 | 352 | 43 | 106 | 0 | 10 | 416 | 120 | 74 |
| Binary | 10010111 | 1000110 | 11101010 | 100011 | 1000110 | 0 | 1000 | 100001110 | 1010000 | 111100 |
Color Harmonies of #9746EA
Complementary color
Monochromatic Colors of #9746EA
Black with #9746EA
Text Example
Text Example
White with #9746EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9746EA; }
p { color: rgb(151,70,234); }
H1.HeaderClassName
{
color: #9746EA;
}
.AnyTagClassName
{
color: #9746EA;
}
</style>
background-color css
<style>
a { background-color: #9746EA; }
a { background-color: rgb(151,70,234); }
div.DivClassName
{
background-color: #9746EA;
}
.BgClassName
{
background-color: #9746EA;
}
</style>
border-color css
<style>
span { border-color: #9746EA; }
span { border-color: rgb(151,70,234); }
td.TdClassName
{
border-color: #9746EA;
}
.TagClassName
{
border-color: #9746EA;
}
</style>