Shades of Blue Violet #8729DF
Tints of Blue Violet #8729DF
RGB
CMYK
RGB Variations
Color information
#8729DF (or 0x8729DF) is known color: Blue Violet. HEX triplet: 87, 29 and DF. RGB value is (135,41,223). Sum of RGB (Red+Green+Blue) = 135+41+223=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #8729DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8729DF is #78D620. Grayscale: #595959. Windows color (decimal): -7919137 or 14625159. OLE color: 14625159.
HSL color Cylindrical-coordinate representation of color #8729DF: hue angle of 270.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8729DF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 41 | 223 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.13 |
| HSL | 270.99º | 0.74% | 0.52% | - |
| HSV(B) | 270.99º | 0.82% | 0.87% | - |
| XYZ | 24.1 | 12.06 | 70.87 | - |
| YUV | 89.85 | 203.14 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 223 | 0.39 | 0.82 | 0 | 0.13 | 270.99 | 0.74 | 0.52 |
| Hex | 87 | 29 | DF | 27 | 52 | 0 | D | 10F | 4A | 34 |
| Octal | 207 | 51 | 337 | 47 | 122 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10000111 | 101001 | 11011111 | 100111 | 1010010 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #8729DF
Complementary color
Monochromatic Colors of #8729DF
Black with #8729DF
Text Example
Text Example
White with #8729DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8729DF; }
p { color: rgb(135,41,223); }
H1.HeaderClassName
{
color: #8729DF;
}
.AnyTagClassName
{
color: #8729DF;
}
</style>
background-color css
<style>
a { background-color: #8729DF; }
a { background-color: rgb(135,41,223); }
div.DivClassName
{
background-color: #8729DF;
}
.BgClassName
{
background-color: #8729DF;
}
</style>
border-color css
<style>
span { border-color: #8729DF; }
span { border-color: rgb(135,41,223); }
td.TdClassName
{
border-color: #8729DF;
}
.TagClassName
{
border-color: #8729DF;
}
</style>