Shades of Vivid Violet #94289D
Tints of Vivid Violet #94289D
RGB
CMYK
RGB Variations
Color information
#94289D (or 0x94289D) is known color: Vivid Violet. HEX triplet: 94, 28 and 9D. RGB value is (148,40,157). Sum of RGB (Red+Green+Blue) = 148+40+157=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #94289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94289D is #6BD762. Grayscale: #555555. Windows color (decimal): -7067491 or 10299540. OLE color: 10299540.
HSL color Cylindrical-coordinate representation of color #94289D: hue angle of 295.38º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94289D is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 40 | 157 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.38 |
| HSL | 295.38º | 0.59% | 0.39% | - |
| HSV(B) | 295.38º | 0.75% | 0.62% | - |
| XYZ | 19.06 | 10.25 | 32.87 | - |
| YUV | 85.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 157 | 0.06 | 0.75 | 0 | 0.38 | 295.38 | 0.59 | 0.39 |
| Hex | 94 | 28 | 9D | 6 | 4B | 0 | 26 | 127 | 3B | 27 |
| Octal | 224 | 50 | 235 | 6 | 113 | 0 | 46 | 447 | 73 | 47 |
| Binary | 10010100 | 101000 | 10011101 | 110 | 1001011 | 0 | 100110 | 100100111 | 111011 | 100111 |
Color Harmonies of #94289D
Complementary color
Monochromatic Colors of #94289D
Black with #94289D
Text Example
Text Example
White with #94289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94289D; }
p { color: rgb(148,40,157); }
H1.HeaderClassName
{
color: #94289D;
}
.AnyTagClassName
{
color: #94289D;
}
</style>
background-color css
<style>
a { background-color: #94289D; }
a { background-color: rgb(148,40,157); }
div.DivClassName
{
background-color: #94289D;
}
.BgClassName
{
background-color: #94289D;
}
</style>
border-color css
<style>
span { border-color: #94289D; }
span { border-color: rgb(148,40,157); }
td.TdClassName
{
border-color: #94289D;
}
.TagClassName
{
border-color: #94289D;
}
</style>