Shades of Vivid Violet #8C308B
Tints of Vivid Violet #8C308B
RGB
CMYK
RGB Variations
Color information
#8C308B (or 0x8C308B) is known color: Vivid Violet. HEX triplet: 8C, 30 and 8B. RGB value is (140,48,139). Sum of RGB (Red+Green+Blue) = 140+48+139=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C308B is #73CF74. Grayscale: #555555. Windows color (decimal): -7589749 or 9121932. OLE color: 9121932.
HSL color Cylindrical-coordinate representation of color #8C308B: hue angle of 300.65º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C308B is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 139 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.45 |
| HSL | 300.65º | 0.49% | 0.37% | - |
| HSV(B) | 300.65º | 0.66% | 0.55% | - |
| XYZ | 16.53 | 9.55 | 25.4 | - |
| YUV | 85.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 139 | 0 | 0.66 | 0.01 | 0.45 | 300.65 | 0.49 | 0.37 |
| Hex | 8C | 30 | 8B | 0 | 42 | 1 | 2D | 12D | 31 | 25 |
| Octal | 214 | 60 | 213 | 0 | 102 | 1 | 55 | 455 | 61 | 45 |
| Binary | 10001100 | 110000 | 10001011 | 0 | 1000010 | 1 | 101101 | 100101101 | 110001 | 100101 |
Color Harmonies of #8C308B
Complementary color
Monochromatic Colors of #8C308B
Black with #8C308B
Text Example
Text Example
White with #8C308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C308B; }
p { color: rgb(140,48,139); }
H1.HeaderClassName
{
color: #8C308B;
}
.AnyTagClassName
{
color: #8C308B;
}
</style>
background-color css
<style>
a { background-color: #8C308B; }
a { background-color: rgb(140,48,139); }
div.DivClassName
{
background-color: #8C308B;
}
.BgClassName
{
background-color: #8C308B;
}
</style>
border-color css
<style>
span { border-color: #8C308B; }
span { border-color: rgb(140,48,139); }
td.TdClassName
{
border-color: #8C308B;
}
.TagClassName
{
border-color: #8C308B;
}
</style>