Shades of Blue Violet #811CCB
Tints of Blue Violet #811CCB
RGB
CMYK
RGB Variations
Color information
#811CCB (or 0x811CCB) is known color: Blue Violet. HEX triplet: 81, 1C and CB. RGB value is (129,28,203). Sum of RGB (Red+Green+Blue) = 129+28+203=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #811CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CCB is #7EE334. Grayscale: #4D4D4D. Windows color (decimal): -8315701 or 13311105. OLE color: 13311105.
HSL color Cylindrical-coordinate representation of color #811CCB: hue angle of 274.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811CCB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 28 | 203 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.20 |
| HSL | 274.63º | 0.76% | 0.45% | - |
| HSV(B) | 274.63º | 0.86% | 0.8% | - |
| XYZ | 20.25 | 9.81 | 57.33 | - |
| YUV | 78.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 203 | 0.36 | 0.86 | 0 | 0.20 | 274.63 | 0.76 | 0.45 |
| Hex | 81 | 1C | CB | 24 | 56 | 0 | 14 | 113 | 4C | 2D |
| Octal | 201 | 34 | 313 | 44 | 126 | 0 | 24 | 423 | 114 | 55 |
| Binary | 10000001 | 11100 | 11001011 | 100100 | 1010110 | 0 | 10100 | 100010011 | 1001100 | 101101 |
Color Harmonies of #811CCB
Complementary color
Monochromatic Colors of #811CCB
Black with #811CCB
Text Example
Text Example
White with #811CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CCB; }
p { color: rgb(129,28,203); }
H1.HeaderClassName
{
color: #811CCB;
}
.AnyTagClassName
{
color: #811CCB;
}
</style>
background-color css
<style>
a { background-color: #811CCB; }
a { background-color: rgb(129,28,203); }
div.DivClassName
{
background-color: #811CCB;
}
.BgClassName
{
background-color: #811CCB;
}
</style>
border-color css
<style>
span { border-color: #811CCB; }
span { border-color: rgb(129,28,203); }
td.TdClassName
{
border-color: #811CCB;
}
.TagClassName
{
border-color: #811CCB;
}
</style>