Shades of Blue Violet #8338DD
Tints of Blue Violet #8338DD
RGB
CMYK
RGB Variations
Color information
#8338DD (or 0x8338DD) is known color: Blue Violet. HEX triplet: 83, 38 and DD. RGB value is (131,56,221). Sum of RGB (Red+Green+Blue) = 131+56+221=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 56 (22.27% from 255 or 13.73% 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 #8338DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338DD is #7CC722. Grayscale: #606060. Windows color (decimal): -8177443 or 14497923. OLE color: 14497923.
HSL color Cylindrical-coordinate representation of color #8338DD: hue angle of 267.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8338DD is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 56 | 221 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.13 |
| HSL | 267.27º | 0.71% | 0.54% | - |
| HSV(B) | 267.27º | 0.75% | 0.87% | - |
| XYZ | 23.83 | 12.87 | 69.64 | - |
| YUV | 97.24 | 197.85 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 221 | 0.41 | 0.75 | 0 | 0.13 | 267.27 | 0.71 | 0.54 |
| Hex | 83 | 38 | DD | 29 | 4B | 0 | D | 10B | 47 | 36 |
| Octal | 203 | 70 | 335 | 51 | 113 | 0 | 15 | 413 | 107 | 66 |
| Binary | 10000011 | 111000 | 11011101 | 101001 | 1001011 | 0 | 1101 | 100001011 | 1000111 | 110110 |
Color Harmonies of #8338DD
Complementary color
Monochromatic Colors of #8338DD
Black with #8338DD
Text Example
Text Example
White with #8338DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338DD; }
p { color: rgb(131,56,221); }
H1.HeaderClassName
{
color: #8338DD;
}
.AnyTagClassName
{
color: #8338DD;
}
</style>
background-color css
<style>
a { background-color: #8338DD; }
a { background-color: rgb(131,56,221); }
div.DivClassName
{
background-color: #8338DD;
}
.BgClassName
{
background-color: #8338DD;
}
</style>
border-color css
<style>
span { border-color: #8338DD; }
span { border-color: rgb(131,56,221); }
td.TdClassName
{
border-color: #8338DD;
}
.TagClassName
{
border-color: #8338DD;
}
</style>