Shades of Blue Violet #8B24DF
Tints of Blue Violet #8B24DF
RGB
CMYK
RGB Variations
Color information
#8B24DF (or 0x8B24DF) is known color: Blue Violet. HEX triplet: 8B, 24 and DF. RGB value is (139,36,223). Sum of RGB (Red+Green+Blue) = 139+36+223=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B24DF is #74DB20. Grayscale: #575757. Windows color (decimal): -7658273 or 14623883. OLE color: 14623883.
HSL color Cylindrical-coordinate representation of color #8B24DF: hue angle of 273.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B24DF is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 36 | 223 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.13 |
| HSL | 273.05º | 0.75% | 0.51% | - |
| HSV(B) | 273.05º | 0.84% | 0.87% | - |
| XYZ | 24.6 | 12.08 | 70.85 | - |
| YUV | 88.12 | 204.12 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 223 | 0.38 | 0.84 | 0 | 0.13 | 273.05 | 0.75 | 0.51 |
| Hex | 8B | 24 | DF | 26 | 54 | 0 | D | 111 | 4B | 33 |
| Octal | 213 | 44 | 337 | 46 | 124 | 0 | 15 | 421 | 113 | 63 |
| Binary | 10001011 | 100100 | 11011111 | 100110 | 1010100 | 0 | 1101 | 100010001 | 1001011 | 110011 |
Color Harmonies of #8B24DF
Complementary color
Monochromatic Colors of #8B24DF
Black with #8B24DF
Text Example
Text Example
White with #8B24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B24DF; }
p { color: rgb(139,36,223); }
H1.HeaderClassName
{
color: #8B24DF;
}
.AnyTagClassName
{
color: #8B24DF;
}
</style>
background-color css
<style>
a { background-color: #8B24DF; }
a { background-color: rgb(139,36,223); }
div.DivClassName
{
background-color: #8B24DF;
}
.BgClassName
{
background-color: #8B24DF;
}
</style>
border-color css
<style>
span { border-color: #8B24DF; }
span { border-color: rgb(139,36,223); }
td.TdClassName
{
border-color: #8B24DF;
}
.TagClassName
{
border-color: #8B24DF;
}
</style>