Shades of Blue Violet #930AFF
Tints of Blue Violet #930AFF
RGB
CMYK
RGB Variations
Color information
#930AFF (or 0x930AFF) is known color: Blue Violet. HEX triplet: 93, 0A and FF. RGB value is (147,10,255). Sum of RGB (Red+Green+Blue) = 147+10+255=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #930AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930AFF is #6CF500. Grayscale: #4E4E4E. Windows color (decimal): -7140609 or 16714387. OLE color: 16714387.
HSL color Cylindrical-coordinate representation of color #930AFF: hue angle of 273.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930AFF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 10 | 255 | - |
| CMYK | 0.42 | 0.96 | 0 | 0 |
| HSL | 273.55º | 1% | 0.52% | - |
| HSV(B) | 273.55º | 0.96% | 1% | - |
| XYZ | 30.19 | 13.64 | 95.65 | - |
| YUV | 78.89 | 227.39 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 255 | 0.42 | 0.96 | 0 | 0 | 273.55 | 1 | 0.52 |
| Hex | 93 | A | FF | 2A | 60 | 0 | 0 | 112 | 64 | 34 |
| Octal | 223 | 12 | 377 | 52 | 140 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010011 | 1010 | 11111111 | 101010 | 1100000 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #930AFF
Complementary color
Monochromatic Colors of #930AFF
Black with #930AFF
Text Example
Text Example
White with #930AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930AFF; }
p { color: rgb(147,10,255); }
H1.HeaderClassName
{
color: #930AFF;
}
.AnyTagClassName
{
color: #930AFF;
}
</style>
background-color css
<style>
a { background-color: #930AFF; }
a { background-color: rgb(147,10,255); }
div.DivClassName
{
background-color: #930AFF;
}
.BgClassName
{
background-color: #930AFF;
}
</style>
border-color css
<style>
span { border-color: #930AFF; }
span { border-color: rgb(147,10,255); }
td.TdClassName
{
border-color: #930AFF;
}
.TagClassName
{
border-color: #930AFF;
}
</style>