Shades of Blue Violet #934BE7
Tints of Blue Violet #934BE7
RGB
CMYK
RGB Variations
Color information
#934BE7 (or 0x934BE7) is known color: Blue Violet. HEX triplet: 93, 4B and E7. RGB value is (147,75,231). Sum of RGB (Red+Green+Blue) = 147+75+231=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #934BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #934BE7 is #6CB418. Grayscale: #717171. Windows color (decimal): -7123993 or 15158163. OLE color: 15158163.
HSL color Cylindrical-coordinate representation of color #934BE7: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #934BE7 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 75 | 231 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.09 |
| HSL | 267.69º | 0.76% | 0.6% | - |
| HSV(B) | 267.69º | 0.68% | 0.91% | - |
| XYZ | 28.97 | 17 | 77.36 | - |
| YUV | 114.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 231 | 0.36 | 0.68 | 0 | 0.09 | 267.69 | 0.76 | 0.6 |
| Hex | 93 | 4B | E7 | 24 | 44 | 0 | 9 | 10C | 4C | 3C |
| Octal | 223 | 113 | 347 | 44 | 104 | 0 | 11 | 414 | 114 | 74 |
| Binary | 10010011 | 1001011 | 11100111 | 100100 | 1000100 | 0 | 1001 | 100001100 | 1001100 | 111100 |
Color Harmonies of #934BE7
Complementary color
Monochromatic Colors of #934BE7
Black with #934BE7
Text Example
Text Example
White with #934BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BE7; }
p { color: rgb(147,75,231); }
H1.HeaderClassName
{
color: #934BE7;
}
.AnyTagClassName
{
color: #934BE7;
}
</style>
background-color css
<style>
a { background-color: #934BE7; }
a { background-color: rgb(147,75,231); }
div.DivClassName
{
background-color: #934BE7;
}
.BgClassName
{
background-color: #934BE7;
}
</style>
border-color css
<style>
span { border-color: #934BE7; }
span { border-color: rgb(147,75,231); }
td.TdClassName
{
border-color: #934BE7;
}
.TagClassName
{
border-color: #934BE7;
}
</style>