Shades of Blue Violet #8339D2
Tints of Blue Violet #8339D2
RGB
CMYK
RGB Variations
Color information
#8339D2 (or 0x8339D2) is known color: Blue Violet. HEX triplet: 83, 39 and D2. RGB value is (131,57,210). Sum of RGB (Red+Green+Blue) = 131+57+210=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #8339D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339D2 is #7CC62D. Grayscale: #606060. Windows color (decimal): -8177198 or 13777283. OLE color: 13777283.
HSL color Cylindrical-coordinate representation of color #8339D2: hue angle of 269.02º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8339D2 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 57 | 210 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.18 |
| HSL | 269.02º | 0.63% | 0.52% | - |
| HSV(B) | 269.02º | 0.73% | 0.82% | - |
| XYZ | 22.46 | 12.4 | 62.18 | - |
| YUV | 96.57 | 192.02 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 210 | 0.38 | 0.73 | 0 | 0.18 | 269.02 | 0.63 | 0.52 |
| Hex | 83 | 39 | D2 | 26 | 49 | 0 | 12 | 10D | 3F | 34 |
| Octal | 203 | 71 | 322 | 46 | 111 | 0 | 22 | 415 | 77 | 64 |
| Binary | 10000011 | 111001 | 11010010 | 100110 | 1001001 | 0 | 10010 | 100001101 | 111111 | 110100 |
Color Harmonies of #8339D2
Complementary color
Monochromatic Colors of #8339D2
Black with #8339D2
Text Example
Text Example
White with #8339D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8339D2; }
p { color: rgb(131,57,210); }
H1.HeaderClassName
{
color: #8339D2;
}
.AnyTagClassName
{
color: #8339D2;
}
</style>
background-color css
<style>
a { background-color: #8339D2; }
a { background-color: rgb(131,57,210); }
div.DivClassName
{
background-color: #8339D2;
}
.BgClassName
{
background-color: #8339D2;
}
</style>
border-color css
<style>
span { border-color: #8339D2; }
span { border-color: rgb(131,57,210); }
td.TdClassName
{
border-color: #8339D2;
}
.TagClassName
{
border-color: #8339D2;
}
</style>