Shades of Blue Violet #872FDF
Tints of Blue Violet #872FDF
RGB
CMYK
RGB Variations
Color information
#872FDF (or 0x872FDF) is known color: Blue Violet. HEX triplet: 87, 2F and DF. RGB value is (135,47,223). Sum of RGB (Red+Green+Blue) = 135+47+223=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #872FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FDF is #78D020. Grayscale: #5C5C5C. Windows color (decimal): -7917601 or 14626695. OLE color: 14626695.
HSL color Cylindrical-coordinate representation of color #872FDF: hue angle of 270º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872FDF is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 47 | 223 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.13 |
| HSL | 270º | 0.73% | 0.53% | - |
| HSV(B) | 270º | 0.79% | 0.87% | - |
| XYZ | 24.33 | 12.51 | 70.94 | - |
| YUV | 93.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 223 | 0.39 | 0.79 | 0 | 0.13 | 270 | 0.73 | 0.53 |
| Hex | 87 | 2F | DF | 27 | 4F | 0 | D | 10E | 49 | 35 |
| Octal | 207 | 57 | 337 | 47 | 117 | 0 | 15 | 416 | 111 | 65 |
| Binary | 10000111 | 101111 | 11011111 | 100111 | 1001111 | 0 | 1101 | 100001110 | 1001001 | 110101 |
Color Harmonies of #872FDF
Complementary color
Monochromatic Colors of #872FDF
Black with #872FDF
Text Example
Text Example
White with #872FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FDF; }
p { color: rgb(135,47,223); }
H1.HeaderClassName
{
color: #872FDF;
}
.AnyTagClassName
{
color: #872FDF;
}
</style>
background-color css
<style>
a { background-color: #872FDF; }
a { background-color: rgb(135,47,223); }
div.DivClassName
{
background-color: #872FDF;
}
.BgClassName
{
background-color: #872FDF;
}
</style>
border-color css
<style>
span { border-color: #872FDF; }
span { border-color: rgb(135,47,223); }
td.TdClassName
{
border-color: #872FDF;
}
.TagClassName
{
border-color: #872FDF;
}
</style>