Shades of Blue Violet #8A1DCE
Tints of Blue Violet #8A1DCE
RGB
CMYK
RGB Variations
Color information
#8A1DCE (or 0x8A1DCE) is known color: Blue Violet. HEX triplet: 8A, 1D and CE. RGB value is (138,29,206). Sum of RGB (Red+Green+Blue) = 138+29+206=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1DCE is #75E231. Grayscale: #515151. Windows color (decimal): -7725618 or 13507978. OLE color: 13507978.
HSL color Cylindrical-coordinate representation of color #8A1DCE: hue angle of 276.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1DCE is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 29 | 206 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.19 |
| HSL | 276.95º | 0.75% | 0.46% | - |
| HSV(B) | 276.95º | 0.86% | 0.81% | - |
| XYZ | 22.06 | 10.74 | 59.3 | - |
| YUV | 81.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 206 | 0.33 | 0.86 | 0 | 0.19 | 276.95 | 0.75 | 0.46 |
| Hex | 8A | 1D | CE | 21 | 56 | 0 | 13 | 115 | 4B | 2E |
| Octal | 212 | 35 | 316 | 41 | 126 | 0 | 23 | 425 | 113 | 56 |
| Binary | 10001010 | 11101 | 11001110 | 100001 | 1010110 | 0 | 10011 | 100010101 | 1001011 | 101110 |
Color Harmonies of #8A1DCE
Complementary color
Monochromatic Colors of #8A1DCE
Black with #8A1DCE
Text Example
Text Example
White with #8A1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1DCE; }
p { color: rgb(138,29,206); }
H1.HeaderClassName
{
color: #8A1DCE;
}
.AnyTagClassName
{
color: #8A1DCE;
}
</style>
background-color css
<style>
a { background-color: #8A1DCE; }
a { background-color: rgb(138,29,206); }
div.DivClassName
{
background-color: #8A1DCE;
}
.BgClassName
{
background-color: #8A1DCE;
}
</style>
border-color css
<style>
span { border-color: #8A1DCE; }
span { border-color: rgb(138,29,206); }
td.TdClassName
{
border-color: #8A1DCE;
}
.TagClassName
{
border-color: #8A1DCE;
}
</style>