Shades of Blue Violet #933DFB
Tints of Blue Violet #933DFB
RGB
CMYK
RGB Variations
Color information
#933DFB (or 0x933DFB) is known color: Blue Violet. HEX triplet: 93, 3D and FB. RGB value is (147,61,251). Sum of RGB (Red+Green+Blue) = 147+61+251=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #933DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933DFB is #6CC204. Grayscale: #6B6B6B. Windows color (decimal): -7127557 or 16465299. OLE color: 16465299.
HSL color Cylindrical-coordinate representation of color #933DFB: hue angle of 267.16º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #933DFB is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 61 | 251 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.02 |
| HSL | 267.16º | 0.96% | 0.61% | - |
| HSV(B) | 267.16º | 0.76% | 0.98% | - |
| XYZ | 31.11 | 16.51 | 92.81 | - |
| YUV | 108.37 | 208.49 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 251 | 0.41 | 0.76 | 0 | 0.02 | 267.16 | 0.96 | 0.61 |
| Hex | 93 | 3D | FB | 29 | 4C | 0 | 2 | 10B | 60 | 3D |
| Octal | 223 | 75 | 373 | 51 | 114 | 0 | 2 | 413 | 140 | 75 |
| Binary | 10010011 | 111101 | 11111011 | 101001 | 1001100 | 0 | 10 | 100001011 | 1100000 | 111101 |
Color Harmonies of #933DFB
Complementary color
Monochromatic Colors of #933DFB
Black with #933DFB
Text Example
Text Example
White with #933DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933DFB; }
p { color: rgb(147,61,251); }
H1.HeaderClassName
{
color: #933DFB;
}
.AnyTagClassName
{
color: #933DFB;
}
</style>
background-color css
<style>
a { background-color: #933DFB; }
a { background-color: rgb(147,61,251); }
div.DivClassName
{
background-color: #933DFB;
}
.BgClassName
{
background-color: #933DFB;
}
</style>
border-color css
<style>
span { border-color: #933DFB; }
span { border-color: rgb(147,61,251); }
td.TdClassName
{
border-color: #933DFB;
}
.TagClassName
{
border-color: #933DFB;
}
</style>