Shades of Blue Violet #872FDD
Tints of Blue Violet #872FDD
RGB
CMYK
RGB Variations
Color information
#872FDD (or 0x872FDD) is known color: Blue Violet. HEX triplet: 87, 2F and DD. RGB value is (135,47,221). Sum of RGB (Red+Green+Blue) = 135+47+221=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #872FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FDD is #78D022. Grayscale: #5C5C5C. Windows color (decimal): -7917603 or 14495623. OLE color: 14495623.
HSL color Cylindrical-coordinate representation of color #872FDD: hue angle of 270.34º degrees, saturation: 0.72, 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 #872FDD is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 47 | 221 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.13 |
| HSL | 270.34º | 0.72% | 0.53% | - |
| HSV(B) | 270.34º | 0.79% | 0.87% | - |
| XYZ | 24.06 | 12.4 | 69.53 | - |
| YUV | 93.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 221 | 0.39 | 0.79 | 0 | 0.13 | 270.34 | 0.72 | 0.53 |
| Hex | 87 | 2F | DD | 27 | 4F | 0 | D | 10E | 48 | 35 |
| Octal | 207 | 57 | 335 | 47 | 117 | 0 | 15 | 416 | 110 | 65 |
| Binary | 10000111 | 101111 | 11011101 | 100111 | 1001111 | 0 | 1101 | 100001110 | 1001000 | 110101 |
Color Harmonies of #872FDD
Complementary color
Monochromatic Colors of #872FDD
Black with #872FDD
Text Example
Text Example
White with #872FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FDD; }
p { color: rgb(135,47,221); }
H1.HeaderClassName
{
color: #872FDD;
}
.AnyTagClassName
{
color: #872FDD;
}
</style>
background-color css
<style>
a { background-color: #872FDD; }
a { background-color: rgb(135,47,221); }
div.DivClassName
{
background-color: #872FDD;
}
.BgClassName
{
background-color: #872FDD;
}
</style>
border-color css
<style>
span { border-color: #872FDD; }
span { border-color: rgb(135,47,221); }
td.TdClassName
{
border-color: #872FDD;
}
.TagClassName
{
border-color: #872FDD;
}
</style>