Shades of Blue Violet #8C25DB
Tints of Blue Violet #8C25DB
RGB
CMYK
RGB Variations
Color information
#8C25DB (or 0x8C25DB) is known color: Blue Violet. HEX triplet: 8C, 25 and DB. RGB value is (140,37,219). Sum of RGB (Red+Green+Blue) = 140+37+219=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C25DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C25DB is #73DA24. Grayscale: #575757. Windows color (decimal): -7592485 or 14361996. OLE color: 14361996.
HSL color Cylindrical-coordinate representation of color #8C25DB: hue angle of 273.96º 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 #8C25DB is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 37 | 219 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.14 |
| HSL | 273.96º | 0.72% | 0.5% | - |
| HSV(B) | 273.96º | 0.83% | 0.86% | - |
| XYZ | 24.26 | 12.01 | 68.06 | - |
| YUV | 88.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 219 | 0.36 | 0.83 | 0 | 0.14 | 273.96 | 0.72 | 0.5 |
| Hex | 8C | 25 | DB | 24 | 53 | 0 | E | 112 | 48 | 32 |
| Octal | 214 | 45 | 333 | 44 | 123 | 0 | 16 | 422 | 110 | 62 |
| Binary | 10001100 | 100101 | 11011011 | 100100 | 1010011 | 0 | 1110 | 100010010 | 1001000 | 110010 |
Color Harmonies of #8C25DB
Complementary color
Monochromatic Colors of #8C25DB
Black with #8C25DB
Text Example
Text Example
White with #8C25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C25DB; }
p { color: rgb(140,37,219); }
H1.HeaderClassName
{
color: #8C25DB;
}
.AnyTagClassName
{
color: #8C25DB;
}
</style>
background-color css
<style>
a { background-color: #8C25DB; }
a { background-color: rgb(140,37,219); }
div.DivClassName
{
background-color: #8C25DB;
}
.BgClassName
{
background-color: #8C25DB;
}
</style>
border-color css
<style>
span { border-color: #8C25DB; }
span { border-color: rgb(140,37,219); }
td.TdClassName
{
border-color: #8C25DB;
}
.TagClassName
{
border-color: #8C25DB;
}
</style>