Shades of Blue Violet #8239DD
Tints of Blue Violet #8239DD
RGB
CMYK
RGB Variations
Color information
#8239DD (or 0x8239DD) is known color: Blue Violet. HEX triplet: 82, 39 and DD. RGB value is (130,57,221). Sum of RGB (Red+Green+Blue) = 130+57+221=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #8239DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239DD is #7DC622. Grayscale: #606060. Windows color (decimal): -8242723 or 14498178. OLE color: 14498178.
HSL color Cylindrical-coordinate representation of color #8239DD: hue angle of 266.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8239DD is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 57 | 221 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.13 |
| HSL | 266.71º | 0.71% | 0.55% | - |
| HSV(B) | 266.71º | 0.74% | 0.87% | - |
| XYZ | 23.72 | 12.89 | 69.64 | - |
| YUV | 97.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 221 | 0.41 | 0.74 | 0 | 0.13 | 266.71 | 0.71 | 0.55 |
| Hex | 82 | 39 | DD | 29 | 4A | 0 | D | 10B | 47 | 37 |
| Octal | 202 | 71 | 335 | 51 | 112 | 0 | 15 | 413 | 107 | 67 |
| Binary | 10000010 | 111001 | 11011101 | 101001 | 1001010 | 0 | 1101 | 100001011 | 1000111 | 110111 |
Color Harmonies of #8239DD
Complementary color
Monochromatic Colors of #8239DD
Black with #8239DD
Text Example
Text Example
White with #8239DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8239DD; }
p { color: rgb(130,57,221); }
H1.HeaderClassName
{
color: #8239DD;
}
.AnyTagClassName
{
color: #8239DD;
}
</style>
background-color css
<style>
a { background-color: #8239DD; }
a { background-color: rgb(130,57,221); }
div.DivClassName
{
background-color: #8239DD;
}
.BgClassName
{
background-color: #8239DD;
}
</style>
border-color css
<style>
span { border-color: #8239DD; }
span { border-color: rgb(130,57,221); }
td.TdClassName
{
border-color: #8239DD;
}
.TagClassName
{
border-color: #8239DD;
}
</style>