Shades of Blue Violet #8F25DB
Tints of Blue Violet #8F25DB
RGB
CMYK
RGB Variations
Color information
#8F25DB (or 0x8F25DB) is known color: Blue Violet. HEX triplet: 8F, 25 and DB. RGB value is (143,37,219). Sum of RGB (Red+Green+Blue) = 143+37+219=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F25DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25DB is #70DA24. Grayscale: #585858. Windows color (decimal): -7395877 or 14361999. OLE color: 14361999.
HSL color Cylindrical-coordinate representation of color #8F25DB: hue angle of 274.95º 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 #8F25DB is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 37 | 219 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.14 |
| HSL | 274.95º | 0.72% | 0.5% | - |
| HSV(B) | 274.95º | 0.83% | 0.86% | - |
| XYZ | 24.78 | 12.28 | 68.08 | - |
| YUV | 89.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 219 | 0.35 | 0.83 | 0 | 0.14 | 274.95 | 0.72 | 0.5 |
| Hex | 8F | 25 | DB | 23 | 53 | 0 | E | 113 | 48 | 32 |
| Octal | 217 | 45 | 333 | 43 | 123 | 0 | 16 | 423 | 110 | 62 |
| Binary | 10001111 | 100101 | 11011011 | 100011 | 1010011 | 0 | 1110 | 100010011 | 1001000 | 110010 |
Color Harmonies of #8F25DB
Complementary color
Monochromatic Colors of #8F25DB
Black with #8F25DB
Text Example
Text Example
White with #8F25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F25DB; }
p { color: rgb(143,37,219); }
H1.HeaderClassName
{
color: #8F25DB;
}
.AnyTagClassName
{
color: #8F25DB;
}
</style>
background-color css
<style>
a { background-color: #8F25DB; }
a { background-color: rgb(143,37,219); }
div.DivClassName
{
background-color: #8F25DB;
}
.BgClassName
{
background-color: #8F25DB;
}
</style>
border-color css
<style>
span { border-color: #8F25DB; }
span { border-color: rgb(143,37,219); }
td.TdClassName
{
border-color: #8F25DB;
}
.TagClassName
{
border-color: #8F25DB;
}
</style>