Shades of Vivid Violet #8F38AB
Tints of Vivid Violet #8F38AB
RGB
CMYK
RGB Variations
Color information
#8F38AB (or 0x8F38AB) is known color: Vivid Violet. HEX triplet: 8F, 38 and AB. RGB value is (143,56,171). Sum of RGB (Red+Green+Blue) = 143+56+171=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F38AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F38AB is #70C754. Grayscale: #5E5E5E. Windows color (decimal): -7391061 or 11221135. OLE color: 11221135.
HSL color Cylindrical-coordinate representation of color #8F38AB: hue angle of 285.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F38AB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 56 | 171 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.33 |
| HSL | 285.39º | 0.51% | 0.45% | - |
| HSV(B) | 285.39º | 0.67% | 0.67% | - |
| XYZ | 20.09 | 11.61 | 39.71 | - |
| YUV | 95.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 171 | 0.16 | 0.67 | 0 | 0.33 | 285.39 | 0.51 | 0.45 |
| Hex | 8F | 38 | AB | 10 | 43 | 0 | 21 | 11D | 33 | 2D |
| Octal | 217 | 70 | 253 | 20 | 103 | 0 | 41 | 435 | 63 | 55 |
| Binary | 10001111 | 111000 | 10101011 | 10000 | 1000011 | 0 | 100001 | 100011101 | 110011 | 101101 |
Color Harmonies of #8F38AB
Complementary color
Monochromatic Colors of #8F38AB
Black with #8F38AB
Text Example
Text Example
White with #8F38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38AB; }
p { color: rgb(143,56,171); }
H1.HeaderClassName
{
color: #8F38AB;
}
.AnyTagClassName
{
color: #8F38AB;
}
</style>
background-color css
<style>
a { background-color: #8F38AB; }
a { background-color: rgb(143,56,171); }
div.DivClassName
{
background-color: #8F38AB;
}
.BgClassName
{
background-color: #8F38AB;
}
</style>
border-color css
<style>
span { border-color: #8F38AB; }
span { border-color: rgb(143,56,171); }
td.TdClassName
{
border-color: #8F38AB;
}
.TagClassName
{
border-color: #8F38AB;
}
</style>