Shades of Blue Violet #9A30FA
Tints of Blue Violet #9A30FA
RGB
CMYK
RGB Variations
Color information
#9A30FA (or 0x9A30FA) is known color: Blue Violet. HEX triplet: 9A, 30 and FA. RGB value is (154,48,250). Sum of RGB (Red+Green+Blue) = 154+48+250=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A30FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A30FA is #65CF05. Grayscale: #666666. Windows color (decimal): -6672134 or 16396442. OLE color: 16396442.
HSL color Cylindrical-coordinate representation of color #9A30FA: hue angle of 271.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A30FA is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 48 | 250 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.02 |
| HSL | 271.49º | 0.95% | 0.58% | - |
| HSV(B) | 271.49º | 0.81% | 0.98% | - |
| XYZ | 31.64 | 15.89 | 91.84 | - |
| YUV | 102.72 | 211.12 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 250 | 0.38 | 0.81 | 0 | 0.02 | 271.49 | 0.95 | 0.58 |
| Hex | 9A | 30 | FA | 26 | 51 | 0 | 2 | 10F | 5F | 3A |
| Octal | 232 | 60 | 372 | 46 | 121 | 0 | 2 | 417 | 137 | 72 |
| Binary | 10011010 | 110000 | 11111010 | 100110 | 1010001 | 0 | 10 | 100001111 | 1011111 | 111010 |
Color Harmonies of #9A30FA
Complementary color
Monochromatic Colors of #9A30FA
Black with #9A30FA
Text Example
Text Example
White with #9A30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A30FA; }
p { color: rgb(154,48,250); }
H1.HeaderClassName
{
color: #9A30FA;
}
.AnyTagClassName
{
color: #9A30FA;
}
</style>
background-color css
<style>
a { background-color: #9A30FA; }
a { background-color: rgb(154,48,250); }
div.DivClassName
{
background-color: #9A30FA;
}
.BgClassName
{
background-color: #9A30FA;
}
</style>
border-color css
<style>
span { border-color: #9A30FA; }
span { border-color: rgb(154,48,250); }
td.TdClassName
{
border-color: #9A30FA;
}
.TagClassName
{
border-color: #9A30FA;
}
</style>