Shades of Vivid Violet #8C259D
Tints of Vivid Violet #8C259D
RGB
CMYK
RGB Variations
Color information
#8C259D (or 0x8C259D) is known color: Vivid Violet. HEX triplet: 8C, 25 and 9D. RGB value is (140,37,157). Sum of RGB (Red+Green+Blue) = 140+37+157=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C259D is #73DA62. Grayscale: #515151. Windows color (decimal): -7592547 or 10298764. OLE color: 10298764.
HSL color Cylindrical-coordinate representation of color #8C259D: hue angle of 291.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C259D is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 37 | 157 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.38 |
| HSL | 291.5º | 0.62% | 0.38% | - |
| HSV(B) | 291.5º | 0.76% | 0.62% | - |
| XYZ | 17.56 | 9.33 | 32.77 | - |
| YUV | 81.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 157 | 0.11 | 0.76 | 0 | 0.38 | 291.5 | 0.62 | 0.38 |
| Hex | 8C | 25 | 9D | B | 4C | 0 | 26 | 124 | 3E | 26 |
| Octal | 214 | 45 | 235 | 13 | 114 | 0 | 46 | 444 | 76 | 46 |
| Binary | 10001100 | 100101 | 10011101 | 1011 | 1001100 | 0 | 100110 | 100100100 | 111110 | 100110 |
Color Harmonies of #8C259D
Complementary color
Monochromatic Colors of #8C259D
Black with #8C259D
Text Example
Text Example
White with #8C259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C259D; }
p { color: rgb(140,37,157); }
H1.HeaderClassName
{
color: #8C259D;
}
.AnyTagClassName
{
color: #8C259D;
}
</style>
background-color css
<style>
a { background-color: #8C259D; }
a { background-color: rgb(140,37,157); }
div.DivClassName
{
background-color: #8C259D;
}
.BgClassName
{
background-color: #8C259D;
}
</style>
border-color css
<style>
span { border-color: #8C259D; }
span { border-color: rgb(140,37,157); }
td.TdClassName
{
border-color: #8C259D;
}
.TagClassName
{
border-color: #8C259D;
}
</style>