Shades of Vivid Violet #92379D
Tints of Vivid Violet #92379D
RGB
CMYK
RGB Variations
Color information
#92379D (or 0x92379D) is known color: Vivid Violet. HEX triplet: 92, 37 and 9D. RGB value is (146,55,157). Sum of RGB (Red+Green+Blue) = 146+55+157=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #92379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92379D is #6DC862. Grayscale: #5D5D5D. Windows color (decimal): -7194723 or 10303378. OLE color: 10303378.
HSL color Cylindrical-coordinate representation of color #92379D: hue angle of 293.53º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92379D is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 55 | 157 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.38 |
| HSL | 293.53º | 0.48% | 0.42% | - |
| HSV(B) | 293.53º | 0.65% | 0.62% | - |
| XYZ | 19.31 | 11.28 | 33.06 | - |
| YUV | 93.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 157 | 0.07 | 0.65 | 0 | 0.38 | 293.53 | 0.48 | 0.42 |
| Hex | 92 | 37 | 9D | 7 | 41 | 0 | 26 | 126 | 30 | 2A |
| Octal | 222 | 67 | 235 | 7 | 101 | 0 | 46 | 446 | 60 | 52 |
| Binary | 10010010 | 110111 | 10011101 | 111 | 1000001 | 0 | 100110 | 100100110 | 110000 | 101010 |
Color Harmonies of #92379D
Complementary color
Monochromatic Colors of #92379D
Black with #92379D
Text Example
Text Example
White with #92379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92379D; }
p { color: rgb(146,55,157); }
H1.HeaderClassName
{
color: #92379D;
}
.AnyTagClassName
{
color: #92379D;
}
</style>
background-color css
<style>
a { background-color: #92379D; }
a { background-color: rgb(146,55,157); }
div.DivClassName
{
background-color: #92379D;
}
.BgClassName
{
background-color: #92379D;
}
</style>
border-color css
<style>
span { border-color: #92379D; }
span { border-color: rgb(146,55,157); }
td.TdClassName
{
border-color: #92379D;
}
.TagClassName
{
border-color: #92379D;
}
</style>