Shades of Blue Violet #8118CF
Tints of Blue Violet #8118CF
RGB
CMYK
RGB Variations
Color information
#8118CF (or 0x8118CF) is known color: Blue Violet. HEX triplet: 81, 18 and CF. RGB value is (129,24,207). Sum of RGB (Red+Green+Blue) = 129+24+207=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #8118CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8118CF is #7EE730. Grayscale: #4B4B4B. Windows color (decimal): -8316721 or 13572225. OLE color: 13572225.
HSL color Cylindrical-coordinate representation of color #8118CF: hue angle of 274.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8118CF is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 24 | 207 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.19 |
| HSL | 274.43º | 0.79% | 0.45% | - |
| HSV(B) | 274.43º | 0.88% | 0.81% | - |
| XYZ | 20.64 | 9.83 | 59.84 | - |
| YUV | 76.26 | 201.79 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 207 | 0.38 | 0.88 | 0 | 0.19 | 274.43 | 0.79 | 0.45 |
| Hex | 81 | 18 | CF | 26 | 58 | 0 | 13 | 112 | 4F | 2D |
| Octal | 201 | 30 | 317 | 46 | 130 | 0 | 23 | 422 | 117 | 55 |
| Binary | 10000001 | 11000 | 11001111 | 100110 | 1011000 | 0 | 10011 | 100010010 | 1001111 | 101101 |
Color Harmonies of #8118CF
Complementary color
Monochromatic Colors of #8118CF
Black with #8118CF
Text Example
Text Example
White with #8118CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118CF; }
p { color: rgb(129,24,207); }
H1.HeaderClassName
{
color: #8118CF;
}
.AnyTagClassName
{
color: #8118CF;
}
</style>
background-color css
<style>
a { background-color: #8118CF; }
a { background-color: rgb(129,24,207); }
div.DivClassName
{
background-color: #8118CF;
}
.BgClassName
{
background-color: #8118CF;
}
</style>
border-color css
<style>
span { border-color: #8118CF; }
span { border-color: rgb(129,24,207); }
td.TdClassName
{
border-color: #8118CF;
}
.TagClassName
{
border-color: #8118CF;
}
</style>