Shades of Blue Violet #934CED
Tints of Blue Violet #934CED
RGB
CMYK
RGB Variations
Color information
#934CED (or 0x934CED) is known color: Blue Violet. HEX triplet: 93, 4C and ED. RGB value is (147,76,237). Sum of RGB (Red+Green+Blue) = 147+76+237=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #934CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #934CED is #6CB312. Grayscale: #737373. Windows color (decimal): -7123731 or 15551635. OLE color: 15551635.
HSL color Cylindrical-coordinate representation of color #934CED: hue angle of 266.46º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #934CED is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 76 | 237 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.07 |
| HSL | 266.46º | 0.82% | 0.61% | - |
| HSV(B) | 266.46º | 0.68% | 0.93% | - |
| XYZ | 29.9 | 17.49 | 81.92 | - |
| YUV | 115.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 237 | 0.38 | 0.68 | 0 | 0.07 | 266.46 | 0.82 | 0.61 |
| Hex | 93 | 4C | ED | 26 | 44 | 0 | 7 | 10A | 52 | 3D |
| Octal | 223 | 114 | 355 | 46 | 104 | 0 | 7 | 412 | 122 | 75 |
| Binary | 10010011 | 1001100 | 11101101 | 100110 | 1000100 | 0 | 111 | 100001010 | 1010010 | 111101 |
Color Harmonies of #934CED
Complementary color
Monochromatic Colors of #934CED
Black with #934CED
Text Example
Text Example
White with #934CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CED; }
p { color: rgb(147,76,237); }
H1.HeaderClassName
{
color: #934CED;
}
.AnyTagClassName
{
color: #934CED;
}
</style>
background-color css
<style>
a { background-color: #934CED; }
a { background-color: rgb(147,76,237); }
div.DivClassName
{
background-color: #934CED;
}
.BgClassName
{
background-color: #934CED;
}
</style>
border-color css
<style>
span { border-color: #934CED; }
span { border-color: rgb(147,76,237); }
td.TdClassName
{
border-color: #934CED;
}
.TagClassName
{
border-color: #934CED;
}
</style>