Shades of Blue Violet #934AFB
Tints of Blue Violet #934AFB
RGB
CMYK
RGB Variations
Color information
#934AFB (or 0x934AFB) is known color: Blue Violet. HEX triplet: 93, 4A and FB. RGB value is (147,74,251). Sum of RGB (Red+Green+Blue) = 147+74+251=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #934AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #934AFB is #6CB504. Grayscale: #737373. Windows color (decimal): -7124229 or 16468627. OLE color: 16468627.
HSL color Cylindrical-coordinate representation of color #934AFB: hue angle of 264.75º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #934AFB is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 74 | 251 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.02 |
| HSL | 264.75º | 0.96% | 0.64% | - |
| HSV(B) | 264.75º | 0.71% | 0.98% | - |
| XYZ | 31.89 | 18.07 | 93.07 | - |
| YUV | 116.01 | 204.18 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 251 | 0.41 | 0.71 | 0 | 0.02 | 264.75 | 0.96 | 0.64 |
| Hex | 93 | 4A | FB | 29 | 47 | 0 | 2 | 109 | 60 | 40 |
| Octal | 223 | 112 | 373 | 51 | 107 | 0 | 2 | 411 | 140 | 100 |
| Binary | 10010011 | 1001010 | 11111011 | 101001 | 1000111 | 0 | 10 | 100001001 | 1100000 | 1000000 |
Color Harmonies of #934AFB
Complementary color
Monochromatic Colors of #934AFB
Black with #934AFB
Text Example
Text Example
White with #934AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AFB; }
p { color: rgb(147,74,251); }
H1.HeaderClassName
{
color: #934AFB;
}
.AnyTagClassName
{
color: #934AFB;
}
</style>
background-color css
<style>
a { background-color: #934AFB; }
a { background-color: rgb(147,74,251); }
div.DivClassName
{
background-color: #934AFB;
}
.BgClassName
{
background-color: #934AFB;
}
</style>
border-color css
<style>
span { border-color: #934AFB; }
span { border-color: rgb(147,74,251); }
td.TdClassName
{
border-color: #934AFB;
}
.TagClassName
{
border-color: #934AFB;
}
</style>