Shades of Blue Violet #872ACF
Tints of Blue Violet #872ACF
RGB
CMYK
RGB Variations
Color information
#872ACF (or 0x872ACF) is known color: Blue Violet. HEX triplet: 87, 2A and CF. RGB value is (135,42,207). Sum of RGB (Red+Green+Blue) = 135+42+207=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #872ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ACF is #78D530. Grayscale: #585858. Windows color (decimal): -7918897 or 13576839. OLE color: 13576839.
HSL color Cylindrical-coordinate representation of color #872ACF: hue angle of 273.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #872ACF is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 42 | 207 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.19 |
| HSL | 273.82º | 0.66% | 0.49% | - |
| HSV(B) | 273.82º | 0.8% | 0.81% | - |
| XYZ | 22.08 | 11.31 | 60.05 | - |
| YUV | 88.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 207 | 0.35 | 0.80 | 0 | 0.19 | 273.82 | 0.66 | 0.49 |
| Hex | 87 | 2A | CF | 23 | 50 | 0 | 13 | 112 | 42 | 31 |
| Octal | 207 | 52 | 317 | 43 | 120 | 0 | 23 | 422 | 102 | 61 |
| Binary | 10000111 | 101010 | 11001111 | 100011 | 1010000 | 0 | 10011 | 100010010 | 1000010 | 110001 |
Color Harmonies of #872ACF
Complementary color
Monochromatic Colors of #872ACF
Black with #872ACF
Text Example
Text Example
White with #872ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872ACF; }
p { color: rgb(135,42,207); }
H1.HeaderClassName
{
color: #872ACF;
}
.AnyTagClassName
{
color: #872ACF;
}
</style>
background-color css
<style>
a { background-color: #872ACF; }
a { background-color: rgb(135,42,207); }
div.DivClassName
{
background-color: #872ACF;
}
.BgClassName
{
background-color: #872ACF;
}
</style>
border-color css
<style>
span { border-color: #872ACF; }
span { border-color: rgb(135,42,207); }
td.TdClassName
{
border-color: #872ACF;
}
.TagClassName
{
border-color: #872ACF;
}
</style>