Shades of Vivid Violet #94409B
Tints of Vivid Violet #94409B
RGB
CMYK
RGB Variations
Color information
#94409B (or 0x94409B) is known color: Vivid Violet. HEX triplet: 94, 40 and 9B. RGB value is (148,64,155). Sum of RGB (Red+Green+Blue) = 148+64+155=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #94409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94409B is #6BBF64. Grayscale: #636363. Windows color (decimal): -7061349 or 10174612. OLE color: 10174612.
HSL color Cylindrical-coordinate representation of color #94409B: hue angle of 295.38º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94409B is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 64 | 155 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.39 |
| HSL | 295.38º | 0.42% | 0.43% | - |
| HSV(B) | 295.38º | 0.59% | 0.61% | - |
| XYZ | 19.96 | 12.33 | 32.34 | - |
| YUV | 99.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 155 | 0.05 | 0.59 | 0 | 0.39 | 295.38 | 0.42 | 0.43 |
| Hex | 94 | 40 | 9B | 5 | 3B | 0 | 27 | 127 | 2A | 2B |
| Octal | 224 | 100 | 233 | 5 | 73 | 0 | 47 | 447 | 52 | 53 |
| Binary | 10010100 | 1000000 | 10011011 | 101 | 111011 | 0 | 100111 | 100100111 | 101010 | 101011 |
Color Harmonies of #94409B
Complementary color
Monochromatic Colors of #94409B
Black with #94409B
Text Example
Text Example
White with #94409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94409B; }
p { color: rgb(148,64,155); }
H1.HeaderClassName
{
color: #94409B;
}
.AnyTagClassName
{
color: #94409B;
}
</style>
background-color css
<style>
a { background-color: #94409B; }
a { background-color: rgb(148,64,155); }
div.DivClassName
{
background-color: #94409B;
}
.BgClassName
{
background-color: #94409B;
}
</style>
border-color css
<style>
span { border-color: #94409B; }
span { border-color: rgb(148,64,155); }
td.TdClassName
{
border-color: #94409B;
}
.TagClassName
{
border-color: #94409B;
}
</style>