Shades of Blue Violet #9730ED
Tints of Blue Violet #9730ED
RGB
CMYK
RGB Variations
Color information
#9730ED (or 0x9730ED) is known color: Blue Violet. HEX triplet: 97, 30 and ED. RGB value is (151,48,237). Sum of RGB (Red+Green+Blue) = 151+48+237=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #9730ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9730ED is #68CF12. Grayscale: #636363. Windows color (decimal): -6868755 or 15544471. OLE color: 15544471.
HSL color Cylindrical-coordinate representation of color #9730ED: hue angle of 272.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9730ED is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 48 | 237 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.07 |
| HSL | 272.7º | 0.84% | 0.56% | - |
| HSV(B) | 272.7º | 0.8% | 0.93% | - |
| XYZ | 29.11 | 14.81 | 81.44 | - |
| YUV | 100.34 | 205.12 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 48 | 237 | 0.36 | 0.80 | 0 | 0.07 | 272.7 | 0.84 | 0.56 |
| Hex | 97 | 30 | ED | 24 | 50 | 0 | 7 | 111 | 54 | 38 |
| Octal | 227 | 60 | 355 | 44 | 120 | 0 | 7 | 421 | 124 | 70 |
| Binary | 10010111 | 110000 | 11101101 | 100100 | 1010000 | 0 | 111 | 100010001 | 1010100 | 111000 |
Color Harmonies of #9730ED
Complementary color
Monochromatic Colors of #9730ED
Black with #9730ED
Text Example
Text Example
White with #9730ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9730ED; }
p { color: rgb(151,48,237); }
H1.HeaderClassName
{
color: #9730ED;
}
.AnyTagClassName
{
color: #9730ED;
}
</style>
background-color css
<style>
a { background-color: #9730ED; }
a { background-color: rgb(151,48,237); }
div.DivClassName
{
background-color: #9730ED;
}
.BgClassName
{
background-color: #9730ED;
}
</style>
border-color css
<style>
span { border-color: #9730ED; }
span { border-color: rgb(151,48,237); }
td.TdClassName
{
border-color: #9730ED;
}
.TagClassName
{
border-color: #9730ED;
}
</style>