Shades of Blue Violet #9325FF
Tints of Blue Violet #9325FF
RGB
CMYK
RGB Variations
Color information
#9325FF (or 0x9325FF) is known color: Blue Violet. HEX triplet: 93, 25 and FF. RGB value is (147,37,255). Sum of RGB (Red+Green+Blue) = 147+37+255=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #9325FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9325FF is #6CDA00. Grayscale: #5D5D5D. Windows color (decimal): -7133697 or 16721299. OLE color: 16721299.
HSL color Cylindrical-coordinate representation of color #9325FF: hue angle of 270.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9325FF is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 37 | 255 | - |
| CMYK | 0.42 | 0.85 | 0 | 0 |
| HSL | 270.28º | 1% | 0.57% | - |
| HSV(B) | 270.28º | 0.85% | 1% | - |
| XYZ | 30.74 | 14.75 | 95.83 | - |
| YUV | 94.74 | 218.44 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 255 | 0.42 | 0.85 | 0 | 0 | 270.28 | 1 | 0.57 |
| Hex | 93 | 25 | FF | 2A | 55 | 0 | 0 | 10E | 64 | 39 |
| Octal | 223 | 45 | 377 | 52 | 125 | 0 | 0 | 416 | 144 | 71 |
| Binary | 10010011 | 100101 | 11111111 | 101010 | 1010101 | 0 | 0 | 100001110 | 1100100 | 111001 |
Color Harmonies of #9325FF
Complementary color
Monochromatic Colors of #9325FF
Black with #9325FF
Text Example
Text Example
White with #9325FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9325FF; }
p { color: rgb(147,37,255); }
H1.HeaderClassName
{
color: #9325FF;
}
.AnyTagClassName
{
color: #9325FF;
}
</style>
background-color css
<style>
a { background-color: #9325FF; }
a { background-color: rgb(147,37,255); }
div.DivClassName
{
background-color: #9325FF;
}
.BgClassName
{
background-color: #9325FF;
}
</style>
border-color css
<style>
span { border-color: #9325FF; }
span { border-color: rgb(147,37,255); }
td.TdClassName
{
border-color: #9325FF;
}
.TagClassName
{
border-color: #9325FF;
}
</style>