Shades of Blue Violet #872FFD
Tints of Blue Violet #872FFD
RGB
CMYK
RGB Variations
Color information
#872FFD (or 0x872FFD) is known color: Blue Violet. HEX triplet: 87, 2F and FD. RGB value is (135,47,253). Sum of RGB (Red+Green+Blue) = 135+47+253=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #872FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872FFD is #78D002. Grayscale: #606060. Windows color (decimal): -7917571 or 16592775. OLE color: 16592775.
HSL color Cylindrical-coordinate representation of color #872FFD: hue angle of 265.63º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #872FFD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 47 | 253 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.01 |
| HSL | 265.63º | 0.98% | 0.59% | - |
| HSV(B) | 265.63º | 0.81% | 0.99% | - |
| XYZ | 28.74 | 14.28 | 94.17 | - |
| YUV | 96.8 | 216.15 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 253 | 0.47 | 0.81 | 0 | 0.01 | 265.63 | 0.98 | 0.59 |
| Hex | 87 | 2F | FD | 2F | 51 | 0 | 1 | 10A | 62 | 3B |
| Octal | 207 | 57 | 375 | 57 | 121 | 0 | 1 | 412 | 142 | 73 |
| Binary | 10000111 | 101111 | 11111101 | 101111 | 1010001 | 0 | 1 | 100001010 | 1100010 | 111011 |
Color Harmonies of #872FFD
Complementary color
Monochromatic Colors of #872FFD
Black with #872FFD
Text Example
Text Example
White with #872FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FFD; }
p { color: rgb(135,47,253); }
H1.HeaderClassName
{
color: #872FFD;
}
.AnyTagClassName
{
color: #872FFD;
}
</style>
background-color css
<style>
a { background-color: #872FFD; }
a { background-color: rgb(135,47,253); }
div.DivClassName
{
background-color: #872FFD;
}
.BgClassName
{
background-color: #872FFD;
}
</style>
border-color css
<style>
span { border-color: #872FFD; }
span { border-color: rgb(135,47,253); }
td.TdClassName
{
border-color: #872FFD;
}
.TagClassName
{
border-color: #872FFD;
}
</style>