Shades of Blue Violet #8135D4
Tints of Blue Violet #8135D4
RGB
CMYK
RGB Variations
Color information
#8135D4 (or 0x8135D4) is known color: Blue Violet. HEX triplet: 81, 35 and D4. RGB value is (129,53,212). Sum of RGB (Red+Green+Blue) = 129+53+212=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #8135D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8135D4 is #7ECA2B. Grayscale: #5D5D5D. Windows color (decimal): -8309292 or 13907329. OLE color: 13907329.
HSL color Cylindrical-coordinate representation of color #8135D4: hue angle of 268.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8135D4 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 53 | 212 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.17 |
| HSL | 268.68º | 0.65% | 0.52% | - |
| HSV(B) | 268.68º | 0.75% | 0.83% | - |
| XYZ | 22.21 | 11.97 | 63.43 | - |
| YUV | 93.85 | 194.68 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 212 | 0.39 | 0.75 | 0 | 0.17 | 268.68 | 0.65 | 0.52 |
| Hex | 81 | 35 | D4 | 27 | 4B | 0 | 11 | 10D | 41 | 34 |
| Octal | 201 | 65 | 324 | 47 | 113 | 0 | 21 | 415 | 101 | 64 |
| Binary | 10000001 | 110101 | 11010100 | 100111 | 1001011 | 0 | 10001 | 100001101 | 1000001 | 110100 |
Color Harmonies of #8135D4
Complementary color
Monochromatic Colors of #8135D4
Black with #8135D4
Text Example
Text Example
White with #8135D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8135D4; }
p { color: rgb(129,53,212); }
H1.HeaderClassName
{
color: #8135D4;
}
.AnyTagClassName
{
color: #8135D4;
}
</style>
background-color css
<style>
a { background-color: #8135D4; }
a { background-color: rgb(129,53,212); }
div.DivClassName
{
background-color: #8135D4;
}
.BgClassName
{
background-color: #8135D4;
}
</style>
border-color css
<style>
span { border-color: #8135D4; }
span { border-color: rgb(129,53,212); }
td.TdClassName
{
border-color: #8135D4;
}
.TagClassName
{
border-color: #8135D4;
}
</style>