Shades of Blue Violet #9738E6
Tints of Blue Violet #9738E6
RGB
CMYK
RGB Variations
Color information
#9738E6 (or 0x9738E6) is known color: Blue Violet. HEX triplet: 97, 38 and E6. RGB value is (151,56,230). Sum of RGB (Red+Green+Blue) = 151+56+230=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #9738E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9738E6 is #68C719. Grayscale: #676767. Windows color (decimal): -6866714 or 15087767. OLE color: 15087767.
HSL color Cylindrical-coordinate representation of color #9738E6: hue angle of 272.76º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9738E6 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 56 | 230 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.10 |
| HSL | 272.76º | 0.78% | 0.56% | - |
| HSV(B) | 272.76º | 0.76% | 0.9% | - |
| XYZ | 28.46 | 15.12 | 76.28 | - |
| YUV | 104.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 230 | 0.34 | 0.76 | 0 | 0.10 | 272.76 | 0.78 | 0.56 |
| Hex | 97 | 38 | E6 | 22 | 4C | 0 | A | 111 | 4E | 38 |
| Octal | 227 | 70 | 346 | 42 | 114 | 0 | 12 | 421 | 116 | 70 |
| Binary | 10010111 | 111000 | 11100110 | 100010 | 1001100 | 0 | 1010 | 100010001 | 1001110 | 111000 |
Color Harmonies of #9738E6
Complementary color
Monochromatic Colors of #9738E6
Black with #9738E6
Text Example
Text Example
White with #9738E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9738E6; }
p { color: rgb(151,56,230); }
H1.HeaderClassName
{
color: #9738E6;
}
.AnyTagClassName
{
color: #9738E6;
}
</style>
background-color css
<style>
a { background-color: #9738E6; }
a { background-color: rgb(151,56,230); }
div.DivClassName
{
background-color: #9738E6;
}
.BgClassName
{
background-color: #9738E6;
}
</style>
border-color css
<style>
span { border-color: #9738E6; }
span { border-color: rgb(151,56,230); }
td.TdClassName
{
border-color: #9738E6;
}
.TagClassName
{
border-color: #9738E6;
}
</style>