Shades of Blue Violet #8741DF
Tints of Blue Violet #8741DF
RGB
CMYK
RGB Variations
Color information
#8741DF (or 0x8741DF) is known color: Blue Violet. HEX triplet: 87, 41 and DF. RGB value is (135,65,223). Sum of RGB (Red+Green+Blue) = 135+65+223=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #8741DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741DF is #78BE20. Grayscale: #676767. Windows color (decimal): -7912993 or 14631303. OLE color: 14631303.
HSL color Cylindrical-coordinate representation of color #8741DF: hue angle of 266.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8741DF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 65 | 223 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.13 |
| HSL | 266.58º | 0.71% | 0.56% | - |
| HSV(B) | 266.58º | 0.71% | 0.87% | - |
| XYZ | 25.2 | 14.26 | 71.24 | - |
| YUV | 103.94 | 195.19 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 223 | 0.39 | 0.71 | 0 | 0.13 | 266.58 | 0.71 | 0.56 |
| Hex | 87 | 41 | DF | 27 | 47 | 0 | D | 10B | 47 | 38 |
| Octal | 207 | 101 | 337 | 47 | 107 | 0 | 15 | 413 | 107 | 70 |
| Binary | 10000111 | 1000001 | 11011111 | 100111 | 1000111 | 0 | 1101 | 100001011 | 1000111 | 111000 |
Color Harmonies of #8741DF
Complementary color
Monochromatic Colors of #8741DF
Black with #8741DF
Text Example
Text Example
White with #8741DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741DF; }
p { color: rgb(135,65,223); }
H1.HeaderClassName
{
color: #8741DF;
}
.AnyTagClassName
{
color: #8741DF;
}
</style>
background-color css
<style>
a { background-color: #8741DF; }
a { background-color: rgb(135,65,223); }
div.DivClassName
{
background-color: #8741DF;
}
.BgClassName
{
background-color: #8741DF;
}
</style>
border-color css
<style>
span { border-color: #8741DF; }
span { border-color: rgb(135,65,223); }
td.TdClassName
{
border-color: #8741DF;
}
.TagClassName
{
border-color: #8741DF;
}
</style>