Shades of Blue Violet #8742DC
Tints of Blue Violet #8742DC
RGB
CMYK
RGB Variations
Color information
#8742DC (or 0x8742DC) is known color: Blue Violet. HEX triplet: 87, 42 and DC. RGB value is (135,66,220). Sum of RGB (Red+Green+Blue) = 135+66+220=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #8742DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742DC is #78BD23. Grayscale: #676767. Windows color (decimal): -7912740 or 14434951. OLE color: 14434951.
HSL color Cylindrical-coordinate representation of color #8742DC: hue angle of 266.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8742DC is Cyan = 0.39, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 66 | 220 | - |
| CMYK | 0.39 | 0.7 | 0 | 0.14 |
| HSL | 266.88º | 0.69% | 0.56% | - |
| HSV(B) | 266.88º | 0.7% | 0.86% | - |
| XYZ | 24.86 | 14.21 | 69.14 | - |
| YUV | 104.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 220 | 0.39 | 0.7 | 0 | 0.14 | 266.88 | 0.69 | 0.56 |
| Hex | 87 | 42 | DC | 27 | 46 | 0 | E | 10B | 45 | 38 |
| Octal | 207 | 102 | 334 | 47 | 106 | 0 | 16 | 413 | 105 | 70 |
| Binary | 10000111 | 1000010 | 11011100 | 100111 | 1000110 | 0 | 1110 | 100001011 | 1000101 | 111000 |
Color Harmonies of #8742DC
Complementary color
Monochromatic Colors of #8742DC
Black with #8742DC
Text Example
Text Example
White with #8742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742DC; }
p { color: rgb(135,66,220); }
H1.HeaderClassName
{
color: #8742DC;
}
.AnyTagClassName
{
color: #8742DC;
}
</style>
background-color css
<style>
a { background-color: #8742DC; }
a { background-color: rgb(135,66,220); }
div.DivClassName
{
background-color: #8742DC;
}
.BgClassName
{
background-color: #8742DC;
}
</style>
border-color css
<style>
span { border-color: #8742DC; }
span { border-color: rgb(135,66,220); }
td.TdClassName
{
border-color: #8742DC;
}
.TagClassName
{
border-color: #8742DC;
}
</style>