Shades of Blue Violet #8242CD
Tints of Blue Violet #8242CD
RGB
CMYK
RGB Variations
Color information
#8242CD (or 0x8242CD) is known color: Blue Violet. HEX triplet: 82, 42 and CD. RGB value is (130,66,205). Sum of RGB (Red+Green+Blue) = 130+66+205=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #8242CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242CD is #7DBD32. Grayscale: #646464. Windows color (decimal): -8240435 or 13451906. OLE color: 13451906.
HSL color Cylindrical-coordinate representation of color #8242CD: hue angle of 267.63º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8242CD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 66 | 205 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.20 |
| HSL | 267.63º | 0.58% | 0.53% | - |
| HSV(B) | 267.63º | 0.68% | 0.8% | - |
| XYZ | 22.17 | 13.05 | 59.11 | - |
| YUV | 100.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 205 | 0.37 | 0.68 | 0 | 0.20 | 267.63 | 0.58 | 0.53 |
| Hex | 82 | 42 | CD | 25 | 44 | 0 | 14 | 10C | 3A | 35 |
| Octal | 202 | 102 | 315 | 45 | 104 | 0 | 24 | 414 | 72 | 65 |
| Binary | 10000010 | 1000010 | 11001101 | 100101 | 1000100 | 0 | 10100 | 100001100 | 111010 | 110101 |
Color Harmonies of #8242CD
Complementary color
Monochromatic Colors of #8242CD
Black with #8242CD
Text Example
Text Example
White with #8242CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8242CD; }
p { color: rgb(130,66,205); }
H1.HeaderClassName
{
color: #8242CD;
}
.AnyTagClassName
{
color: #8242CD;
}
</style>
background-color css
<style>
a { background-color: #8242CD; }
a { background-color: rgb(130,66,205); }
div.DivClassName
{
background-color: #8242CD;
}
.BgClassName
{
background-color: #8242CD;
}
</style>
border-color css
<style>
span { border-color: #8242CD; }
span { border-color: rgb(130,66,205); }
td.TdClassName
{
border-color: #8242CD;
}
.TagClassName
{
border-color: #8242CD;
}
</style>