Shades of Blue Violet #8C45DA
Tints of Blue Violet #8C45DA
RGB
CMYK
RGB Variations
Color information
#8C45DA (or 0x8C45DA) is known color: Blue Violet. HEX triplet: 8C, 45 and DA. RGB value is (140,69,218). Sum of RGB (Red+Green+Blue) = 140+69+218=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C45DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C45DA is #73BA25. Grayscale: #6A6A6A. Windows color (decimal): -7584294 or 14304652. OLE color: 14304652.
HSL color Cylindrical-coordinate representation of color #8C45DA: hue angle of 268.59º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C45DA is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 69 | 218 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.15 |
| HSL | 268.59º | 0.67% | 0.56% | - |
| HSV(B) | 268.59º | 0.68% | 0.85% | - |
| XYZ | 25.6 | 14.89 | 67.86 | - |
| YUV | 107.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 218 | 0.36 | 0.68 | 0 | 0.15 | 268.59 | 0.67 | 0.56 |
| Hex | 8C | 45 | DA | 24 | 44 | 0 | F | 10D | 43 | 38 |
| Octal | 214 | 105 | 332 | 44 | 104 | 0 | 17 | 415 | 103 | 70 |
| Binary | 10001100 | 1000101 | 11011010 | 100100 | 1000100 | 0 | 1111 | 100001101 | 1000011 | 111000 |
Color Harmonies of #8C45DA
Complementary color
Monochromatic Colors of #8C45DA
Black with #8C45DA
Text Example
Text Example
White with #8C45DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45DA; }
p { color: rgb(140,69,218); }
H1.HeaderClassName
{
color: #8C45DA;
}
.AnyTagClassName
{
color: #8C45DA;
}
</style>
background-color css
<style>
a { background-color: #8C45DA; }
a { background-color: rgb(140,69,218); }
div.DivClassName
{
background-color: #8C45DA;
}
.BgClassName
{
background-color: #8C45DA;
}
</style>
border-color css
<style>
span { border-color: #8C45DA; }
span { border-color: rgb(140,69,218); }
td.TdClassName
{
border-color: #8C45DA;
}
.TagClassName
{
border-color: #8C45DA;
}
</style>