Shades of Vivid Violet #94438A
Tints of Vivid Violet #94438A
RGB
CMYK
RGB Variations
Color information
#94438A (or 0x94438A) is known color: Vivid Violet. HEX triplet: 94, 43 and 8A. RGB value is (148,67,138). Sum of RGB (Red+Green+Blue) = 148+67+138=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94438A is #6BBC75. Grayscale: #636363. Windows color (decimal): -7060598 or 9061268. OLE color: 9061268.
HSL color Cylindrical-coordinate representation of color #94438A: hue angle of 307.41º 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 #94438A is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 138 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.42 |
| HSL | 307.41º | 0.38% | 0.42% | - |
| HSV(B) | 307.41º | 0.55% | 0.58% | - |
| XYZ | 18.81 | 12.15 | 25.4 | - |
| YUV | 99.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 138 | 0 | 0.55 | 0.07 | 0.42 | 307.41 | 0.38 | 0.42 |
| Hex | 94 | 43 | 8A | 0 | 37 | 7 | 2A | 133 | 26 | 2A |
| Octal | 224 | 103 | 212 | 0 | 67 | 7 | 52 | 463 | 46 | 52 |
| Binary | 10010100 | 1000011 | 10001010 | 0 | 110111 | 111 | 101010 | 100110011 | 100110 | 101010 |
Color Harmonies of #94438A
Complementary color
Monochromatic Colors of #94438A
Black with #94438A
Text Example
Text Example
White with #94438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94438A; }
p { color: rgb(148,67,138); }
H1.HeaderClassName
{
color: #94438A;
}
.AnyTagClassName
{
color: #94438A;
}
</style>
background-color css
<style>
a { background-color: #94438A; }
a { background-color: rgb(148,67,138); }
div.DivClassName
{
background-color: #94438A;
}
.BgClassName
{
background-color: #94438A;
}
</style>
border-color css
<style>
span { border-color: #94438A; }
span { border-color: rgb(148,67,138); }
td.TdClassName
{
border-color: #94438A;
}
.TagClassName
{
border-color: #94438A;
}
</style>