Shades of Blue Violet #812FCF
Tints of Blue Violet #812FCF
RGB
CMYK
RGB Variations
Color information
#812FCF (or 0x812FCF) is known color: Blue Violet. HEX triplet: 81, 2F and CF. RGB value is (129,47,207). Sum of RGB (Red+Green+Blue) = 129+47+207=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #812FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812FCF is #7ED030. Grayscale: #595959. Windows color (decimal): -8310833 or 13578113. OLE color: 13578113.
HSL color Cylindrical-coordinate representation of color #812FCF: hue angle of 270.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812FCF is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 47 | 207 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.19 |
| HSL | 270.75º | 0.63% | 0.5% | - |
| HSV(B) | 270.75º | 0.77% | 0.81% | - |
| XYZ | 21.33 | 11.21 | 60.07 | - |
| YUV | 89.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 207 | 0.38 | 0.77 | 0 | 0.19 | 270.75 | 0.63 | 0.5 |
| Hex | 81 | 2F | CF | 26 | 4D | 0 | 13 | 10F | 3F | 32 |
| Octal | 201 | 57 | 317 | 46 | 115 | 0 | 23 | 417 | 77 | 62 |
| Binary | 10000001 | 101111 | 11001111 | 100110 | 1001101 | 0 | 10011 | 100001111 | 111111 | 110010 |
Color Harmonies of #812FCF
Complementary color
Monochromatic Colors of #812FCF
Black with #812FCF
Text Example
Text Example
White with #812FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812FCF; }
p { color: rgb(129,47,207); }
H1.HeaderClassName
{
color: #812FCF;
}
.AnyTagClassName
{
color: #812FCF;
}
</style>
background-color css
<style>
a { background-color: #812FCF; }
a { background-color: rgb(129,47,207); }
div.DivClassName
{
background-color: #812FCF;
}
.BgClassName
{
background-color: #812FCF;
}
</style>
border-color css
<style>
span { border-color: #812FCF; }
span { border-color: rgb(129,47,207); }
td.TdClassName
{
border-color: #812FCF;
}
.TagClassName
{
border-color: #812FCF;
}
</style>