Shades of Blue Violet #8338D7
Tints of Blue Violet #8338D7
RGB
CMYK
RGB Variations
Color information
#8338D7 (or 0x8338D7) is known color: Blue Violet. HEX triplet: 83, 38 and D7. RGB value is (131,56,215). Sum of RGB (Red+Green+Blue) = 131+56+215=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #8338D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338D7 is #7CC728. Grayscale: #5F5F5F. Windows color (decimal): -8177449 or 14104707. OLE color: 14104707.
HSL color Cylindrical-coordinate representation of color #8338D7: hue angle of 268.3º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8338D7 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 56 | 215 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.16 |
| HSL | 268.3º | 0.67% | 0.53% | - |
| HSV(B) | 268.3º | 0.74% | 0.84% | - |
| XYZ | 23.04 | 12.56 | 65.5 | - |
| YUV | 96.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 215 | 0.39 | 0.74 | 0 | 0.16 | 268.3 | 0.67 | 0.53 |
| Hex | 83 | 38 | D7 | 27 | 4A | 0 | 10 | 10C | 43 | 35 |
| Octal | 203 | 70 | 327 | 47 | 112 | 0 | 20 | 414 | 103 | 65 |
| Binary | 10000011 | 111000 | 11010111 | 100111 | 1001010 | 0 | 10000 | 100001100 | 1000011 | 110101 |
Color Harmonies of #8338D7
Complementary color
Monochromatic Colors of #8338D7
Black with #8338D7
Text Example
Text Example
White with #8338D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338D7; }
p { color: rgb(131,56,215); }
H1.HeaderClassName
{
color: #8338D7;
}
.AnyTagClassName
{
color: #8338D7;
}
</style>
background-color css
<style>
a { background-color: #8338D7; }
a { background-color: rgb(131,56,215); }
div.DivClassName
{
background-color: #8338D7;
}
.BgClassName
{
background-color: #8338D7;
}
</style>
border-color css
<style>
span { border-color: #8338D7; }
span { border-color: rgb(131,56,215); }
td.TdClassName
{
border-color: #8338D7;
}
.TagClassName
{
border-color: #8338D7;
}
</style>