Shades of Blue Violet #8127CB
Tints of Blue Violet #8127CB
RGB
CMYK
RGB Variations
Color information
#8127CB (or 0x8127CB) is known color: Blue Violet. HEX triplet: 81, 27 and CB. RGB value is (129,39,203). Sum of RGB (Red+Green+Blue) = 129+39+203=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #8127CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8127CB is #7ED834. Grayscale: #545454. Windows color (decimal): -8312885 or 13313921. OLE color: 13313921.
HSL color Cylindrical-coordinate representation of color #8127CB: hue angle of 272.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8127CB is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 39 | 203 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.20 |
| HSL | 272.93º | 0.68% | 0.47% | - |
| HSV(B) | 272.93º | 0.81% | 0.8% | - |
| XYZ | 20.56 | 10.43 | 57.43 | - |
| YUV | 84.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 203 | 0.36 | 0.81 | 0 | 0.20 | 272.93 | 0.68 | 0.47 |
| Hex | 81 | 27 | CB | 24 | 51 | 0 | 14 | 111 | 44 | 2F |
| Octal | 201 | 47 | 313 | 44 | 121 | 0 | 24 | 421 | 104 | 57 |
| Binary | 10000001 | 100111 | 11001011 | 100100 | 1010001 | 0 | 10100 | 100010001 | 1000100 | 101111 |
Color Harmonies of #8127CB
Complementary color
Monochromatic Colors of #8127CB
Black with #8127CB
Text Example
Text Example
White with #8127CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8127CB; }
p { color: rgb(129,39,203); }
H1.HeaderClassName
{
color: #8127CB;
}
.AnyTagClassName
{
color: #8127CB;
}
</style>
background-color css
<style>
a { background-color: #8127CB; }
a { background-color: rgb(129,39,203); }
div.DivClassName
{
background-color: #8127CB;
}
.BgClassName
{
background-color: #8127CB;
}
</style>
border-color css
<style>
span { border-color: #8127CB; }
span { border-color: rgb(129,39,203); }
td.TdClassName
{
border-color: #8127CB;
}
.TagClassName
{
border-color: #8127CB;
}
</style>