Shades of Blue Violet #8A3DE8
Tints of Blue Violet #8A3DE8
RGB
CMYK
RGB Variations
Color information
#8A3DE8 (or 0x8A3DE8) is known color: Blue Violet. HEX triplet: 8A, 3D and E8. RGB value is (138,61,232). Sum of RGB (Red+Green+Blue) = 138+61+232=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A3DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3DE8 is #75C217. Grayscale: #666666. Windows color (decimal): -7717400 or 15220106. OLE color: 15220106.
HSL color Cylindrical-coordinate representation of color #8A3DE8: hue angle of 267.02º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3DE8 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 61 | 232 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.09 |
| HSL | 267.02º | 0.79% | 0.57% | - |
| HSV(B) | 267.02º | 0.74% | 0.91% | - |
| XYZ | 26.72 | 14.57 | 77.75 | - |
| YUV | 103.52 | 200.51 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 232 | 0.41 | 0.74 | 0 | 0.09 | 267.02 | 0.79 | 0.57 |
| Hex | 8A | 3D | E8 | 29 | 4A | 0 | 9 | 10B | 4F | 39 |
| Octal | 212 | 75 | 350 | 51 | 112 | 0 | 11 | 413 | 117 | 71 |
| Binary | 10001010 | 111101 | 11101000 | 101001 | 1001010 | 0 | 1001 | 100001011 | 1001111 | 111001 |
Color Harmonies of #8A3DE8
Complementary color
Monochromatic Colors of #8A3DE8
Black with #8A3DE8
Text Example
Text Example
White with #8A3DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DE8; }
p { color: rgb(138,61,232); }
H1.HeaderClassName
{
color: #8A3DE8;
}
.AnyTagClassName
{
color: #8A3DE8;
}
</style>
background-color css
<style>
a { background-color: #8A3DE8; }
a { background-color: rgb(138,61,232); }
div.DivClassName
{
background-color: #8A3DE8;
}
.BgClassName
{
background-color: #8A3DE8;
}
</style>
border-color css
<style>
span { border-color: #8A3DE8; }
span { border-color: rgb(138,61,232); }
td.TdClassName
{
border-color: #8A3DE8;
}
.TagClassName
{
border-color: #8A3DE8;
}
</style>