Shades of Blue Violet #872CDF
Tints of Blue Violet #872CDF
RGB
CMYK
RGB Variations
Color information
#872CDF (or 0x872CDF) is known color: Blue Violet. HEX triplet: 87, 2C and DF. RGB value is (135,44,223). Sum of RGB (Red+Green+Blue) = 135+44+223=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #872CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872CDF is #78D320. Grayscale: #5A5A5A. Windows color (decimal): -7918369 or 14625927. OLE color: 14625927.
HSL color Cylindrical-coordinate representation of color #872CDF: hue angle of 270.5º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #872CDF is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 44 | 223 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.13 |
| HSL | 270.5º | 0.74% | 0.52% | - |
| HSV(B) | 270.5º | 0.8% | 0.87% | - |
| XYZ | 24.21 | 12.28 | 70.91 | - |
| YUV | 91.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 223 | 0.39 | 0.80 | 0 | 0.13 | 270.5 | 0.74 | 0.52 |
| Hex | 87 | 2C | DF | 27 | 50 | 0 | D | 10F | 4A | 34 |
| Octal | 207 | 54 | 337 | 47 | 120 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10000111 | 101100 | 11011111 | 100111 | 1010000 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #872CDF
Complementary color
Monochromatic Colors of #872CDF
Black with #872CDF
Text Example
Text Example
White with #872CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872CDF; }
p { color: rgb(135,44,223); }
H1.HeaderClassName
{
color: #872CDF;
}
.AnyTagClassName
{
color: #872CDF;
}
</style>
background-color css
<style>
a { background-color: #872CDF; }
a { background-color: rgb(135,44,223); }
div.DivClassName
{
background-color: #872CDF;
}
.BgClassName
{
background-color: #872CDF;
}
</style>
border-color css
<style>
span { border-color: #872CDF; }
span { border-color: rgb(135,44,223); }
td.TdClassName
{
border-color: #872CDF;
}
.TagClassName
{
border-color: #872CDF;
}
</style>