Shades of Vivid Violet #923A9D
Tints of Vivid Violet #923A9D
RGB
CMYK
RGB Variations
Color information
#923A9D (or 0x923A9D) is known color: Vivid Violet. HEX triplet: 92, 3A and 9D. RGB value is (146,58,157). Sum of RGB (Red+Green+Blue) = 146+58+157=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #923A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923A9D is #6DC562. Grayscale: #5F5F5F. Windows color (decimal): -7193955 or 10304146. OLE color: 10304146.
HSL color Cylindrical-coordinate representation of color #923A9D: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923A9D is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 58 | 157 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.38 |
| HSL | 293.33º | 0.46% | 0.42% | - |
| HSV(B) | 293.33º | 0.63% | 0.62% | - |
| XYZ | 19.45 | 11.57 | 33.11 | - |
| YUV | 95.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 157 | 0.07 | 0.63 | 0 | 0.38 | 293.33 | 0.46 | 0.42 |
| Hex | 92 | 3A | 9D | 7 | 3F | 0 | 26 | 125 | 2E | 2A |
| Octal | 222 | 72 | 235 | 7 | 77 | 0 | 46 | 445 | 56 | 52 |
| Binary | 10010010 | 111010 | 10011101 | 111 | 111111 | 0 | 100110 | 100100101 | 101110 | 101010 |
Color Harmonies of #923A9D
Complementary color
Monochromatic Colors of #923A9D
Black with #923A9D
Text Example
Text Example
White with #923A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923A9D; }
p { color: rgb(146,58,157); }
H1.HeaderClassName
{
color: #923A9D;
}
.AnyTagClassName
{
color: #923A9D;
}
</style>
background-color css
<style>
a { background-color: #923A9D; }
a { background-color: rgb(146,58,157); }
div.DivClassName
{
background-color: #923A9D;
}
.BgClassName
{
background-color: #923A9D;
}
</style>
border-color css
<style>
span { border-color: #923A9D; }
span { border-color: rgb(146,58,157); }
td.TdClassName
{
border-color: #923A9D;
}
.TagClassName
{
border-color: #923A9D;
}
</style>