Shades of Vivid Violet #94339D
Tints of Vivid Violet #94339D
RGB
CMYK
RGB Variations
Color information
#94339D (or 0x94339D) is known color: Vivid Violet. HEX triplet: 94, 33 and 9D. RGB value is (148,51,157). Sum of RGB (Red+Green+Blue) = 148+51+157=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #94339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94339D is #6BCC62. Grayscale: #5B5B5B. Windows color (decimal): -7064675 or 10302356. OLE color: 10302356.
HSL color Cylindrical-coordinate representation of color #94339D: hue angle of 294.91º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94339D is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 51 | 157 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.38 |
| HSL | 294.91º | 0.51% | 0.41% | - |
| HSV(B) | 294.91º | 0.68% | 0.62% | - |
| XYZ | 19.48 | 11.1 | 33.01 | - |
| YUV | 92.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 157 | 0.06 | 0.68 | 0 | 0.38 | 294.91 | 0.51 | 0.41 |
| Hex | 94 | 33 | 9D | 6 | 44 | 0 | 26 | 127 | 33 | 29 |
| Octal | 224 | 63 | 235 | 6 | 104 | 0 | 46 | 447 | 63 | 51 |
| Binary | 10010100 | 110011 | 10011101 | 110 | 1000100 | 0 | 100110 | 100100111 | 110011 | 101001 |
Color Harmonies of #94339D
Complementary color
Monochromatic Colors of #94339D
Black with #94339D
Text Example
Text Example
White with #94339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94339D; }
p { color: rgb(148,51,157); }
H1.HeaderClassName
{
color: #94339D;
}
.AnyTagClassName
{
color: #94339D;
}
</style>
background-color css
<style>
a { background-color: #94339D; }
a { background-color: rgb(148,51,157); }
div.DivClassName
{
background-color: #94339D;
}
.BgClassName
{
background-color: #94339D;
}
</style>
border-color css
<style>
span { border-color: #94339D; }
span { border-color: rgb(148,51,157); }
td.TdClassName
{
border-color: #94339D;
}
.TagClassName
{
border-color: #94339D;
}
</style>