Shades of Blue Violet #8338D1
Tints of Blue Violet #8338D1
RGB
CMYK
RGB Variations
Color information
#8338D1 (or 0x8338D1) is known color: Blue Violet. HEX triplet: 83, 38 and D1. RGB value is (131,56,209). Sum of RGB (Red+Green+Blue) = 131+56+209=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #8338D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338D1 is #7CC72E. Grayscale: #5F5F5F. Windows color (decimal): -8177455 or 13711491. OLE color: 13711491.
HSL color Cylindrical-coordinate representation of color #8338D1: hue angle of 269.41º degrees, saturation: 0.62, 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 #8338D1 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 56 | 209 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.18 |
| HSL | 269.41º | 0.62% | 0.52% | - |
| HSV(B) | 269.41º | 0.73% | 0.82% | - |
| XYZ | 22.28 | 12.26 | 61.51 | - |
| YUV | 95.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 209 | 0.37 | 0.73 | 0 | 0.18 | 269.41 | 0.62 | 0.52 |
| Hex | 83 | 38 | D1 | 25 | 49 | 0 | 12 | 10D | 3E | 34 |
| Octal | 203 | 70 | 321 | 45 | 111 | 0 | 22 | 415 | 76 | 64 |
| Binary | 10000011 | 111000 | 11010001 | 100101 | 1001001 | 0 | 10010 | 100001101 | 111110 | 110100 |
Color Harmonies of #8338D1
Complementary color
Monochromatic Colors of #8338D1
Black with #8338D1
Text Example
Text Example
White with #8338D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338D1; }
p { color: rgb(131,56,209); }
H1.HeaderClassName
{
color: #8338D1;
}
.AnyTagClassName
{
color: #8338D1;
}
</style>
background-color css
<style>
a { background-color: #8338D1; }
a { background-color: rgb(131,56,209); }
div.DivClassName
{
background-color: #8338D1;
}
.BgClassName
{
background-color: #8338D1;
}
</style>
border-color css
<style>
span { border-color: #8338D1; }
span { border-color: rgb(131,56,209); }
td.TdClassName
{
border-color: #8338D1;
}
.TagClassName
{
border-color: #8338D1;
}
</style>