Shades of Blue Violet #882AFD
Tints of Blue Violet #882AFD
RGB
CMYK
RGB Variations
Color information
#882AFD (or 0x882AFD) is known color: Blue Violet. HEX triplet: 88, 2A and FD. RGB value is (136,42,253). Sum of RGB (Red+Green+Blue) = 136+42+253=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #882AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882AFD is #77D502. Grayscale: #5D5D5D. Windows color (decimal): -7853315 or 16591496. OLE color: 16591496.
HSL color Cylindrical-coordinate representation of color #882AFD: hue angle of 266.73º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882AFD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 42 | 253 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.01 |
| HSL | 266.73º | 0.98% | 0.58% | - |
| HSV(B) | 266.73º | 0.83% | 0.99% | - |
| XYZ | 28.71 | 13.98 | 94.11 | - |
| YUV | 94.16 | 217.64 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 253 | 0.46 | 0.83 | 0 | 0.01 | 266.73 | 0.98 | 0.58 |
| Hex | 88 | 2A | FD | 2E | 53 | 0 | 1 | 10B | 62 | 3A |
| Octal | 210 | 52 | 375 | 56 | 123 | 0 | 1 | 413 | 142 | 72 |
| Binary | 10001000 | 101010 | 11111101 | 101110 | 1010011 | 0 | 1 | 100001011 | 1100010 | 111010 |
Color Harmonies of #882AFD
Complementary color
Monochromatic Colors of #882AFD
Black with #882AFD
Text Example
Text Example
White with #882AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AFD; }
p { color: rgb(136,42,253); }
H1.HeaderClassName
{
color: #882AFD;
}
.AnyTagClassName
{
color: #882AFD;
}
</style>
background-color css
<style>
a { background-color: #882AFD; }
a { background-color: rgb(136,42,253); }
div.DivClassName
{
background-color: #882AFD;
}
.BgClassName
{
background-color: #882AFD;
}
</style>
border-color css
<style>
span { border-color: #882AFD; }
span { border-color: rgb(136,42,253); }
td.TdClassName
{
border-color: #882AFD;
}
.TagClassName
{
border-color: #882AFD;
}
</style>