Shades of Blue Violet #882ADF
Tints of Blue Violet #882ADF
RGB
CMYK
RGB Variations
Color information
#882ADF (or 0x882ADF) is known color: Blue Violet. HEX triplet: 88, 2A and DF. RGB value is (136,42,223). Sum of RGB (Red+Green+Blue) = 136+42+223=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #882ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ADF is #77D520. Grayscale: #5A5A5A. Windows color (decimal): -7853345 or 14625416. OLE color: 14625416.
HSL color Cylindrical-coordinate representation of color #882ADF: hue angle of 271.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882ADF is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 42 | 223 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.13 |
| HSL | 271.16º | 0.74% | 0.52% | - |
| HSV(B) | 271.16º | 0.81% | 0.87% | - |
| XYZ | 24.3 | 12.22 | 70.89 | - |
| YUV | 90.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 223 | 0.39 | 0.81 | 0 | 0.13 | 271.16 | 0.74 | 0.52 |
| Hex | 88 | 2A | DF | 27 | 51 | 0 | D | 10F | 4A | 34 |
| Octal | 210 | 52 | 337 | 47 | 121 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10001000 | 101010 | 11011111 | 100111 | 1010001 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #882ADF
Complementary color
Monochromatic Colors of #882ADF
Black with #882ADF
Text Example
Text Example
White with #882ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ADF; }
p { color: rgb(136,42,223); }
H1.HeaderClassName
{
color: #882ADF;
}
.AnyTagClassName
{
color: #882ADF;
}
</style>
background-color css
<style>
a { background-color: #882ADF; }
a { background-color: rgb(136,42,223); }
div.DivClassName
{
background-color: #882ADF;
}
.BgClassName
{
background-color: #882ADF;
}
</style>
border-color css
<style>
span { border-color: #882ADF; }
span { border-color: rgb(136,42,223); }
td.TdClassName
{
border-color: #882ADF;
}
.TagClassName
{
border-color: #882ADF;
}
</style>