Shades of Vivid Violet #823D98
Tints of Vivid Violet #823D98
RGB
CMYK
RGB Variations
Color information
#823D98 (or 0x823D98) is known color: Vivid Violet. HEX triplet: 82, 3D and 98. RGB value is (130,61,152). Sum of RGB (Red+Green+Blue) = 130+61+152=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #823D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823D98 is #7DC267. Grayscale: #5B5B5B. Windows color (decimal): -8241768 or 9977218. OLE color: 9977218.
HSL color Cylindrical-coordinate representation of color #823D98: hue angle of 285.49º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823D98 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 61 | 152 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.40 |
| HSL | 285.49º | 0.43% | 0.42% | - |
| HSV(B) | 285.49º | 0.6% | 0.6% | - |
| XYZ | 16.54 | 10.35 | 30.83 | - |
| YUV | 92.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 152 | 0.14 | 0.60 | 0 | 0.40 | 285.49 | 0.43 | 0.42 |
| Hex | 82 | 3D | 98 | E | 3C | 0 | 28 | 11D | 2B | 2A |
| Octal | 202 | 75 | 230 | 16 | 74 | 0 | 50 | 435 | 53 | 52 |
| Binary | 10000010 | 111101 | 10011000 | 1110 | 111100 | 0 | 101000 | 100011101 | 101011 | 101010 |
Color Harmonies of #823D98
Complementary color
Monochromatic Colors of #823D98
Black with #823D98
Text Example
Text Example
White with #823D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D98; }
p { color: rgb(130,61,152); }
H1.HeaderClassName
{
color: #823D98;
}
.AnyTagClassName
{
color: #823D98;
}
</style>
background-color css
<style>
a { background-color: #823D98; }
a { background-color: rgb(130,61,152); }
div.DivClassName
{
background-color: #823D98;
}
.BgClassName
{
background-color: #823D98;
}
</style>
border-color css
<style>
span { border-color: #823D98; }
span { border-color: rgb(130,61,152); }
td.TdClassName
{
border-color: #823D98;
}
.TagClassName
{
border-color: #823D98;
}
</style>