Shades of Blue Violet #8315EA
Tints of Blue Violet #8315EA
RGB
CMYK
RGB Variations
Color information
#8315EA (or 0x8315EA) is known color: Blue Violet. HEX triplet: 83, 15 and EA. RGB value is (131,21,234). Sum of RGB (Red+Green+Blue) = 131+21+234=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #8315EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8315EA is #7CEA15. Grayscale: #4D4D4D. Windows color (decimal): -8186390 or 15340931. OLE color: 15340931.
HSL color Cylindrical-coordinate representation of color #8315EA: hue angle of 270.99º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8315EA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 21 | 234 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.08 |
| HSL | 270.99º | 0.84% | 0.5% | - |
| HSV(B) | 270.99º | 0.91% | 0.92% | - |
| XYZ | 24.48 | 11.3 | 78.73 | - |
| YUV | 78.17 | 215.94 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 234 | 0.44 | 0.91 | 0 | 0.08 | 270.99 | 0.84 | 0.5 |
| Hex | 83 | 15 | EA | 2C | 5B | 0 | 8 | 10F | 54 | 32 |
| Octal | 203 | 25 | 352 | 54 | 133 | 0 | 10 | 417 | 124 | 62 |
| Binary | 10000011 | 10101 | 11101010 | 101100 | 1011011 | 0 | 1000 | 100001111 | 1010100 | 110010 |
Color Harmonies of #8315EA
Complementary color
Monochromatic Colors of #8315EA
Black with #8315EA
Text Example
Text Example
White with #8315EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315EA; }
p { color: rgb(131,21,234); }
H1.HeaderClassName
{
color: #8315EA;
}
.AnyTagClassName
{
color: #8315EA;
}
</style>
background-color css
<style>
a { background-color: #8315EA; }
a { background-color: rgb(131,21,234); }
div.DivClassName
{
background-color: #8315EA;
}
.BgClassName
{
background-color: #8315EA;
}
</style>
border-color css
<style>
span { border-color: #8315EA; }
span { border-color: rgb(131,21,234); }
td.TdClassName
{
border-color: #8315EA;
}
.TagClassName
{
border-color: #8315EA;
}
</style>