Shades of Vivid Violet #943BA8
Tints of Vivid Violet #943BA8
RGB
CMYK
RGB Variations
Color information
#943BA8 (or 0x943BA8) is known color: Vivid Violet. HEX triplet: 94, 3B and A8. RGB value is (148,59,168). Sum of RGB (Red+Green+Blue) = 148+59+168=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #943BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943BA8 is #6BC457. Grayscale: #616161. Windows color (decimal): -7062616 or 11025300. OLE color: 11025300.
HSL color Cylindrical-coordinate representation of color #943BA8: hue angle of 288.99º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943BA8 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 59 | 168 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.34 |
| HSL | 288.99º | 0.48% | 0.45% | - |
| HSV(B) | 288.99º | 0.65% | 0.66% | - |
| XYZ | 20.84 | 12.25 | 38.31 | - |
| YUV | 98.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 168 | 0.12 | 0.65 | 0 | 0.34 | 288.99 | 0.48 | 0.45 |
| Hex | 94 | 3B | A8 | C | 41 | 0 | 22 | 121 | 30 | 2D |
| Octal | 224 | 73 | 250 | 14 | 101 | 0 | 42 | 441 | 60 | 55 |
| Binary | 10010100 | 111011 | 10101000 | 1100 | 1000001 | 0 | 100010 | 100100001 | 110000 | 101101 |
Color Harmonies of #943BA8
Complementary color
Monochromatic Colors of #943BA8
Black with #943BA8
Text Example
Text Example
White with #943BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BA8; }
p { color: rgb(148,59,168); }
H1.HeaderClassName
{
color: #943BA8;
}
.AnyTagClassName
{
color: #943BA8;
}
</style>
background-color css
<style>
a { background-color: #943BA8; }
a { background-color: rgb(148,59,168); }
div.DivClassName
{
background-color: #943BA8;
}
.BgClassName
{
background-color: #943BA8;
}
</style>
border-color css
<style>
span { border-color: #943BA8; }
span { border-color: rgb(148,59,168); }
td.TdClassName
{
border-color: #943BA8;
}
.TagClassName
{
border-color: #943BA8;
}
</style>