Shades of Vivid Violet #94428C
Tints of Vivid Violet #94428C
RGB
CMYK
RGB Variations
Color information
#94428C (or 0x94428C) is known color: Vivid Violet. HEX triplet: 94, 42 and 8C. RGB value is (148,66,140). Sum of RGB (Red+Green+Blue) = 148+66+140=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94428C is #6BBD73. Grayscale: #626262. Windows color (decimal): -7060852 or 9192084. OLE color: 9192084.
HSL color Cylindrical-coordinate representation of color #94428C: hue angle of 305.85º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94428C is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 140 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.42 |
| HSL | 305.85º | 0.38% | 0.42% | - |
| HSV(B) | 305.85º | 0.55% | 0.58% | - |
| XYZ | 18.89 | 12.09 | 26.15 | - |
| YUV | 98.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 140 | 0 | 0.55 | 0.05 | 0.42 | 305.85 | 0.38 | 0.42 |
| Hex | 94 | 42 | 8C | 0 | 37 | 5 | 2A | 132 | 26 | 2A |
| Octal | 224 | 102 | 214 | 0 | 67 | 5 | 52 | 462 | 46 | 52 |
| Binary | 10010100 | 1000010 | 10001100 | 0 | 110111 | 101 | 101010 | 100110010 | 100110 | 101010 |
Color Harmonies of #94428C
Complementary color
Monochromatic Colors of #94428C
Black with #94428C
Text Example
Text Example
White with #94428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94428C; }
p { color: rgb(148,66,140); }
H1.HeaderClassName
{
color: #94428C;
}
.AnyTagClassName
{
color: #94428C;
}
</style>
background-color css
<style>
a { background-color: #94428C; }
a { background-color: rgb(148,66,140); }
div.DivClassName
{
background-color: #94428C;
}
.BgClassName
{
background-color: #94428C;
}
</style>
border-color css
<style>
span { border-color: #94428C; }
span { border-color: rgb(148,66,140); }
td.TdClassName
{
border-color: #94428C;
}
.TagClassName
{
border-color: #94428C;
}
</style>