Shades of Blue Violet #8135CB
Tints of Blue Violet #8135CB
RGB
CMYK
RGB Variations
Color information
#8135CB (or 0x8135CB) is known color: Blue Violet. HEX triplet: 81, 35 and CB. RGB value is (129,53,203). Sum of RGB (Red+Green+Blue) = 129+53+203=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #8135CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8135CB is #7ECA34. Grayscale: #5C5C5C. Windows color (decimal): -8309301 or 13317505. OLE color: 13317505.
HSL color Cylindrical-coordinate representation of color #8135CB: hue angle of 270.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8135CB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 53 | 203 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.20 |
| HSL | 270.4º | 0.59% | 0.5% | - |
| HSV(B) | 270.4º | 0.74% | 0.8% | - |
| XYZ | 21.11 | 11.53 | 57.61 | - |
| YUV | 92.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 203 | 0.36 | 0.74 | 0 | 0.20 | 270.4 | 0.59 | 0.5 |
| Hex | 81 | 35 | CB | 24 | 4A | 0 | 14 | 10E | 3B | 32 |
| Octal | 201 | 65 | 313 | 44 | 112 | 0 | 24 | 416 | 73 | 62 |
| Binary | 10000001 | 110101 | 11001011 | 100100 | 1001010 | 0 | 10100 | 100001110 | 111011 | 110010 |
Color Harmonies of #8135CB
Complementary color
Monochromatic Colors of #8135CB
Black with #8135CB
Text Example
Text Example
White with #8135CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8135CB; }
p { color: rgb(129,53,203); }
H1.HeaderClassName
{
color: #8135CB;
}
.AnyTagClassName
{
color: #8135CB;
}
</style>
background-color css
<style>
a { background-color: #8135CB; }
a { background-color: rgb(129,53,203); }
div.DivClassName
{
background-color: #8135CB;
}
.BgClassName
{
background-color: #8135CB;
}
</style>
border-color css
<style>
span { border-color: #8135CB; }
span { border-color: rgb(129,53,203); }
td.TdClassName
{
border-color: #8135CB;
}
.TagClassName
{
border-color: #8135CB;
}
</style>