Shades of Blue Violet #8127CC
Tints of Blue Violet #8127CC
RGB
CMYK
RGB Variations
Color information
#8127CC (or 0x8127CC) is known color: Blue Violet. HEX triplet: 81, 27 and CC. RGB value is (129,39,204). Sum of RGB (Red+Green+Blue) = 129+39+204=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #8127CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8127CC is #7ED833. Grayscale: #545454. Windows color (decimal): -8312884 or 13379457. OLE color: 13379457.
HSL color Cylindrical-coordinate representation of color #8127CC: hue angle of 272.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8127CC is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 39 | 204 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.2 |
| HSL | 272.73º | 0.68% | 0.48% | - |
| HSV(B) | 272.73º | 0.81% | 0.8% | - |
| XYZ | 20.68 | 10.48 | 58.06 | - |
| YUV | 84.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 204 | 0.37 | 0.81 | 0 | 0.2 | 272.73 | 0.68 | 0.48 |
| Hex | 81 | 27 | CC | 25 | 51 | 0 | 14 | 111 | 44 | 30 |
| Octal | 201 | 47 | 314 | 45 | 121 | 0 | 24 | 421 | 104 | 60 |
| Binary | 10000001 | 100111 | 11001100 | 100101 | 1010001 | 0 | 10100 | 100010001 | 1000100 | 110000 |
Color Harmonies of #8127CC
Complementary color
Monochromatic Colors of #8127CC
Black with #8127CC
Text Example
Text Example
White with #8127CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8127CC; }
p { color: rgb(129,39,204); }
H1.HeaderClassName
{
color: #8127CC;
}
.AnyTagClassName
{
color: #8127CC;
}
</style>
background-color css
<style>
a { background-color: #8127CC; }
a { background-color: rgb(129,39,204); }
div.DivClassName
{
background-color: #8127CC;
}
.BgClassName
{
background-color: #8127CC;
}
</style>
border-color css
<style>
span { border-color: #8127CC; }
span { border-color: rgb(129,39,204); }
td.TdClassName
{
border-color: #8127CC;
}
.TagClassName
{
border-color: #8127CC;
}
</style>