Shades of Blue Violet #9340FF
Tints of Blue Violet #9340FF
RGB
CMYK
RGB Variations
Color information
#9340FF (or 0x9340FF) is known color: Blue Violet. HEX triplet: 93, 40 and FF. RGB value is (147,64,255). Sum of RGB (Red+Green+Blue) = 147+64+255=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #9340FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9340FF is #6CBF00. Grayscale: #6D6D6D. Windows color (decimal): -7126785 or 16728211. OLE color: 16728211.
HSL color Cylindrical-coordinate representation of color #9340FF: hue angle of 266.07º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9340FF is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 64 | 255 | - |
| CMYK | 0.42 | 0.75 | 0 | 0 |
| HSL | 266.07º | 1% | 0.63% | - |
| HSV(B) | 266.07º | 0.75% | 1% | - |
| XYZ | 31.92 | 17.09 | 96.22 | - |
| YUV | 110.59 | 209.5 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 255 | 0.42 | 0.75 | 0 | 0 | 266.07 | 1 | 0.63 |
| Hex | 93 | 40 | FF | 2A | 4B | 0 | 0 | 10A | 64 | 3F |
| Octal | 223 | 100 | 377 | 52 | 113 | 0 | 0 | 412 | 144 | 77 |
| Binary | 10010011 | 1000000 | 11111111 | 101010 | 1001011 | 0 | 0 | 100001010 | 1100100 | 111111 |
Color Harmonies of #9340FF
Complementary color
Monochromatic Colors of #9340FF
Black with #9340FF
Text Example
Text Example
White with #9340FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9340FF; }
p { color: rgb(147,64,255); }
H1.HeaderClassName
{
color: #9340FF;
}
.AnyTagClassName
{
color: #9340FF;
}
</style>
background-color css
<style>
a { background-color: #9340FF; }
a { background-color: rgb(147,64,255); }
div.DivClassName
{
background-color: #9340FF;
}
.BgClassName
{
background-color: #9340FF;
}
</style>
border-color css
<style>
span { border-color: #9340FF; }
span { border-color: rgb(147,64,255); }
td.TdClassName
{
border-color: #9340FF;
}
.TagClassName
{
border-color: #9340FF;
}
</style>