Shades of Blue Violet #8133CC
Tints of Blue Violet #8133CC
RGB
CMYK
RGB Variations
Color information
#8133CC (or 0x8133CC) is known color: Blue Violet. HEX triplet: 81, 33 and CC. RGB value is (129,51,204). Sum of RGB (Red+Green+Blue) = 129+51+204=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #8133CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8133CC is #7ECC33. Grayscale: #5B5B5B. Windows color (decimal): -8309812 or 13382529. OLE color: 13382529.
HSL color Cylindrical-coordinate representation of color #8133CC: hue angle of 270.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8133CC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 51 | 204 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.2 |
| HSL | 270.59º | 0.6% | 0.5% | - |
| HSV(B) | 270.59º | 0.75% | 0.8% | - |
| XYZ | 21.14 | 11.39 | 58.21 | - |
| YUV | 91.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 204 | 0.37 | 0.75 | 0 | 0.2 | 270.59 | 0.6 | 0.5 |
| Hex | 81 | 33 | CC | 25 | 4B | 0 | 14 | 10F | 3C | 32 |
| Octal | 201 | 63 | 314 | 45 | 113 | 0 | 24 | 417 | 74 | 62 |
| Binary | 10000001 | 110011 | 11001100 | 100101 | 1001011 | 0 | 10100 | 100001111 | 111100 | 110010 |
Color Harmonies of #8133CC
Complementary color
Monochromatic Colors of #8133CC
Black with #8133CC
Text Example
Text Example
White with #8133CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8133CC; }
p { color: rgb(129,51,204); }
H1.HeaderClassName
{
color: #8133CC;
}
.AnyTagClassName
{
color: #8133CC;
}
</style>
background-color css
<style>
a { background-color: #8133CC; }
a { background-color: rgb(129,51,204); }
div.DivClassName
{
background-color: #8133CC;
}
.BgClassName
{
background-color: #8133CC;
}
</style>
border-color css
<style>
span { border-color: #8133CC; }
span { border-color: rgb(129,51,204); }
td.TdClassName
{
border-color: #8133CC;
}
.TagClassName
{
border-color: #8133CC;
}
</style>