Shades of Vivid Violet #924593
Tints of Vivid Violet #924593
RGB
CMYK
RGB Variations
Color information
#924593 (or 0x924593) is known color: Vivid Violet. HEX triplet: 92, 45 and 93. RGB value is (146,69,147). Sum of RGB (Red+Green+Blue) = 146+69+147=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #924593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924593 is #6DBA6C. Grayscale: #646464. Windows color (decimal): -7191149 or 9651602. OLE color: 9651602.
HSL color Cylindrical-coordinate representation of color #924593: hue angle of 299.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #924593 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 69 | 147 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.42 |
| HSL | 299.23º | 0.36% | 0.42% | - |
| HSV(B) | 299.23º | 0.53% | 0.58% | - |
| XYZ | 19.25 | 12.47 | 29 | - |
| YUV | 100.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 147 | 0.01 | 0.53 | 0 | 0.42 | 299.23 | 0.36 | 0.42 |
| Hex | 92 | 45 | 93 | 1 | 35 | 0 | 2A | 12B | 24 | 2A |
| Octal | 222 | 105 | 223 | 1 | 65 | 0 | 52 | 453 | 44 | 52 |
| Binary | 10010010 | 1000101 | 10010011 | 1 | 110101 | 0 | 101010 | 100101011 | 100100 | 101010 |
Color Harmonies of #924593
Complementary color
Monochromatic Colors of #924593
Black with #924593
Text Example
Text Example
White with #924593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924593; }
p { color: rgb(146,69,147); }
H1.HeaderClassName
{
color: #924593;
}
.AnyTagClassName
{
color: #924593;
}
</style>
background-color css
<style>
a { background-color: #924593; }
a { background-color: rgb(146,69,147); }
div.DivClassName
{
background-color: #924593;
}
.BgClassName
{
background-color: #924593;
}
</style>
border-color css
<style>
span { border-color: #924593; }
span { border-color: rgb(146,69,147); }
td.TdClassName
{
border-color: #924593;
}
.TagClassName
{
border-color: #924593;
}
</style>