Shades of Blue Violet #8138EE
Tints of Blue Violet #8138EE
RGB
CMYK
RGB Variations
Color information
#8138EE (or 0x8138EE) is known color: Blue Violet. HEX triplet: 81, 38 and EE. RGB value is (129,56,238). Sum of RGB (Red+Green+Blue) = 129+56+238=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #8138EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8138EE is #7EC711. Grayscale: #616161. Windows color (decimal): -8308498 or 15612033. OLE color: 15612033.
HSL color Cylindrical-coordinate representation of color #8138EE: hue angle of 264.07º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8138EE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 56 | 238 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.07 |
| HSL | 264.07º | 0.84% | 0.58% | - |
| HSV(B) | 264.07º | 0.76% | 0.93% | - |
| XYZ | 25.9 | 13.67 | 82.16 | - |
| YUV | 98.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 238 | 0.46 | 0.76 | 0 | 0.07 | 264.07 | 0.84 | 0.58 |
| Hex | 81 | 38 | EE | 2E | 4C | 0 | 7 | 108 | 54 | 3A |
| Octal | 201 | 70 | 356 | 56 | 114 | 0 | 7 | 410 | 124 | 72 |
| Binary | 10000001 | 111000 | 11101110 | 101110 | 1001100 | 0 | 111 | 100001000 | 1010100 | 111010 |
Color Harmonies of #8138EE
Complementary color
Monochromatic Colors of #8138EE
Black with #8138EE
Text Example
Text Example
White with #8138EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8138EE; }
p { color: rgb(129,56,238); }
H1.HeaderClassName
{
color: #8138EE;
}
.AnyTagClassName
{
color: #8138EE;
}
</style>
background-color css
<style>
a { background-color: #8138EE; }
a { background-color: rgb(129,56,238); }
div.DivClassName
{
background-color: #8138EE;
}
.BgClassName
{
background-color: #8138EE;
}
</style>
border-color css
<style>
span { border-color: #8138EE; }
span { border-color: rgb(129,56,238); }
td.TdClassName
{
border-color: #8138EE;
}
.TagClassName
{
border-color: #8138EE;
}
</style>