Shades of Blue Violet #8B1CDA
Tints of Blue Violet #8B1CDA
RGB
CMYK
RGB Variations
Color information
#8B1CDA (or 0x8B1CDA) is known color: Blue Violet. HEX triplet: 8B, 1C and DA. RGB value is (139,28,218). Sum of RGB (Red+Green+Blue) = 139+28+218=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B1CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1CDA is #74E325. Grayscale: #525252. Windows color (decimal): -7660326 or 14294155. OLE color: 14294155.
HSL color Cylindrical-coordinate representation of color #8B1CDA: hue angle of 275.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1CDA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 28 | 218 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.15 |
| HSL | 275.05º | 0.77% | 0.48% | - |
| HSV(B) | 275.05º | 0.87% | 0.85% | - |
| XYZ | 23.72 | 11.38 | 67.28 | - |
| YUV | 82.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 218 | 0.36 | 0.87 | 0 | 0.15 | 275.05 | 0.77 | 0.48 |
| Hex | 8B | 1C | DA | 24 | 57 | 0 | F | 113 | 4D | 30 |
| Octal | 213 | 34 | 332 | 44 | 127 | 0 | 17 | 423 | 115 | 60 |
| Binary | 10001011 | 11100 | 11011010 | 100100 | 1010111 | 0 | 1111 | 100010011 | 1001101 | 110000 |
Color Harmonies of #8B1CDA
Complementary color
Monochromatic Colors of #8B1CDA
Black with #8B1CDA
Text Example
Text Example
White with #8B1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1CDA; }
p { color: rgb(139,28,218); }
H1.HeaderClassName
{
color: #8B1CDA;
}
.AnyTagClassName
{
color: #8B1CDA;
}
</style>
background-color css
<style>
a { background-color: #8B1CDA; }
a { background-color: rgb(139,28,218); }
div.DivClassName
{
background-color: #8B1CDA;
}
.BgClassName
{
background-color: #8B1CDA;
}
</style>
border-color css
<style>
span { border-color: #8B1CDA; }
span { border-color: rgb(139,28,218); }
td.TdClassName
{
border-color: #8B1CDA;
}
.TagClassName
{
border-color: #8B1CDA;
}
</style>