Shades of Blue Violet #882ACF
Tints of Blue Violet #882ACF
RGB
CMYK
RGB Variations
Color information
#882ACF (or 0x882ACF) is known color: Blue Violet. HEX triplet: 88, 2A and CF. RGB value is (136,42,207). Sum of RGB (Red+Green+Blue) = 136+42+207=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #882ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ACF is #77D530. Grayscale: #585858. Windows color (decimal): -7853361 or 13576840. OLE color: 13576840.
HSL color Cylindrical-coordinate representation of color #882ACF: hue angle of 274.18º 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 #882ACF is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 42 | 207 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.19 |
| HSL | 274.18º | 0.66% | 0.49% | - |
| HSV(B) | 274.18º | 0.8% | 0.81% | - |
| XYZ | 22.24 | 11.4 | 60.06 | - |
| YUV | 88.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 207 | 0.34 | 0.80 | 0 | 0.19 | 274.18 | 0.66 | 0.49 |
| Hex | 88 | 2A | CF | 22 | 50 | 0 | 13 | 112 | 42 | 31 |
| Octal | 210 | 52 | 317 | 42 | 120 | 0 | 23 | 422 | 102 | 61 |
| Binary | 10001000 | 101010 | 11001111 | 100010 | 1010000 | 0 | 10011 | 100010010 | 1000010 | 110001 |
Color Harmonies of #882ACF
Complementary color
Monochromatic Colors of #882ACF
Black with #882ACF
Text Example
Text Example
White with #882ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ACF; }
p { color: rgb(136,42,207); }
H1.HeaderClassName
{
color: #882ACF;
}
.AnyTagClassName
{
color: #882ACF;
}
</style>
background-color css
<style>
a { background-color: #882ACF; }
a { background-color: rgb(136,42,207); }
div.DivClassName
{
background-color: #882ACF;
}
.BgClassName
{
background-color: #882ACF;
}
</style>
border-color css
<style>
span { border-color: #882ACF; }
span { border-color: rgb(136,42,207); }
td.TdClassName
{
border-color: #882ACF;
}
.TagClassName
{
border-color: #882ACF;
}
</style>