Shades of Vivid Violet #94359A
Tints of Vivid Violet #94359A
RGB
CMYK
RGB Variations
Color information
#94359A (or 0x94359A) is known color: Vivid Violet. HEX triplet: 94, 35 and 9A. RGB value is (148,53,154). Sum of RGB (Red+Green+Blue) = 148+53+154=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #94359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94359A is #6BCA65. Grayscale: #5C5C5C. Windows color (decimal): -7064166 or 10106260. OLE color: 10106260.
HSL color Cylindrical-coordinate representation of color #94359A: hue angle of 296.44º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94359A is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 53 | 154 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.40 |
| HSL | 296.44º | 0.49% | 0.41% | - |
| HSV(B) | 296.44º | 0.66% | 0.6% | - |
| XYZ | 19.32 | 11.18 | 31.71 | - |
| YUV | 92.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 154 | 0.04 | 0.66 | 0 | 0.40 | 296.44 | 0.49 | 0.41 |
| Hex | 94 | 35 | 9A | 4 | 42 | 0 | 28 | 128 | 31 | 29 |
| Octal | 224 | 65 | 232 | 4 | 102 | 0 | 50 | 450 | 61 | 51 |
| Binary | 10010100 | 110101 | 10011010 | 100 | 1000010 | 0 | 101000 | 100101000 | 110001 | 101001 |
Color Harmonies of #94359A
Complementary color
Monochromatic Colors of #94359A
Black with #94359A
Text Example
Text Example
White with #94359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94359A; }
p { color: rgb(148,53,154); }
H1.HeaderClassName
{
color: #94359A;
}
.AnyTagClassName
{
color: #94359A;
}
</style>
background-color css
<style>
a { background-color: #94359A; }
a { background-color: rgb(148,53,154); }
div.DivClassName
{
background-color: #94359A;
}
.BgClassName
{
background-color: #94359A;
}
</style>
border-color css
<style>
span { border-color: #94359A; }
span { border-color: rgb(148,53,154); }
td.TdClassName
{
border-color: #94359A;
}
.TagClassName
{
border-color: #94359A;
}
</style>