Shades of Vivid Violet #983395
Tints of Vivid Violet #983395
RGB
CMYK
RGB Variations
Color information
#983395 (or 0x983395) is known color: Vivid Violet. HEX triplet: 98, 33 and 95. RGB value is (152,51,149). Sum of RGB (Red+Green+Blue) = 152+51+149=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #983395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983395 is #67CC6A. Grayscale: #5C5C5C. Windows color (decimal): -6802539 or 9778072. OLE color: 9778072.
HSL color Cylindrical-coordinate representation of color #983395: hue angle of 301.78º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983395 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 149 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.40 |
| HSL | 301.78º | 0.5% | 0.4% | - |
| HSV(B) | 301.78º | 0.66% | 0.6% | - |
| XYZ | 19.56 | 11.21 | 29.57 | - |
| YUV | 92.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 149 | 0 | 0.66 | 0.02 | 0.40 | 301.78 | 0.5 | 0.4 |
| Hex | 98 | 33 | 95 | 0 | 42 | 2 | 28 | 12E | 32 | 28 |
| Octal | 230 | 63 | 225 | 0 | 102 | 2 | 50 | 456 | 62 | 50 |
| Binary | 10011000 | 110011 | 10010101 | 0 | 1000010 | 10 | 101000 | 100101110 | 110010 | 101000 |
Color Harmonies of #983395
Complementary color
Monochromatic Colors of #983395
Black with #983395
Text Example
Text Example
White with #983395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983395; }
p { color: rgb(152,51,149); }
H1.HeaderClassName
{
color: #983395;
}
.AnyTagClassName
{
color: #983395;
}
</style>
background-color css
<style>
a { background-color: #983395; }
a { background-color: rgb(152,51,149); }
div.DivClassName
{
background-color: #983395;
}
.BgClassName
{
background-color: #983395;
}
</style>
border-color css
<style>
span { border-color: #983395; }
span { border-color: rgb(152,51,149); }
td.TdClassName
{
border-color: #983395;
}
.TagClassName
{
border-color: #983395;
}
</style>