Shades of Blue Violet #8138DD
Tints of Blue Violet #8138DD
RGB
CMYK
RGB Variations
Color information
#8138DD (or 0x8138DD) is known color: Blue Violet. HEX triplet: 81, 38 and DD. RGB value is (129,56,221). Sum of RGB (Red+Green+Blue) = 129+56+221=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #8138DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138DD is #7EC722. Grayscale: #606060. Windows color (decimal): -8308515 or 14497921. OLE color: 14497921.
HSL color Cylindrical-coordinate representation of color #8138DD: hue angle of 266.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8138DD is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 56 | 221 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.13 |
| HSL | 266.55º | 0.71% | 0.54% | - |
| HSV(B) | 266.55º | 0.75% | 0.87% | - |
| XYZ | 23.52 | 12.72 | 69.62 | - |
| YUV | 96.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 221 | 0.42 | 0.75 | 0 | 0.13 | 266.55 | 0.71 | 0.54 |
| Hex | 81 | 38 | DD | 2A | 4B | 0 | D | 10B | 47 | 36 |
| Octal | 201 | 70 | 335 | 52 | 113 | 0 | 15 | 413 | 107 | 66 |
| Binary | 10000001 | 111000 | 11011101 | 101010 | 1001011 | 0 | 1101 | 100001011 | 1000111 | 110110 |
Color Harmonies of #8138DD
Complementary color
Monochromatic Colors of #8138DD
Black with #8138DD
Text Example
Text Example
White with #8138DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8138DD; }
p { color: rgb(129,56,221); }
H1.HeaderClassName
{
color: #8138DD;
}
.AnyTagClassName
{
color: #8138DD;
}
</style>
background-color css
<style>
a { background-color: #8138DD; }
a { background-color: rgb(129,56,221); }
div.DivClassName
{
background-color: #8138DD;
}
.BgClassName
{
background-color: #8138DD;
}
</style>
border-color css
<style>
span { border-color: #8138DD; }
span { border-color: rgb(129,56,221); }
td.TdClassName
{
border-color: #8138DD;
}
.TagClassName
{
border-color: #8138DD;
}
</style>