Shades of Blue Violet #8F25DC
Tints of Blue Violet #8F25DC
RGB
CMYK
RGB Variations
Color information
#8F25DC (or 0x8F25DC) is known color: Blue Violet. HEX triplet: 8F, 25 and DC. RGB value is (143,37,220). Sum of RGB (Red+Green+Blue) = 143+37+220=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F25DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25DC is #70DA23. Grayscale: #585858. Windows color (decimal): -7395876 or 14427535. OLE color: 14427535.
HSL color Cylindrical-coordinate representation of color #8F25DC: hue angle of 274.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F25DC is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 37 | 220 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.14 |
| HSL | 274.75º | 0.72% | 0.5% | - |
| HSV(B) | 274.75º | 0.83% | 0.86% | - |
| XYZ | 24.91 | 12.33 | 68.78 | - |
| YUV | 89.56 | 201.62 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 220 | 0.35 | 0.83 | 0 | 0.14 | 274.75 | 0.72 | 0.5 |
| Hex | 8F | 25 | DC | 23 | 53 | 0 | E | 113 | 48 | 32 |
| Octal | 217 | 45 | 334 | 43 | 123 | 0 | 16 | 423 | 110 | 62 |
| Binary | 10001111 | 100101 | 11011100 | 100011 | 1010011 | 0 | 1110 | 100010011 | 1001000 | 110010 |
Color Harmonies of #8F25DC
Complementary color
Monochromatic Colors of #8F25DC
Black with #8F25DC
Text Example
Text Example
White with #8F25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F25DC; }
p { color: rgb(143,37,220); }
H1.HeaderClassName
{
color: #8F25DC;
}
.AnyTagClassName
{
color: #8F25DC;
}
</style>
background-color css
<style>
a { background-color: #8F25DC; }
a { background-color: rgb(143,37,220); }
div.DivClassName
{
background-color: #8F25DC;
}
.BgClassName
{
background-color: #8F25DC;
}
</style>
border-color css
<style>
span { border-color: #8F25DC; }
span { border-color: rgb(143,37,220); }
td.TdClassName
{
border-color: #8F25DC;
}
.TagClassName
{
border-color: #8F25DC;
}
</style>