Shades of Blue Violet #8744DD
Tints of Blue Violet #8744DD
RGB
CMYK
RGB Variations
Color information
#8744DD (or 0x8744DD) is known color: Blue Violet. HEX triplet: 87, 44 and DD. RGB value is (135,68,221). Sum of RGB (Red+Green+Blue) = 135+68+221=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #8744DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8744DD is #78BB22. Grayscale: #686868. Windows color (decimal): -7912227 or 14500999. OLE color: 14500999.
HSL color Cylindrical-coordinate representation of color #8744DD: hue angle of 266.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8744DD is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 68 | 221 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.13 |
| HSL | 266.27º | 0.69% | 0.57% | - |
| HSV(B) | 266.27º | 0.69% | 0.87% | - |
| XYZ | 25.11 | 14.51 | 69.88 | - |
| YUV | 105.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 221 | 0.39 | 0.69 | 0 | 0.13 | 266.27 | 0.69 | 0.57 |
| Hex | 87 | 44 | DD | 27 | 45 | 0 | D | 10A | 45 | 39 |
| Octal | 207 | 104 | 335 | 47 | 105 | 0 | 15 | 412 | 105 | 71 |
| Binary | 10000111 | 1000100 | 11011101 | 100111 | 1000101 | 0 | 1101 | 100001010 | 1000101 | 111001 |
Color Harmonies of #8744DD
Complementary color
Monochromatic Colors of #8744DD
Black with #8744DD
Text Example
Text Example
White with #8744DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8744DD; }
p { color: rgb(135,68,221); }
H1.HeaderClassName
{
color: #8744DD;
}
.AnyTagClassName
{
color: #8744DD;
}
</style>
background-color css
<style>
a { background-color: #8744DD; }
a { background-color: rgb(135,68,221); }
div.DivClassName
{
background-color: #8744DD;
}
.BgClassName
{
background-color: #8744DD;
}
</style>
border-color css
<style>
span { border-color: #8744DD; }
span { border-color: rgb(135,68,221); }
td.TdClassName
{
border-color: #8744DD;
}
.TagClassName
{
border-color: #8744DD;
}
</style>