Shades of Vivid Violet #8C259C
Tints of Vivid Violet #8C259C
RGB
CMYK
RGB Variations
Color information
#8C259C (or 0x8C259C) is known color: Vivid Violet. HEX triplet: 8C, 25 and 9C. RGB value is (140,37,156). Sum of RGB (Red+Green+Blue) = 140+37+156=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C259C is #73DA63. Grayscale: #505050. Windows color (decimal): -7592548 or 10233228. OLE color: 10233228.
HSL color Cylindrical-coordinate representation of color #8C259C: hue angle of 291.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C259C is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 37 | 156 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.39 |
| HSL | 291.93º | 0.62% | 0.38% | - |
| HSV(B) | 291.93º | 0.76% | 0.61% | - |
| XYZ | 17.48 | 9.3 | 32.33 | - |
| YUV | 81.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 156 | 0.10 | 0.76 | 0 | 0.39 | 291.93 | 0.62 | 0.38 |
| Hex | 8C | 25 | 9C | A | 4C | 0 | 27 | 124 | 3E | 26 |
| Octal | 214 | 45 | 234 | 12 | 114 | 0 | 47 | 444 | 76 | 46 |
| Binary | 10001100 | 100101 | 10011100 | 1010 | 1001100 | 0 | 100111 | 100100100 | 111110 | 100110 |
Color Harmonies of #8C259C
Complementary color
Monochromatic Colors of #8C259C
Black with #8C259C
Text Example
Text Example
White with #8C259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C259C; }
p { color: rgb(140,37,156); }
H1.HeaderClassName
{
color: #8C259C;
}
.AnyTagClassName
{
color: #8C259C;
}
</style>
background-color css
<style>
a { background-color: #8C259C; }
a { background-color: rgb(140,37,156); }
div.DivClassName
{
background-color: #8C259C;
}
.BgClassName
{
background-color: #8C259C;
}
</style>
border-color css
<style>
span { border-color: #8C259C; }
span { border-color: rgb(140,37,156); }
td.TdClassName
{
border-color: #8C259C;
}
.TagClassName
{
border-color: #8C259C;
}
</style>