Shades of Blue Violet #934AEA
Tints of Blue Violet #934AEA
RGB
CMYK
RGB Variations
Color information
#934AEA (or 0x934AEA) is known color: Blue Violet. HEX triplet: 93, 4A and EA. RGB value is (147,74,234). Sum of RGB (Red+Green+Blue) = 147+74+234=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #934AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #934AEA is #6CB515. Grayscale: #717171. Windows color (decimal): -7124246 or 15354515. OLE color: 15354515.
HSL color Cylindrical-coordinate representation of color #934AEA: hue angle of 267.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #934AEA is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 74 | 234 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.08 |
| HSL | 267.38º | 0.79% | 0.6% | - |
| HSV(B) | 267.38º | 0.68% | 0.92% | - |
| XYZ | 29.33 | 17.04 | 79.59 | - |
| YUV | 114.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 234 | 0.37 | 0.68 | 0 | 0.08 | 267.38 | 0.79 | 0.6 |
| Hex | 93 | 4A | EA | 25 | 44 | 0 | 8 | 10B | 4F | 3C |
| Octal | 223 | 112 | 352 | 45 | 104 | 0 | 10 | 413 | 117 | 74 |
| Binary | 10010011 | 1001010 | 11101010 | 100101 | 1000100 | 0 | 1000 | 100001011 | 1001111 | 111100 |
Color Harmonies of #934AEA
Complementary color
Monochromatic Colors of #934AEA
Black with #934AEA
Text Example
Text Example
White with #934AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AEA; }
p { color: rgb(147,74,234); }
H1.HeaderClassName
{
color: #934AEA;
}
.AnyTagClassName
{
color: #934AEA;
}
</style>
background-color css
<style>
a { background-color: #934AEA; }
a { background-color: rgb(147,74,234); }
div.DivClassName
{
background-color: #934AEA;
}
.BgClassName
{
background-color: #934AEA;
}
</style>
border-color css
<style>
span { border-color: #934AEA; }
span { border-color: rgb(147,74,234); }
td.TdClassName
{
border-color: #934AEA;
}
.TagClassName
{
border-color: #934AEA;
}
</style>