Shades of Vivid Violet #8C4397
Tints of Vivid Violet #8C4397
RGB
CMYK
RGB Variations
Color information
#8C4397 (or 0x8C4397) is known color: Vivid Violet. HEX triplet: 8C, 43 and 97. RGB value is (140,67,151). Sum of RGB (Red+Green+Blue) = 140+67+151=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C4397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4397 is #73BC68. Grayscale: #626262. Windows color (decimal): -7584873 or 9913228. OLE color: 9913228.
HSL color Cylindrical-coordinate representation of color #8C4397: hue angle of 292.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C4397 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 67 | 151 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.41 |
| HSL | 292.14º | 0.39% | 0.43% | - |
| HSV(B) | 292.14º | 0.56% | 0.59% | - |
| XYZ | 18.41 | 11.82 | 30.59 | - |
| YUV | 98.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 151 | 0.07 | 0.56 | 0 | 0.41 | 292.14 | 0.39 | 0.43 |
| Hex | 8C | 43 | 97 | 7 | 38 | 0 | 29 | 124 | 27 | 2B |
| Octal | 214 | 103 | 227 | 7 | 70 | 0 | 51 | 444 | 47 | 53 |
| Binary | 10001100 | 1000011 | 10010111 | 111 | 111000 | 0 | 101001 | 100100100 | 100111 | 101011 |
Color Harmonies of #8C4397
Complementary color
Monochromatic Colors of #8C4397
Black with #8C4397
Text Example
Text Example
White with #8C4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4397; }
p { color: rgb(140,67,151); }
H1.HeaderClassName
{
color: #8C4397;
}
.AnyTagClassName
{
color: #8C4397;
}
</style>
background-color css
<style>
a { background-color: #8C4397; }
a { background-color: rgb(140,67,151); }
div.DivClassName
{
background-color: #8C4397;
}
.BgClassName
{
background-color: #8C4397;
}
</style>
border-color css
<style>
span { border-color: #8C4397; }
span { border-color: rgb(140,67,151); }
td.TdClassName
{
border-color: #8C4397;
}
.TagClassName
{
border-color: #8C4397;
}
</style>