Shades of Dark Violet #8F01B4
Tints of Dark Violet #8F01B4
RGB
CMYK
RGB Variations
Color information
#8F01B4 (or 0x8F01B4) is known color: Dark Violet. HEX triplet: 8F, 01 and B4. RGB value is (143,1,180). Sum of RGB (Red+Green+Blue) = 143+1+180=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F01B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F01B4 is #70FE4B. Grayscale: #3F3F3F. Windows color (decimal): -7405132 or 11796879. OLE color: 11796879.
HSL color Cylindrical-coordinate representation of color #8F01B4: hue angle of 287.6º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F01B4 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 1 | 180 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.29 |
| HSL | 287.6º | 0.99% | 0.35% | - |
| HSV(B) | 287.6º | 0.99% | 0.71% | - |
| XYZ | 19.58 | 9.16 | 43.92 | - |
| YUV | 63.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 180 | 0.21 | 0.99 | 0 | 0.29 | 287.6 | 0.99 | 0.35 |
| Hex | 8F | 1 | B4 | 15 | 63 | 0 | 1D | 120 | 63 | 23 |
| Octal | 217 | 1 | 264 | 25 | 143 | 0 | 35 | 440 | 143 | 43 |
| Binary | 10001111 | 1 | 10110100 | 10101 | 1100011 | 0 | 11101 | 100100000 | 1100011 | 100011 |
Color Harmonies of #8F01B4
Complementary color
Monochromatic Colors of #8F01B4
Black with #8F01B4
Text Example
Text Example
White with #8F01B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F01B4; }
p { color: rgb(143,1,180); }
H1.HeaderClassName
{
color: #8F01B4;
}
.AnyTagClassName
{
color: #8F01B4;
}
</style>
background-color css
<style>
a { background-color: #8F01B4; }
a { background-color: rgb(143,1,180); }
div.DivClassName
{
background-color: #8F01B4;
}
.BgClassName
{
background-color: #8F01B4;
}
</style>
border-color css
<style>
span { border-color: #8F01B4; }
span { border-color: rgb(143,1,180); }
td.TdClassName
{
border-color: #8F01B4;
}
.TagClassName
{
border-color: #8F01B4;
}
</style>