Shades of Blue Violet #8135CE
Tints of Blue Violet #8135CE
RGB
CMYK
RGB Variations
Color information
#8135CE (or 0x8135CE) is known color: Blue Violet. HEX triplet: 81, 35 and CE. RGB value is (129,53,206). Sum of RGB (Red+Green+Blue) = 129+53+206=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #8135CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8135CE is #7ECA31. Grayscale: #5C5C5C. Windows color (decimal): -8309298 or 13514113. OLE color: 13514113.
HSL color Cylindrical-coordinate representation of color #8135CE: hue angle of 269.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8135CE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 53 | 206 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.19 |
| HSL | 269.8º | 0.61% | 0.51% | - |
| HSV(B) | 269.8º | 0.74% | 0.81% | - |
| XYZ | 21.47 | 11.67 | 59.51 | - |
| YUV | 93.17 | 191.68 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 206 | 0.37 | 0.74 | 0 | 0.19 | 269.8 | 0.61 | 0.51 |
| Hex | 81 | 35 | CE | 25 | 4A | 0 | 13 | 10E | 3D | 33 |
| Octal | 201 | 65 | 316 | 45 | 112 | 0 | 23 | 416 | 75 | 63 |
| Binary | 10000001 | 110101 | 11001110 | 100101 | 1001010 | 0 | 10011 | 100001110 | 111101 | 110011 |
Color Harmonies of #8135CE
Complementary color
Monochromatic Colors of #8135CE
Black with #8135CE
Text Example
Text Example
White with #8135CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8135CE; }
p { color: rgb(129,53,206); }
H1.HeaderClassName
{
color: #8135CE;
}
.AnyTagClassName
{
color: #8135CE;
}
</style>
background-color css
<style>
a { background-color: #8135CE; }
a { background-color: rgb(129,53,206); }
div.DivClassName
{
background-color: #8135CE;
}
.BgClassName
{
background-color: #8135CE;
}
</style>
border-color css
<style>
span { border-color: #8135CE; }
span { border-color: rgb(129,53,206); }
td.TdClassName
{
border-color: #8135CE;
}
.TagClassName
{
border-color: #8135CE;
}
</style>