Shades of Vivid Violet #94358F
Tints of Vivid Violet #94358F
RGB
CMYK
RGB Variations
Color information
#94358F (or 0x94358F) is known color: Vivid Violet. HEX triplet: 94, 35 and 8F. RGB value is (148,53,143). Sum of RGB (Red+Green+Blue) = 148+53+143=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94358F is #6BCA70. Grayscale: #5B5B5B. Windows color (decimal): -7064177 or 9385364. OLE color: 9385364.
HSL color Cylindrical-coordinate representation of color #94358F: hue angle of 303.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94358F is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 143 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.42 |
| HSL | 303.16º | 0.47% | 0.39% | - |
| HSV(B) | 303.16º | 0.64% | 0.58% | - |
| XYZ | 18.44 | 10.83 | 27.1 | - |
| YUV | 91.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 143 | 0 | 0.64 | 0.03 | 0.42 | 303.16 | 0.47 | 0.39 |
| Hex | 94 | 35 | 8F | 0 | 40 | 3 | 2A | 12F | 2F | 27 |
| Octal | 224 | 65 | 217 | 0 | 100 | 3 | 52 | 457 | 57 | 47 |
| Binary | 10010100 | 110101 | 10001111 | 0 | 1000000 | 11 | 101010 | 100101111 | 101111 | 100111 |
Color Harmonies of #94358F
Complementary color
Monochromatic Colors of #94358F
Black with #94358F
Text Example
Text Example
White with #94358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94358F; }
p { color: rgb(148,53,143); }
H1.HeaderClassName
{
color: #94358F;
}
.AnyTagClassName
{
color: #94358F;
}
</style>
background-color css
<style>
a { background-color: #94358F; }
a { background-color: rgb(148,53,143); }
div.DivClassName
{
background-color: #94358F;
}
.BgClassName
{
background-color: #94358F;
}
</style>
border-color css
<style>
span { border-color: #94358F; }
span { border-color: rgb(148,53,143); }
td.TdClassName
{
border-color: #94358F;
}
.TagClassName
{
border-color: #94358F;
}
</style>