Shades of Vivid Violet #8F38A4
Tints of Vivid Violet #8F38A4
RGB
CMYK
RGB Variations
Color information
#8F38A4 (or 0x8F38A4) is known color: Vivid Violet. HEX triplet: 8F, 38 and A4. RGB value is (143,56,164). Sum of RGB (Red+Green+Blue) = 143+56+164=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F38A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F38A4 is #70C75B. Grayscale: #5D5D5D. Windows color (decimal): -7391068 or 10762383. OLE color: 10762383.
HSL color Cylindrical-coordinate representation of color #8F38A4: hue angle of 288.33º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F38A4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 56 | 164 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.36 |
| HSL | 288.33º | 0.49% | 0.43% | - |
| HSV(B) | 288.33º | 0.66% | 0.64% | - |
| XYZ | 19.44 | 11.35 | 36.29 | - |
| YUV | 94.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 164 | 0.13 | 0.66 | 0 | 0.36 | 288.33 | 0.49 | 0.43 |
| Hex | 8F | 38 | A4 | D | 42 | 0 | 24 | 120 | 31 | 2B |
| Octal | 217 | 70 | 244 | 15 | 102 | 0 | 44 | 440 | 61 | 53 |
| Binary | 10001111 | 111000 | 10100100 | 1101 | 1000010 | 0 | 100100 | 100100000 | 110001 | 101011 |
Color Harmonies of #8F38A4
Complementary color
Monochromatic Colors of #8F38A4
Black with #8F38A4
Text Example
Text Example
White with #8F38A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38A4; }
p { color: rgb(143,56,164); }
H1.HeaderClassName
{
color: #8F38A4;
}
.AnyTagClassName
{
color: #8F38A4;
}
</style>
background-color css
<style>
a { background-color: #8F38A4; }
a { background-color: rgb(143,56,164); }
div.DivClassName
{
background-color: #8F38A4;
}
.BgClassName
{
background-color: #8F38A4;
}
</style>
border-color css
<style>
span { border-color: #8F38A4; }
span { border-color: rgb(143,56,164); }
td.TdClassName
{
border-color: #8F38A4;
}
.TagClassName
{
border-color: #8F38A4;
}
</style>