Shades of Blue Violet #9731FD
Tints of Blue Violet #9731FD
RGB
CMYK
RGB Variations
Color information
#9731FD (or 0x9731FD) is known color: Blue Violet. HEX triplet: 97, 31 and FD. RGB value is (151,49,253). Sum of RGB (Red+Green+Blue) = 151+49+253=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #9731FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9731FD is #68CE02. Grayscale: #666666. Windows color (decimal): -6868483 or 16593303. OLE color: 16593303.
HSL color Cylindrical-coordinate representation of color #9731FD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9731FD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 49 | 253 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.59% | - |
| HSV(B) | 270º | 0.81% | 0.99% | - |
| XYZ | 31.59 | 15.87 | 94.33 | - |
| YUV | 102.75 | 212.79 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 253 | 0.40 | 0.81 | 0 | 0.01 | 270 | 0.98 | 0.59 |
| Hex | 97 | 31 | FD | 28 | 51 | 0 | 1 | 10E | 62 | 3B |
| Octal | 227 | 61 | 375 | 50 | 121 | 0 | 1 | 416 | 142 | 73 |
| Binary | 10010111 | 110001 | 11111101 | 101000 | 1010001 | 0 | 1 | 100001110 | 1100010 | 111011 |
Color Harmonies of #9731FD
Complementary color
Monochromatic Colors of #9731FD
Black with #9731FD
Text Example
Text Example
White with #9731FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9731FD; }
p { color: rgb(151,49,253); }
H1.HeaderClassName
{
color: #9731FD;
}
.AnyTagClassName
{
color: #9731FD;
}
</style>
background-color css
<style>
a { background-color: #9731FD; }
a { background-color: rgb(151,49,253); }
div.DivClassName
{
background-color: #9731FD;
}
.BgClassName
{
background-color: #9731FD;
}
</style>
border-color css
<style>
span { border-color: #9731FD; }
span { border-color: rgb(151,49,253); }
td.TdClassName
{
border-color: #9731FD;
}
.TagClassName
{
border-color: #9731FD;
}
</style>