Shades of Blue Violet #9741FF
Tints of Blue Violet #9741FF
RGB
CMYK
RGB Variations
Color information
#9741FF (or 0x9741FF) is known color: Blue Violet. HEX triplet: 97, 41 and FF. RGB value is (151,65,255). Sum of RGB (Red+Green+Blue) = 151+65+255=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #9741FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9741FF is #68BE00. Grayscale: #6F6F6F. Windows color (decimal): -6864385 or 16728471. OLE color: 16728471.
HSL color Cylindrical-coordinate representation of color #9741FF: hue angle of 267.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9741FF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 65 | 255 | - |
| CMYK | 0.41 | 0.75 | 0 | 0 |
| HSL | 267.16º | 1% | 0.63% | - |
| HSV(B) | 267.16º | 0.75% | 1% | - |
| XYZ | 32.7 | 17.58 | 96.28 | - |
| YUV | 112.37 | 208.49 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 255 | 0.41 | 0.75 | 0 | 0 | 267.16 | 1 | 0.63 |
| Hex | 97 | 41 | FF | 29 | 4B | 0 | 0 | 10B | 64 | 3F |
| Octal | 227 | 101 | 377 | 51 | 113 | 0 | 0 | 413 | 144 | 77 |
| Binary | 10010111 | 1000001 | 11111111 | 101001 | 1001011 | 0 | 0 | 100001011 | 1100100 | 111111 |
Color Harmonies of #9741FF
Complementary color
Monochromatic Colors of #9741FF
Black with #9741FF
Text Example
Text Example
White with #9741FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741FF; }
p { color: rgb(151,65,255); }
H1.HeaderClassName
{
color: #9741FF;
}
.AnyTagClassName
{
color: #9741FF;
}
</style>
background-color css
<style>
a { background-color: #9741FF; }
a { background-color: rgb(151,65,255); }
div.DivClassName
{
background-color: #9741FF;
}
.BgClassName
{
background-color: #9741FF;
}
</style>
border-color css
<style>
span { border-color: #9741FF; }
span { border-color: rgb(151,65,255); }
td.TdClassName
{
border-color: #9741FF;
}
.TagClassName
{
border-color: #9741FF;
}
</style>