Shades of Vivid Violet #93448C
Tints of Vivid Violet #93448C
RGB
CMYK
RGB Variations
Color information
#93448C (or 0x93448C) is known color: Vivid Violet. HEX triplet: 93, 44 and 8C. RGB value is (147,68,140). Sum of RGB (Red+Green+Blue) = 147+68+140=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93448C is #6CBB73. Grayscale: #636363. Windows color (decimal): -7125876 or 9192595. OLE color: 9192595.
HSL color Cylindrical-coordinate representation of color #93448C: hue angle of 305.32º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93448C is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 140 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.42 |
| HSL | 305.32º | 0.37% | 0.42% | - |
| HSV(B) | 305.32º | 0.54% | 0.58% | - |
| XYZ | 18.83 | 12.23 | 26.18 | - |
| YUV | 99.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 140 | 0 | 0.54 | 0.05 | 0.42 | 305.32 | 0.37 | 0.42 |
| Hex | 93 | 44 | 8C | 0 | 36 | 5 | 2A | 131 | 25 | 2A |
| Octal | 223 | 104 | 214 | 0 | 66 | 5 | 52 | 461 | 45 | 52 |
| Binary | 10010011 | 1000100 | 10001100 | 0 | 110110 | 101 | 101010 | 100110001 | 100101 | 101010 |
Color Harmonies of #93448C
Complementary color
Monochromatic Colors of #93448C
Black with #93448C
Text Example
Text Example
White with #93448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93448C; }
p { color: rgb(147,68,140); }
H1.HeaderClassName
{
color: #93448C;
}
.AnyTagClassName
{
color: #93448C;
}
</style>
background-color css
<style>
a { background-color: #93448C; }
a { background-color: rgb(147,68,140); }
div.DivClassName
{
background-color: #93448C;
}
.BgClassName
{
background-color: #93448C;
}
</style>
border-color css
<style>
span { border-color: #93448C; }
span { border-color: rgb(147,68,140); }
td.TdClassName
{
border-color: #93448C;
}
.TagClassName
{
border-color: #93448C;
}
</style>